🏠
Working from home
Pinned Loading
-
Python Class Overloader (untested, WIP)
Python Class Overloader (untested, WIP) 1_MISSING = object()
23def overload(f):
4f.__overload__ = True
5return f
-
skin-color-transfer
skin-color-transfer PublicA python script for transferring average color of one image to that of another image while retaining pixel density.
-
property-scraper
property-scraper PublicWeb scraper to pull contents from a website and insert into a local DB
Python
-
-
Pre-commit hook to find stdout state...
Pre-commit hook to find stdout statements 1#!/bin/sh
2alias pythonfiles='find . -type f -name "*.py" | xargs git diff --cached --name-only $against'
3if [ -n "$(pythonfiles)" ]; then
4if pythonfiles | xargs grep --color --with-filename -n "print"; then
5echo "Error committing changes. Please remove all print statements before committing"
-
audiophile
audiophile PublicAPI service that stores information about audio files, provides access to this information and periodically updates this data with updates from an included deep learning model.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.