Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| var gitKataBestCommiter = { | |
| /** | |
| * @type {string} | |
| * @private | |
| */ | |
| searchOnBitBucket_: 'https://api.bitbucket.org/1.0/repositories/wojtassj/git-kata-registration/changesets', | |
| /** | |
| * @param {ProgressEvent} e The XHR ProgressEvent. |
CDJ - CDJ Player SLB - Scratch Live Box
| # coding=UTF-8 | |
| import os, shutil | |
| # needs python2.7 | |
| # works only with albums that are NOT marked as compilations | |
| # -------------------------------------------------------------- | |
| # usage: | |
| # cd %itunes_library%\Music # cd $itunes_library/Music | |
| # python _convert_mp3_filenames_imported_with_itunes.py |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | |
| <meta charset=utf-8 /> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <select size="10" multiple id="myMultiSelectBox"> | |
| <option value="1" selected>One</option> |
| # @ cmd.exe | |
| grails create-app album | |
| cd album | |
| grails run-app | |
| grails run-app -Dserver.port=9090 | |
| firefox http://localhost:8080/album/ | |
| # liquidbase | |
| grails create-domain-class | |
| // http://bit.ly/1sZ7vm7 |
| # Run script 3 times because of the deeply nested variables | |
| # PROXY_USERNAME is the username used to connect to proxy. | |
| # May be different than the existing USERNAME. | |
| # USERNAME is the account you logged into VM with, | |
| # like 'Administrator', which may not have access through proxy | |
| # Primary variables (CHANGE THESE FIRST!) | |
| setx PROXY_HOSTNAME my_domain.com | |
| setx PROXY_USERNAME my_user | |
| setx PROXY_PASSWORD my_password |
| # Beginnings with Sonic Pi live loop & sample. | |
| # Listen on [Soundcloud](https://soundcloud.com/quantumenergy/quantum-energy-live-session-001) | |
| live_loop :foo do | |
| sample :ambi_piano, amp: 0.35 | |
| sample :drum_bass_hard, amp: 1 | |
| sleep 0.40625 | |
| sample :elec_snare, amp: 0.2 |
I've move instructions to this blog post
| # https://soundcloud.com/hopbit/live-coding-session-2015-08-04 | |
| live_loop :jj do | |
| #sample :loop_breakbeat, rate: 1.25, amp: 4 | |
| sleep 1.5 | |
| use_synth :dsaw | |
| play 1, amp: 0.5 | |
| end | |
| live_loop :ll do |