Archive
Archive for the ‘Links’ Category
Categories: Links Tags: ai, analog computers, audio, canvas, conc lists, contest, css, erlang, fork, html5, iphone, threading
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.
Categories: Links Tags: C, collatz conjecture, compressed sensing, css, functional programming, genetics, hot swapping, jquery, random numbers, reverse polish notation, rpn, stack machine
Some links for y’all:
- Chad’s love of code reviews—and I agree. It can be tough to expose your code to better eyes, but everyone is improved because of it.
- Review Board—along those lines, here is an open source code review tool that was linked to in the comments for the code-review post.
- Building Flash Multiplayer Games—a somewhat extended tutorial that I haven’t actually gone through, but looks decent.
- What Really Happens When You Navigate To A URL. Semi-technical, and informative if you don’t already know it.
- Factorial Lookup. Ever wonder what 182,731! is? (You might have to give it several seconds to download before it renders.) Sometimes the most practical way to solve difficult (or impossible) problems is to just try to look up the answers in a massive precalculated table. Also see Reverse MD5 Hash Lookup.
- Arimaa—a modern game played on a chess board with chess pieces, specifically designed to make it difficult to write effective AI to play it.
- Making Computer Science More Enticing. A good inspirational 2-minute vid at the top, and information about how Stanford University’s revamping of their CS program led to higher enrollment.
- Understanding Weak References, a Java-oriented article, but generally applicable.
Categories: Links Tags: arimaa, code review, factorial, flash, games, http, inspiration, lookup, md5, review board, weak references
Categories: Links Tags: 3d, acm programming competition, asynchronous, fractal, mandelbrot set, ogre 3d, phoenix, python, quantum computing, soundex, threads
Categories: Links Tags: 3d, art design, asynchronous, callbacks, copperlicht, erlang, javascript, mnesia, pypy, sorting, space shuttle, virtual machine, webgl