A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
| #Sonic Pi Command List | |
| #Copy and Paste from this command list into your sonic pi file | |
| #Use the command play to play a note using the default synth | |
| #play note (symbol_or_number) | |
| #Usage: | |
| play 60 #midinote 60 or middle c | |
| play :c4 #create a symbol by typing colon then the note name and an octave designation | |
| play :e5, release: 2, amp: 0.5 #you can add parameters as well |
| /* | |
| by Uğur Güney. March 8, 2014. | |
| Hi! I started learning GLSL a month ago. The speedup gained by using | |
| GPU to draw real-time graphics amazed me. If you want to learn | |
| how to write shaders, this tutorial written by a beginner can be | |
| a starting place for you. | |
| Please fix my coding errors and grammar errors. :-) |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
| class @TreeBase | |
| max_levels = 3 | |
| rebuild_url = '/admin/pages/rebuild' | |
| init: -> | |
| $('#pages_tree').nestedSortable | |
| disableNesting: 'no-nest' | |
| forcePlaceholderSize: true | |
| handle: 'div.page.sortable span.dragtab' | |
| helper: 'clone' |