Programming

TwitterFacebook
Get flash to fully experience Pearltrees
http://armorgames.com/play/4079/rabbit-wants-cake

Rabbit Wants Cake | Armor Games

You can tweak your run by sliding the recorded bars back and forth, or extend and shrink them if you like!
The code is run entirely in your browser, so don't feel obligated to "crash the server", you'll only stub your toe. Help , or examples: 1 2 3 4 5 6 7 .

Skulpt

http://www.skulpt.org/

List of freely available programming books - Stack Overflow

Maíra Wenzel's Blog MSDN Library is now featuring 44 chapters from 13 O’Reilly books on subjects such as C# 3.0, Visual Basic 2008, ADO.NET 3.5, .NET 3.5, the ADO.NET Entity Framework, WCF Services, and ASP.NET 3.5. http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books
http://blogs.office.com/b/microsoft-excel/archive/2008/10/01/building-a-basic-understandable-sudoku-solver-using-excel-iterative-calculation-part-2-2.aspx

Microsoft Excel 2010 : Building a Basic, Understandable Sudoku S

Today's author, Charlie Ellis, continues discussing the spreadsheet he built to solve Sudoku puzzles.
Solving programming puzzles is a fun way to develop your logical and problem solving abilities. Also, when you’re familiarizing yourself with a new programming language, solving puzzles for that language can help speed up the learning process. http://sixrevisions.com/resources/10-puzzle-websites-to-sharpen-your-programming-skills/

10 Puzzle Websites to Sharpen Your Programming Skills

http://thedailywtf.com/Articles/Meaningless-Progression.aspx

Meaningless Progression - The Daily WTF

"One of our desktop applications has a progress bar in it," Bryce N. writes, "and as I was working more and more with the code, I noticed that the progress bar would progress to a seemingly random part in the bar, but never past the halfway mark.

7-Segment LED Decoder

http://www.falstad.com/circuit/e-7segdecoder.html This circuit inputs a 4-digit binary number and outputs a decimal digit 0 to 9 using a 7-segment LED display . If a number larger than 9 is input, then the display is blank.