Skip to content

morgulbrut/cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookbook

My personal cookbook for different stuff

linux

  • How to bind USB device under a static name? bind_usb.md

bash

  • Oneliners: onliner.md

docker

  • flask_counter: small flask app that counts reloads
  • wise-whale: docker docker container which runs fortunes | cowsay

python

  • reading a yaml file using pyaml: read_yaml/main.py
  • simple flask app: simple_flask_app
  • is_even port from node.js to python, also using pytest: is_even
  • some pymongo examples pymongo/write_test.py, pymongo/read_test.py, pymongo/drop_test.py which manipulate a db named test.
  • pymongo/list.py dumps a whole mongoDB instance.

micropython

  • pyboard_shell: small shell for setting pins and stuff