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

Tools used by Ada Health’s internal IT team to deploy and manage a serverless Munki setup

This repository contains cross platform code to deploy a production ready Munki service, complete with AutoPkg, that runs entirely from within a single GitHub repository and an AWS S3 bucket. No other infrastructure is required. More specifically it contains the following: Terraform code to setup a Munki repo in AWS S3. Actions workflows to handle AutoPkg runs and related tasks. Directories for maintaining Munki items and AutoPkg overrides. How it works After following the deployment steps outlined below to setup […]

Read more
1 537 538 539 540 541 1,025