Archive for October 2012
MathJax – Beautiful math in all browsers
MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. www.mathjax.org
Read Full Post | Make a Comment ( None so far )Drawing a Binary Tree in Ruby & Perl
When I started learning Ruby last year I decided to implement a binary tree and some of its basic operations (insert, delete, walk, and search) just to get my feet wet on the language. Binary trees are a good exercise because you need to use several features of the language like conditional statements, loops, and […]
Read Full Post | Make a Comment ( None so far )Online Python Tutor
Online Python Tutor is a free educational tool that helps students overcome a fundamental barrier to learning programming: understanding what happens as the computer executes each line of a program’s source code. Using this tool, a teacher or student can write a Python program directly in the web browser and visualize what the computer is […]
Read Full Post | Make a Comment ( None so far )The Pragmatic Programmer Quick Reference Guide
I modified the recommended reading list to include The Pragmatic Programmer: From Journeyman to Master. By way of celebration, I also created a vanilla HTML version of the quick reference card included with the book. If you haven’t read the book, the reference card will give you a great idea of the gems covered inside. […]
Read Full Post | Make a Comment ( None so far )