Vectors

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

Babble

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

Regular Expressions

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

Random Numbers, Probability, Perlin Noise

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