Gists: short scripts, notes and throw-away code
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
J. Fernando Sánchez a9ebe992c9 update readme 3 years ago
Accessing Sentiment Analysis services Move files 3 years ago
Add properties to serializable Move files 3 years ago
Add user to Dokku Move files 3 years ago
Analyze tweets with the senpy client Move files 3 years ago
Apache tricks Move files 3 years ago
Awesome Move files 3 years ago
Badge Mr. X Move files 3 years ago
Check if key and value from template are present in indic Move files 3 years ago
Check with rdflib Move files 3 years ago
Conectar Deckard Move files 3 years ago
Connect dash button to yeelight Move files 3 years ago
Copy one collection from a database to another in the same MongoDB Move files 3 years ago
Create an ogv bumper for a video Move files 3 years ago
DNS server that adds a record for every running docker container Move files 3 years ago
Demo gsitk Move files 3 years ago
Deploying a static website in heroku without extra plugins Move files 3 years ago
Descarga con bitter Move files 3 years ago
DevDockerfile Move files 3 years ago
Emotion Analysis with DepecheMood-Copy1 Move files 3 years ago
Emulate RPI QEmu Move files 3 years ago
Error SQL Move files 3 years ago
Flask server that returns GET parameters and values Move files 3 years ago
Fuseki commands Move files 3 years ago
Get a notification when a kemsirve kimsufi server is available Move files 3 years ago
Get the number of answers by pybossa users Move files 3 years ago
Get twitter credentials with Flask Move files 3 years ago
Load the requirements from requirements.txt into your setup.py Move files 3 years ago
Look for demonyms in dbpedia Move files 3 years ago
Matplotlib tricks Move files 3 years ago
Modelos Soil de prueba Move files 3 years ago
Modules for TFT 3.2 Raspberry Pi Move files 3 years ago
Notebook con framing de jsonld Move files 3 years ago
Print progress in python Move files 3 years ago
Prueba de bot para IronHack Move files 3 years ago
Python property that mirrors the content of a dictionary. To convenienty add to a subclass of dict and then do: my_object.my_property Move files 3 years ago
Rotated headers in latex tables Move files 3 years ago
SITC Classification Move files 3 years ago
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. Move files 3 years ago
Set default browser Move files 3 years ago
Simple script to control octoprint Move files 3 years ago
Some automation to submit to a journal (e.g. Elsevier). It detects the main latex file and eps files used. Move files 3 years ago
Test nslookup different k8s namespaces Move files 3 years ago
Upload ontologies to GSI server Move files 3 years ago
Use OpenCalais API Move files 3 years ago
Useful commands for git Move files 3 years ago
ValidateOWL Move files 3 years ago
ansible letsencrypt Move files 3 years ago
api_swagger Move files 3 years ago
comparison Move files 3 years ago
context Move files 3 years ago
convert json to jsonb in postgres Move files 3 years ago
djangosubclass Move files 3 years ago
emote Move files 3 years ago
generation of PC members for ESA website Remove quote from folders 3 years ago
get hostname from ifconfig.co Move files 3 years ago
group_pictures_UPM Move files 3 years ago
haproxy Move files 3 years ago
id_rsa Move files 3 years ago
iftt Move files 3 years ago
migrate mongodb twitter Move files 3 years ago
pandalatex Move files 3 years ago
python array and frozenset combinations Move files 3 years ago
recursivedict Move files 3 years ago
recursively_add Move files 3 years ago
remove jupyter output Move files 3 years ago
rpi Move files 3 years ago
scrape_aliexpress Move files 3 years ago
selenium automatic doodle submission Remove quote from folders 3 years ago
semeval process files Remove quote from folders 3 years ago
specgen Move files 3 years ago
submodules2subtrees Move files 3 years ago
templates marl generator Move files 3 years ago
testdflib Move files 3 years ago
tutorial Move files 3 years ago
twitter follow list for experiment Move files 3 years ago
README.md update readme 3 years ago
download.py Rename and download script 3 years ago
rename.py Add rename script 3 years ago

README.md

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