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
- Host: GitHub
- URL: https://github.com/erictleung/notes
- Owner: erictleung
- License: cc0-1.0
- Created: 2015-09-12T08:19:22.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T17:23:59.000Z (over 2 years ago)
- Last Synced: 2025-03-19T08:39:47.564Z (9 months ago)
- Topics: bash, cli, linux, notes, polyglot, programming, programming-languages, r, shell
- Language: Shell
- Homepage:
- Size: 273 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://creativecommons.org/publicdomain/zero/1.0/)