VirtualTam's bookmarks
142 bookmarks found
-
- http://www.jeffreythompson.org/blog/2016/03/25/torch-rnn-mac-install/
- http://www.asaduddin.com/2017/03/torch-rnn-macos-installation-guide-2017-average-joe-edition/
- https://medium.com/@samim/ted-rnn-machine-generated-ted-talks-3dd682b894c0
- https://medium.com/@samim/obama-rnn-machine-generated-political-speeches-c8abd18a2ea0
- http://visakanv.com/1000/
- https://medium.com/@visakanv
-
-
Ultima Ratio Regum: The Roguelike
2016-10-16 -
1 - https://www.rockpapershotgun.com/2016/07/22/future-of-procedural-generation-1/ 2 - https://www.rockpapershotgun.com/2016/08/05/how-to-procedurally-generate-religion-politics/ 3 - https://www.rockpapershotgun.com/2016/09/02/how-to-procedurally-generate-culture/ 4 - https://www.rockpapershotgun.com/2016/09/16/the-future-of-procedural-generation/
-
Python libs to deal with musical stuff
2016-08-15 - https://github.com/ideoforms/isobar
- https://github.com/peterkmurphy/musictheory
- https://github.com/peterkmurphy/chordgenerator
- https://github.com/yuma-m/pychord
- https://github.com/bspaans/python-mingus
- https://github.com/dsacre/gtklick
- https://github.com/dsacre/klick
- http://trac.assembla.com/pkaudio/wiki/SuperCollider
-
Euclidean Rhythms
2016-03-22 - "Euclidean Rhythms" on tumblr: https://www.tumblr.com/search/euclidean%20rhythms
- http://cgm.cs.mcgill.ca/~godfried/rhythm-and-mathematics.html
- http://unthingable.eat-up.org/posts/2014/Jan/26/euclidean-rhythm-generator-in-clojure/
- https://github.com/heuermh/Euclidean-Pattern-Generator
- https://github.com/ideoforms/isobar
- http://blog.brianhouse.net/post/6470884605
- https://intimateandintricate.wordpress.com/2014/11/13/euclidean-rhythms-python-and-earsketch/
-
Context: replace spaces by dashes in a script-generated HTML file's links
1awk -F\' 'm = /a href/ { gsub(/ /,'-',$2); print$1'\''$2'\''$3} !m {print $0}'