Discord Presence with buttons and YouTube integration

Discord Presence with buttons and YouTube integration How to use: Clone repository git clone https://github.com/Jabka-M/JabkaPresence.git Install dependencies pip install pyautogui pypresence Setup Replace your_app_id in main.py (at end of file) to your id (read comment) Edit config You can change text and images of presence by editing config.ini Start GitHub https://github.com/Jabka-M/JabkaPresence    

Read more

A/B Testing and Hypothesis

Facebook recently made an offer called maximum bidding.A new bid type, average bidding, as an alternative to the bidding type introduced.In this study we want to test this new feature.We’ll do an A/B test to see if this average bid is better than the maximum bid, converting more than we’d like.There are two groups, the control group and the test group. ImpressionClickPurchaseEarning GitHub https://github.com/kin-nigaresra/A-B_Testing    

Read more

AUT Summer course Bank project (Nwe Account, Loan, App)

AUT Summer course Bank project (New Account, Loan, App) In this program, you can open an account for yourself in the bank and get the account number,specify your account type and see all your new account information. You can also take a loan from the bank and to do this, according to the rules, two guarantors must approve you. Of course,you can bring more guarantors and then specify the type of your loan and finally see the requested corrections. In […]

Read more

A Virtual Keyboard which is simple yet effective to use

This is a Virtual KeyBoard which can track finger movements and lets you type anywhere ranging from notepad to even web browsers. It tracks the hand and you can type by hovering over a button and bringing the following two fingers close. Modules needed to install pip install cvzone pip install opencv-python pip install pynput Features: Easy to use. Can be used anywhere. Simple to use and understand. GitHub https://github.com/JehanPatel/Virtual-Keyboard    

Read more

A python tool to Automate Whatsapp through Whatsapp web

Objective: This python tool is used to Automate Whatsapp through Whatsappweb. We can add number of contacts whom we want tosend text messages on perticular time Discription: Using this python script we can schedule Happy Birthday or Happy Diwali messages at a particulartime to our loved ones . If at 12 o’clock you want to wish your friend happybirthday so schedule your messages and sleep peacefully. Installation First add some data in data.xlsx file like name , phone number ,messages […]

Read more

Gait Recognition in the Wild: A Benchmark

GREW-BENCHMARCH This repository contains the code for our ICCV 2021 paper Gait Recognition in the Wild: A Benchmark GREW-BENCHMARK project is mainly maintained By Xianda Guo and Zheng Zhu. For all main contributors, please check contributing. Dataset Download GREW datasets. You can decompress the compressed package with the following command unzip -P password train.zip (password 是要解压的密码 ) tar -xzvf train.tgz cd train ls *.tgz | xargs -n1 tar xzvf Folder structure after decompression is as follows:

Read more

A python package of Physics-informed Spline Learning for nonlinear dynamics discovery

A python implementation of Physics-informed Spline Learning for nonlinear dynamics discovery. Sun, F., Liu, Y. and Sun, H., 2021. Physics-informed Spline Learning for Nonlinear Dynamics Discovery, Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence (IJCAI-21) https://www.ijcai.org/proceedings/2021/0283.pdf 3 nonlinear dynamics examples: Lorenz system (single and multi data) Double pendulum system Electro-Mechanical Positioning system GitHub https://github.com/andyfangzheng/PiSL    

Read more

Implementing Cisco Support APIs into NetBox

NetBox plugin using Cisco Support APIs to gather EoX and Contract coverage information for Cisco devices. Compatibility This plugin in compatible with NetBox 3.0.3 and later. Installation The plugin is available as a Python package in pypi and can be installed with pip $ source /opt/netbox/venv/bin/activate (venv) $ pip install netbox-cisco-support Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:

Read more
1 2 3 48