mirror of
https://github.com/balkian/gists.git
synced 2024-11-21 01:02:28 +00:00
Gists: short scripts, notes and throw-away code
Accessing Sentiment Analysis services | ||
Add properties to serializable | ||
Add user to Dokku | ||
Analyze tweets with the senpy client | ||
ansible letsencrypt | ||
Apache tricks | ||
api_swagger | ||
Awesome | ||
Badge Mr. X | ||
Check if key and value from template are present in indic | ||
Check with rdflib | ||
comparison | ||
Conectar Deckard | ||
Connect dash button to yeelight | ||
context | ||
convert json to jsonb in postgres | ||
Copy one collection from a database to another in the same MongoDB | ||
Create an ogv bumper for a video | ||
Demo gsitk | ||
Deploying a static website in heroku without extra plugins | ||
Descarga con bitter | ||
DevDockerfile | ||
djangosubclass | ||
DNS server that adds a record for every running docker container | ||
emote | ||
Emotion Analysis with DepecheMood-Copy1 | ||
Emulate RPI QEmu | ||
Error SQL | ||
Flask server that returns GET parameters and values | ||
Fuseki commands | ||
generation of PC members for ESA website | ||
Get a notification when a kemsirve kimsufi server is available | ||
get hostname from ifconfig.co | ||
Get the number of answers by pybossa users | ||
Get twitter credentials with Flask | ||
group_pictures_UPM | ||
haproxy | ||
id_rsa | ||
iftt | ||
Load the requirements from requirements.txt into your setup.py | ||
Look for demonyms in dbpedia | ||
Matplotlib tricks | ||
migrate mongodb twitter | ||
Modelos Soil de prueba | ||
Modules for TFT 3.2 Raspberry Pi | ||
Notebook con framing de jsonld | ||
pandalatex | ||
Print progress in python | ||
Prueba de bot para IronHack | ||
python array and frozenset combinations | ||
Python property that mirrors the content of a dictionary. To convenienty add to a subclass of dict and then do: my_object.my_property | ||
recursivedict | ||
recursively_add | ||
remove jupyter output | ||
Rotated headers in latex tables | ||
rpi | ||
scrape_aliexpress | ||
Script to copy all the logs with a certain filename (YYY-MM-DD_<name>.log) to a folder for the day, tar.gz the folder and send it to a remote host. | ||
selenium automatic doodle submission | ||
semeval process files | ||
Set default browser | ||
Simple script to control octoprint | ||
SITC Classification | ||
Some automation to submit to a journal (e.g. Elsevier). It detects the main latex file and eps files used. | ||
specgen | ||
submodules2subtrees | ||
templates marl generator | ||
Test nslookup different k8s namespaces | ||
testdflib | ||
tutorial | ||
twitter follow list for experiment | ||
Upload ontologies to GSI server | ||
Use OpenCalais API | ||
Useful commands for git | ||
ValidateOWL | ||
download.py | ||
README.md | ||
rename.py |
My gists :)
I ported them from gist.github.com so that I could easily mirror them in my private gitea instance. I used two scripts to help me:
- Clone all my public gists as subtrees, so that their history could be merged into this repository's
- Rename the gists based on either the gist description or file name (for gists with a single file)
After that, the result was pretty much usable, and I only needed to merge/remove some of the repositories.
To use the script you will need pygithub:
pip install pygithub