VirtualTam's bookmarks
132 bookmarks found
-
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}'
-
-
Punchcard graph generator
2015-05-04 -
"Human collective behavior can vary from calm to panicked depending on social context. Using videos publicly available online, we study the highly energized collective motion of attendees at heavy metal concerts. We find these extreme social gatherings generate similarly extreme behaviors: a disordered gas-like state called a mosh pit and an ordered vortex-like state called a circle pit. Both phenomena are reproduced in flocking simulations demonstrating that human collective behavior is consistent with the predictions of simplified models."
-
Generate Audio with Python - Zach Denton
2015-03-15