Linkfest 5
February 27th, 2010
No comments
More links for ya:
- Stack Machines, Expression Evaluation, and Reverse Polish Notation little walkthrough tutorial.
- Hot-swapping Binaries in C. Straightforward, simple, and nifty, but I wonder about gotchas…?
- Compressed Sensing. A Wired article, which suggests Blade Runner might not have been too far off.
- Genetics Basics for Programmers. Even the laziest programmers do this all day long.
- CSS-only Drop-Down Menus. No frills, but no JavaScript, either. Supports every single major browser (except Internet Explorer, obviously.)
- Writing the BubbleUp jQuery Plugin. A simple demo on how to write a basic plugin for jQuery.
- Functional Programming in Python. Intro; starts easy, and thickens a bit in the middle.
- Roulette Wheel Selection for weighted random number generation.
- The Collatz Conjecture—an intriguing example of how graphically plotting data can sometimes lead you to more easily recognize patterns in the data.