A Discord bot to help keep track of members’ BattleTags and Overwatch SR

Orisa Orisa is a Discord bot that solves a problem an Overwatch community I’m a member of had: people who want to play as a team in a Quickplay or competitive match always had to ask for each other’s BattleTags and – in case of competitive – rank. Orisa solves this problem: people can message her to register their BattleTag, and other players can now ask her for each others BattleTags, Orisa also regularly checks Blizzard’s playoverwatch.com site to update […]

Read more

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

GitHub – maxbachmann/Levenshtein: The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity – GitHub – maxbachmann/Levenshtein: The Levenshtein Python C extensio…    

Read more

QR fixer written in python2/3

QR fixer part is standalone but for image to FQR conversion it requires Pillow (can be installed with easy_install), qrtools (on ubuntu there is a python-qrtools package) Using a file given in format of an NxN matrix where x or X is black . is white and * is unknown For example an fqr input where left side of qr code is destroyed from SECCON-14/qr-easy: ****************XX….XXXXXXX *****************.XXX.X…..X ****************XX.XX.X.XXX.X ****************X.X…X.XXX.X *****************XX.X.X.XXX.X *****************.X.X.X…..X ****************X.X.X.XXXXXXX ****************X…X…….. *****************XX.XX.XXXXX. ****************XX.X.X.X….X *****************X.X.X..XXXX. *****************XX..X.XXXXXX ******************.X…XXX… ******************..X.XX.X.X. ******************…XXXXXXX. […]

Read more

A Python library to build a styleguide from a CSS manifest file

A Python library to build a styleguide from a CSS manifest file. It is way of building a styleguide without to write declarations inside CSS comments in your stylesheets. You build a manifest in a dedicated CSS file and it will be parsed and serialized so you can use it in your code or templates to build a styleguide. Why a dedicated CSS file for a manifest ? Because it can be automatically writed from your Sass sources. Obviously it […]

Read more

Line profile analysis output analyser in python

This repository is related to the analysis of crystals containing dislocations by X-ray diffraction. It is part of a project conducted during a research internship at the laboratory of material and structural sciences of the École Nationale Supérieure des Mines de Saint-Étienne. Three python packages have been developed to conduct line profile analyses based on simulation results: lpa.input (line profile analysis input generator) lpa.xrd (line profile analysis x-ray diffraction simulation program) lpa.output (line profile analysis output analyzer) The package lpa.output […]

Read more

Python bindings for Raspberry Pi HX711 C++ Library

Python bindings for Raspberry Pi HX711 C++ Library Sample Output The .gif above illustrates the output of a simple Python script on a Raspberry Pi Zero W where the HX711 chip was operating at 80Hz. In this example, each time the .weight function is called the median of three samples was used to calculate the weight in grams. Examples SimpleHX711 Example from HX711 import * # create a SimpleHX711 object using GPIO pin 2 as the data pin, # GPIO […]

Read more

Open recent VS Code folders and files using Ulauncher

💻Open recent VS Code folders and files using Ulauncher. Quickly open recently-opened VS Code project directories and files. Install Requirements Ulauncher 5 Python >= 3 fuzzywuzzy module. Install this using pip: pip install fuzzywuzzy Steps Ulauncher > Preferences > Extensions > Add extension Paste the following URL: https://github.com/plibither8/ulauncher-vscode-recent This extension should now be set up and work. Usage Default keyword to trigger this extension is code. This can be changed in the preferences. License MIT GitHub https://github.com/plibither8/ulauncher-vscode-recent    

Read more

A python bot created for the Pycord community

Robocord is a bot created for the community of the Pycord Server. Just a bot created for Pycord Server. You can start pull requests, I will check it and if its good I will add it to the bot.👍 I recommend you do not try to install the whole code and copy it, since certain things here and there are not really defined, for example, token. Some variables are stored in env files, so you might get a lot of […]

Read more

A Python script to disable LK verification in Amazon Preloader images and boot/recovery image verification in Amazon LK images

Simple Python(3) script to disable LK verification in Amazon Preloader images and boot/recovery image verification in Amazon LK (“Little Kernel”) images. Requirements Python 3 (with json5 – pip3 install -r requirement.txt). Preloader &/or LK from an amazon device. Notice Use this tool at your own risk. I am not responsible for bricked devices. Please BACKUP your PL/LK before using this tool. Please do not redistribute images that have been modified with this tool as after all, all images are property […]

Read more
1 508 509 510 511 512 973