Skip to main content
Programming

Programming #

todo: move from Programming - loikein’s notes

Shortcut for commenting #

Matlab #

Ref: Add Comments to Code - MATLAB & Simulink

Comment
command+/
Uncomment
command+option+/

Spyder #

Ref: Shortcut key for commenting out lines of Python code in Spyder - Stack Overflow

Toggle comment
Ctrl+1

Sublime Text; VS Code #

Toggle comment
command+/ (same for uncomment)

CLI commands for version #

brew -v[--version]
hugo version
git  version
npm  version
node -v[--version]
pdflatex -v[--version]  # TeX Life

Readings #