Fluid Dynamics

by Marshall on February 13, 2006

Flowline has some cool animations of their fluid dynamics rendering tool. The second clip is amazing.

Superbowl XL highlights and lowlights

by Marshall on February 5, 2006

Pregame commercials: Way to many Blockbuster commercials. People do not trust Blockbuster anymore. Why did they spend a fortune to try to compete with Netflicks??? (BAD) Pregame Festivities: Stevie Wonder and ensemble cast entertains crowd. Procession of all the living (…)

Read the rest of this entry »

Google Text Message

by Marshall on February 3, 2006

I guess you could always send SMS messages through Google using theur toolbar. I have never installed the Google Toolbar since both Safari and Firefox have builtt in Google Search boxes. Now you can text people directly from Googles website. (…)

Read the rest of this entry »

Super Mario Brothers Synth

by Marshall on February 3, 2006

I ran across a neat, if not useless, flash animation on digg.com which contains all of the original Super Mario Brothers sound effects, which you can mix and combine in any way you like. Sure does bring back memories. SMB (…)

Read the rest of this entry »

Algorithms

by Marshall on February 2, 2006

Wikipedia has a rather large page with links to a ton of programming and math related algorithms. Thanks to this resource I now know of the Pancake Sort!

C# Generic Collection <T>

by Marshall on February 1, 2006

Here is a nice library of collections which utilize C# 2.0′s generics. I don’t have the latest .NET runtime at work so I haven’t been able to check it out. Apparently it will run on Mono as well.