1.
Scriptaclous Unit Testing: Part 5
5: toQueryParams : an Example of Prototype Extension. In the previous page, I remarked on ... String.prototype.parseQuery = String.prototype.toQueryParams; ...
2.
Autodidact » Blog Archive » The Ruby Pattern Spy, Part I
The Ruby Pattern Spy: Basics. So, I want a tool that lets me specify a regular expression and a URL to a page to examine. I want the tool to tell me whether ...
3.
Autodidact » Blog Archive » SICP: Up the abstraction ladder
SICP: Up the abstraction ladder. I meant to post this a while back, but you know how it is… work, family, oral surgery, and where does the time go? ...
4.
A Google Maps Web App with Ruby on Rails
The location information is then displayed on maps using Google's Map API. As in a typical Rails application, Rails' Active Record implementation maps ...
5.
Autodidact » Blog Archive » On Clojure: A close look at Luke ...
Jan 7, 2009 ... One of our members, Luke VanderHart, contributed a program that parses a text file to build a Markov Chain generator: it will produce an ...
6.
Autodidact » Blog Archive » Linked list recursion: A smidge of ...
Jul 14, 2008 ... Linked list recursion: A smidge of functional programming in Ruby. Nathan Sanders’ recent post about functional programming in Ruby includes ...
7.
A Google Maps Web App with Ruby on Rails
College Park Crime Reports is a Ruby on Rails application that manages data ... The location information is then displayed on maps using Google's Map API. ...
8.
A Google Maps Web App with Ruby on Rails
The location information is then displayed on maps using Google's Map API. As in a typical Rails application, Rails' Active Record implementation maps ...
9.
Autodidact » Blog Archive » Dynamic page layout with javascript ...
Nov 13, 2008 ... Dynamic page layout with javascript: cloneCopy and templates. So I’m building a web application that uses javascript (with the canvas ...
10.
Autodidact
On the Clojure Google group there’s been a good discussion about lazy sequences and streams. The exchange goes to some of the fundamentals of the language, ...