VirtualTam's bookmarks
87 bookmarks found
-
- UI ADSR example: https://github.com/megalon/pd-gui-examples
-
- https://github.com/junegunn/fzf/wiki/examples
- https://github.com/junegunn/fzf/wiki/examples#searching-file-contents
- https://github.com/junegunn/fzf/wiki/examples#fzf-as-dmenu-replacement
- https://github.com/junegunn/fzf/wiki/examples#buku
- https://github.com/junegunn/fzf/wiki/examples#git
- https://github.com/junegunn/fzf/wiki/examples#tmux
- https://dmitryfrank.com/articles/shell_shortcuts
- https://github.com/wfxr/forgit
-
- http://www.dnspython.org/docs/1.15.0/
- http://www.dnspython.org/examples.html
- https://stackoverflow.com/questions/5235569/using-the-dig-command-in-python#5237068
- https://www.safaribooksonline.com/library/view/python-for-unix/9780596515829/ch14.html
- https://stackoverflow.com/questions/17681230/how-make-dns-queries-in-dns-python-as-dig-with-aditional-records-section
- https://stackoverflow.com/questions/13842116/how-do-we-get-txt-cname-and-soa-records-from-dnspython
-
-
Emacs org-mode examples and cookbook
2016-11-21 -
Javascript libs to deal with musical stuff
2016-08-20 Libs:
- https://github.com/Tonejs/Tone.js
- https://github.com/0xfe/vexflow
- https://github.com/saebekassebil/teoria
- https://github.com/JasonStorey/teoria-chord-progression
- https://github.com/danigb/tonal
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Math:
Seq:
Tools:
Examples:
- https://blog.codepen.io/2017/03/17/best-music-pens-codepen/
- https://css-tricks.com/introduction-web-audio-api/
- https://github.com/paulrosen/abcjs
- https://codepen.io/jakealbaugh/
- https://github.com/jakealbaugh/random_commander
- https://github.com/lautr3k/Looper.js
- https://github.com/desandro/arpeggiator
- https://github.com/nicroto/viktor
- https://github.com/yamaha-webmusic/webmusicplatform
FX
-
Git Immersion
2016-07-04 Step-by-step Git tour with practical examples/exercises
-
TeXample.net
2016-03-29 -
eg: display example usage for *nix commands
2015-05-02 1$ pip install eg 2$ eg <command>
-
gitbrute: bruteforce a Git commit SHA-1
2015-02-14 Applied example: https://github.com/bradfitz/deadbeef
-
Practical Common Lisp
2015-02-13 Beware! Very cool book dealing with Lisp programming, with plenty of examples
-
ALSA: multiple USB sound cards
2015-01-12 # /etc/modprobe.d/snd_usb_audio.conf options snd_usb_audio vid=<vid1>,<vid2> pid=<pid1>,<pid2> index=<index1>,<index2> enable=1,1
example:
# 5: M-Audio Fast Track Pro # 6: Focusrite Scarlett 6i6 options snd_usb_audio vid=0x763,0x1235 pid=0x2012,0x8012 index=5,6 enable=1,1
See also: http://alsa.opensrc.org/MultipleCards