A simple software for fetching new changes to remote repositories automatically

Git Autofetch Git Autofetch is a simple software for fetching new changes from a repo to local repositories after a set time interval. This program is responsible for checking the remote repo for changes and updating the local copy of the repo after a set delay (can be set in configs file later) INSTALLATION Clone this repo. cd into the repo Run the install.py. This is important to create important files, and create paths dynamically. run python3 install.py This will […]

Read more

A Python UIAutomation module for Windows

The uiautomation module This module is for UIAutomation on Windows(Windows XP with SP3, Windows Vista, Windows 7 and Windows 8/8.1/10). It supports UIAutomation for the applications which implmented UIAutomation Provider, such as MFC, Windows Form, WPF, Modern UI(Metro UI), Qt(Partly), Firefox(version=60), Chrome and Electron based apps(require –force-renderer-accessibility command line parameter). uiautomation1.x supports py2, py3 and doesn’t depend on any third package. uiautomation2.0+ only supports py3 and depends on comtypes and typing(Python3.5+ built-in).uiautomation2.0+ is not backward compatible with early versions. See […]

Read more

The toolkit to autolabal dataset for instance segmentation

Ozeu Ozeu is the toolkit to autolabal dataset for instance segmentation. You can generate datasets labaled with segmentation mask and bounding box from the recorded video files. Installation Requirements Example installation command for cuda11.1. pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html pip install mmcv-full==1.3.5 -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.0/index.html pip install git+https://github.com/open-mmlab/[email protected] git clone [email protected]:xiong-jie-y/ozeu.git cd ozeu pip install -e . Usage 1. Record Video I recommend record video with the camera where you want to run detector.For webcam, you can use command […]

Read more

Python library for Junos automation

py-junos-eznc The repo is under active development. If you take a clone, you are getting the latest, and perhaps not entirely stable code. Junos PyEZ is a Python library to remotely manage/automate Junos devices. The user is NOT required: (a) to be a “Software Programmer™”, (b) have sophisticated knowledge of Junos, or (b) have a complex understanding of the Junos XML API. For “Non-Programmers” – Python as a Power Shell This means that “non-programmers”, for example the Network Engineer, can […]

Read more

A C-like hardware description language adding HLS-like automatic pipelining

PipelineC A C-like(1) hardware description language (HDL)(2) adding HLS(high level synthesis)-like automatic pipelining(3) as a language construct/compiler feature. Not actually regular C. But mostly compileable by gcc for doing basic functional verification/’simulation’.This is for convenience as a familiar bare minimum language prototype, not as an ideal end goal. Reach out to help develop something more complex together! Can reasonably replace Verilog/VHDL. Compiler produces synthesizable and human readable+debuggable VHDL. Hooks exist for inserting raw VHDL / existing IP / black boxes. […]

Read more

Automatically Send Custom Named Certificates via Mail

Certificate-Launchpad After any event, sending certificates to attendees or participants is very frustrating & difficult task. So, this is where Certificate Launchpad comes in! Certificate Launchpad simplifies the process of sending Bulk Custom Certificates to Bulk Emails of Participants. Demo Getting Started Clone this repo git clone https://github.com/dhanrajdc7/Certificate-Launchpad Suggested IDE: JetBrains PyCharm IDE Install all dependencies from requirements.txt by using pip install -r requirements.txt Copy .env.sample and rename it .env using copy .env.sample .env on Windows cp env.sample .env on […]

Read more

An Open source home automation platform talking with python

Home Assistant Home Assistant is the world’s largest home automation platform talking with over 1700 different devices and services. Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. The system is built using a modular approach so support for other devices or actions can be implemented easily. See also the section on architecture and the section on […]

Read more
1 5 6 7