Class names are CamelCase.
Methods and variables are snake_case.
Methods with a ? suffix will return a boolean.
| "A blatant workman ripoff of bmx 007's beautiful colemak version called 'colqer' http://www.vim.org/scripts/script.php?script_id=2865 It makes vim so that you can insert and Ex mode in the workman keyboard layout, but can do the rest in qwerty. | |
| "usage: put it in ~/.vim/plugin/ as workman.vim | |
| "press \; in normal mode to activate/deactivate it. | |
| "Keyboard is qwerty | |
| " we want workman in insert mode | |
| function IMapColemak() | |
| if s:imap_colemak == 0 | |
| noremap! q q | |
| noremap! w d |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| *, | |
| *:before, | |
| *:after { | |
| box-sizing: border-box; | |
| } | |
| .card { | |
| margin: 10px; | |
| text-align: center; | |
| padding: 10px; |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.
###Array ####Definition: