An open API service indexing awesome lists of open source software.

https://github.com/erictleung/notes

:notebook: Today I learned tips and programming notes I find useful for me
https://github.com/erictleung/notes

bash cli linux notes polyglot programming programming-languages r shell

Last synced: 9 months ago
JSON representation

:notebook: Today I learned tips and programming notes I find useful for me

Awesome Lists containing this project

README

          

# Programming Notes

Tips, notes, and TIL I find useful or interesting.

Inspired by https://github.com/kbroman/ProgrammingNotes,
https://github.com/simonw/til,
https://github.com/jbranchaud/til, and
https://github.com/thoughtbot/til.

## General Resources

- [The Linux Documentation Project][tldp] (LDP)
- [DevDocs][dd]
- [The Grymoire][theg]
- [Vim Documentation][vimdoc]
- [LaTeX Wikibook][latex-wiki]
- [The Hitchhiker's Guide to Python][pyhitch]
- [Hyperpolyglot][poly]
- [Learn X in Y Minutes][minutes]
- [texblog][texblog]
- [Cloud Shell][googleshell] - Cloud shell by Google
- [Google Colaboratory][colab] - Jupyter notebooks through Google Drive

[tldp]: http://tldp.org/
[dd]: http://devdocs.io/
[theg]: http://www.grymoire.com/
[vimdoc]: http://vimdoc.sourceforge.net/htmldoc/usr_toc.html
[latex-wiki]: https://en.wikibooks.org/wiki/LaTeX
[pyhitch]: http://docs.python-guide.org/
[poly]: http://hyperpolyglot.org/
[minutes]: https://learnxinyminutes.com/
[texblog]: http://texblog.org/
[dply]: https://dply.co
[googleshell]: https://console.cloud.google.com/cloudshell
[colab]: https://colab.research.google.com/

## Sites Accessible Using `curl`

```sh
# Get weather updates
curl wttr.in

# Quick cheatsheet for programming languages
curl cht.sh
```

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)