Savannah
Photos from Savannah I’m in Savannah, GA working on installing some of my work at the new Jepson Center for the Arts, which will have its grand opening in March, 2006.
Photos from Savannah I’m in Savannah, GA working on installing some of my work at the new Jepson Center for the Arts, which will have its grand opening in March, 2006.
week 2 tutorial — Vectors Week two of the nature of code tutorials is up. I guess I don’t really need to post announcements here each time a new tutorial goes up, but at least it gives the appearance that … Continue reading
A terrific programmer and artist toxi has written up some thoughts about “Code (with a capital C)” and Processing. The post inspired a great deal of discussion on the Processing forum as well as a second and third post on … Continue reading
Examples download zipped archive of all examples simple vector motion 101 simple gravity simple mouse interaction angle between two vectors Reading Some links about vectors: Working with vectors, Describing Motion, Vectors: Velocities, Accelerations, and Forces Mathematics and Physics for … Continue reading
week 1 tutorial Ok, so the first edition of the new revised nature of code tutorials is up and online. As I continue to update the lessons over the course of the semester, I’ll slowly take the old site down. … Continue reading
run babble “Babble” is a quick experiment inspired by Gnoetry. Gnoetry creates poetry by placing words next to each other according to how they appear statistically in a source text. Babble does exactly the same thing, however, on a character … Continue reading
My first tutorial for my new course Programming from A to Z is up and online. I’m having an issue on the site where wordpress is adding extra slashes before quotes when I post code using the pre-formatted tags. . … Continue reading
This week’s topics: Regular Expressions egrep Java Regex Package Splitting with Regex Search and Replace Examples: RegexHelloWorld.java DoubleWords.java VowelCounter.java WordSplitterRegex.java ReplaceDemo1.java ReplaceDemo2.java ReplaceBackReference.java HTMLTagRemover.java Some sample input files: spam.txt, nytimes.txt, bible.txt, a2z.txt, doubletext.txt, nytimes.html Related: Chapter 1, Mastering Regular Expressions … Continue reading
Examples simple probability, multiple event probability, graphing the bell curve, simple gaussian, multiple gaussian, monte carlo method, 1D perlin noise, 2D perlin noise, 3D perlin noise, random walk Related Reading Computational Beauty of Nature, Introduction, Gary William Flake (you must … Continue reading