A small python program that reminds to take a water break every 15 minutes and a screen break every 30 minutes

A simple python program to remind user to take a water break every 15 minutes, and take a break from continuously looking at the screen every 30 minutes. Pre-requisites Download and install the latest python version from here. Install plyer using the command pip install plyer from the terminal. Run the program There are two commands that can be used to run the program from the terminal. The first command is python reminder.py . With this command the program will […]

Read more

A task scheduler with task scheduling, timing and task completion time tracking functions

Introduction A task scheduler with task scheduling, timing and task completion time tracking functions. Could be helpful for time management in daily life. You can get access to the whole project code from https://github.com/ArthurLCW/Task-Scheduler Installation Python + MySQL + pymysqlRecommanded Version:Python: 3.7MySQL: 5.7.30PyMySQL: 1.0.2 Initialization Use the sql file in the project to build a databse first.Connect to be database. Modify the parameters in the figure below.Type $python Task-Scheduler$ to execute project. Usage of the project (to be done) GitHub […]

Read more

Asynchronous Anisotropic Diffusion Algorithm

This is a demo for AAD algorithm. The subroutine of the anisotropic diffusion algorithm is modified from Mr. Michael Aye’s repository in https://github.com/michaelaye/pymars/blob/ca62a17c682f999c490cc0dbceb01433c385ced0/pymars/anisodiff2D.py.We have provided the code of Asynchronous-Anisotropic-Diffusion-Algorithm, and the Optics Express paper here, please access the data we used refer to https://github.com/BJTUSensor/AD-algorithm/blob/main/data.mat. Operating environment: Python 3.7 GitHub View Github    

Read more

Statistical Random Number Generator Attack Against The Kirchhoff-law-johnson-noise (Kljn) Secure Key Exchange Protocol

This project is an unofficial implementation of STATISTICAL RANDOM NUMBER GENERATOR ATTACK AGAINST THE KIRCHHOFF-LAW-JOHNSON-NOISE (KLJN) SECURE KEY EXCHANGE PROTOCOL. Not only the four attacks against KLJN scheme were implemented, but also a CTF challenge according to the attack was created. Make fun of it and issue (or PR :D) if there is any mistake. The four attacks include Bilateral attack demonstration utilizing cross-correlations between Alice’s/Bob’s and Eve’s wire voltages, currents and powers Bilateral attack demonstration utilizing cross-correlations among the […]

Read more

Learning project to create a websocket based client server messaging application

Learning project to create a websocket based client server messaging application with offline capabilities and automatic sync when online again. Features tbd Contribution Feel free to create an issue for bugs, feature requests, suggestions or any idea you have. You can also add a pull request with your implementation. We would be pleased to hear from your experience. License MIT GitHub View Github    

Read more

Spy Ad Network Detection With Python

Spy Ad Network Detection Jumps from link to link to access a site’s entire background network. You can analyze this network of connections you have obtained.You can search for all these background network connections in lists. This way, you can find out if these links are on a spy and advertising network.

Read more

Scout: an open-source version of the monitoring tool

Scout is an open-source version of the monitoring tool used by Badger Finance to watch simple ops metrics on our Ethereum smart contracts. Over time, community dashboards will be added. Scout inspects each block on the chain, creates Badger-relevant events, and uses Grafana with Prometheus as the data source to store/display/work on them. Included is a base set of UI-unchangeable dashboards configured by JSON that are used for alerting, and uses configuration as code wherever possible. Additional dashboards can be […]

Read more

A package for event file analysis and recasting of LHC results

Outline What is MadAnalysis 5? MadAnalysis 5 is a framework for phenomenological investigations at particlecolliders. Based on a C++ kernel, this program allows to efficiently perform, ina straightforward and user-friendly fashion, sophisticated physics analyses ofevent files such as those generated by a large class of Monte Carlo eventgenerators. The first running mode (Normal Mode) of the program, easier to handle, uses the strengths of apowerful Python interface in order to implement physics analyses by means of aset of intuitive commands. […]

Read more

Custom jobs for Nautobot

This repo contains custom jobs for Nautobot. Installation Prerequisites Nautobot nautobot-plugin-nornir nautobot-plugin-golden-config Follow the Nautobot documentation to install the jobs using either the Git repository method (Git Repositories – Jobs) or the local jobs directory method (Jobs). Credentials Jobs that connect to devices need to use credentials to do so and the nautobot-plugin-nornir plugin already provides a way to set a default username and password, as detailed here: https://github.com/nautobot/nautobot-plugin-nornir#installation If customised credential logic is required it is possible to create […]

Read more

GEGVL: Google Earth Based Geoscience Video Library

GEGVL: Google Earth Based Geoscience Video Library GEGVL includes place- & events- based geoscience educational videos which have been made or reviewed by geoscientists or/and domain experts. There are two versions of the GEGVL so far, for STAAR and General. The GEGVL-STAAR is for middle school science teachers in the Texas area. The GEGVL (General) is mostly for 2YC, 4YU, and above. We will continue updating the GEGVL and upload them to this webpage. Please feel free to contact us […]

Read more
1 261 262 263 264 265 915