Programming #
todo: move from Programming - loikein’s notes
Shortcut for commenting #
References:
Matlab #
Ref: Add Comments to Code - MATLAB & Simulink
- Comment
- command+/
- Uncomment
- command+option+/
RStudio #
Ref: 4.17 Comment out text | R Markdown Cookbook
- Toggle comment
- command+shift+C
Spyder #
Ref: Shortcut key for commenting out lines of Python code in Spyder - Stack Overflow
- Toggle comment
- (Windows) Ctrl+1
Stata #
- Toggle comment
- command+/
Sublime Text; VS Code #
- Toggle comment
- command+/
CLI commands for version #
brew -v[--version]
hugo version
git version
npm version
node -v[--version]
pdflatex -v[--version] # TeX Life
# Ruby's OpenSSL version
# https://stackoverflow.com/a/13957635
ruby -ropenssl -e "puts OpenSSL::VERSION"(Maybe) Useful resources #
Readings #
- Writing that changed how I think about PL | Max Bernstein
- Markup from hell - HTMHell
- Peter Norvig
- Self/independently-published coding books
- Free Computer, Programming, Mathematics, Technical Books, Lecture Notes and Tutorials
- Higher Computing Science - Scotland - BBC Bitesize
- Bookshelf: Build Solid Computer Science Foundations
- Home | Library of Statistical Techniques
- 如何自学计算机编程 - 子龙山人
- Google Testing Blog: Code Health: To Comment or Not to Comment?
- Pseudorandom number generators · bryc/code/jshash/PRNGs.md
- 一文解决大学生学习计算机编程的所有迷茫 | windliang
- Measured : Which programming language is fastest? (Benchmarks Game)
- #programming stories | HackerNoon
- The lone developer problem
- Writing An Interpreter In Go | Thorsten Ball
- Writing A Compiler In Go | Thorsten Ball
- 浅尝即止的设计学习
- Launch School - Open Book Shelf