Daily Shaarli
April 5, 2021
A complete and concise bib(la)tex parser for rust, allows you to access things as Bibliography collections and comes with a few formatting niceties
A youtube-dl fork with an astounding number of new features. Most interesting to me are sponsorblock integration, thumbnail embedding, multithreading, and comment downloading
nice commandline client for transmission
python testing resources:
- getting started with python testing: https://realpython.com/python-testing/#testing-your-code
- testing cli apps: https://stackoverflow.com/questions/13493288/python-cli-program-unit-testing
- techniques for cli testing: https://realpython.com/python-cli-testing/#unit-testing-with-pytest-and-mocks
- writing doctests: https://www.digitalocean.com/community/tutorials/how-to-write-doctests-in-python
- doctest documentation: https://docs.python.org/3/library/doctest.html
Create reverse proxy pointing to your pc. Somewhat of a servei / ngrok replacement, still functioning and free as far as I can see.
What are the best guides for learning zsh for someone that prefers seeing concreete examples that work? I have a hard time reading/understanding the man pages. I am trying to write very simple scripts but I don't understand how to do basic things like creating and using variables:
#!/bin/bash
d= date -v +1d '+%m_%d_%ydayPlan.rtf' #tomorrow's date with underscores + 'dayPlan.rtf'
touch /Users/mangoQuesadilla/Documents/dayplans/${d} #supposed to create a file, but it doesn't work.
Uses GitHub markdown API (actually queries it for rendering) and displays your readme files.
Can be used just to display github readmes and preview your own project ones, but also to transform markdown files to html-formatted ones (without e.g. pandoc), to create local copies of github wikis (example at link), etc.