Date: 2012-04-06 12:48 tags: functional ruby
I created a program to find the longest word snake (the following word's starting letter is the previous word's ...
code snippets from someone studying the art of computer science, a public notebook.
Date: 2012-04-06 12:48 tags: functional ruby
I created a program to find the longest word snake (the following word's starting letter is the previous word's ...
Date: 2012-02-08 17:12 tags: C
Note to self: Substr in C: char word; char *string; while( *string != '\0' ) { ...
Date: 2011-12-05 16:28 tags: functional testing
An implementation of the DD Min algorithm in Haskell. It's used for finding the shortest local failing test ...
Date: 2011-11-26 23:13 tags: functional
The right tool for the job. Sometimes you find really nice applications of a language you already know - ...
Date: 2011-11-10 19:01 tags: functional scala
package test object TestaLite { def main( args : Array[String] ) { //Map fibonacci val nums = Array(1,2,3,4,5,6,7,8,9,10) ...
Date: 2011-11-10 18:39 tags: testing java
TypeSafeMatcher match = new TypeSafeMatcher() { @Override public void describeTo(Description arg0) { // TODO Auto-generated method stub } ...
Date: 2011-05-28 21:11 tags: functional data structures
A data type for creating a binary tree, and some functions for inserting, removing and searching for nodes. Usage: ...
Date: 2011-05-20 22:30 tags: data structures javascript
A javascript implementation of the Binary Search Tree. It's built in a functional manner, where every operation builds a ...
Date: 2011-04-27 21:54 tags: ruby
Checking out the very easy to implement syntax highlighting plugin named coderay, a ruby library. I love the ...
copyright 2012. font by ΒΆ