User contributions
- 14:34, 26 October 2012 (diff | hist) . . (+46) . . Haskell Quiz (Added link for puzzle 61) (current)
- 14:34, 26 October 2012 (diff | hist) . . (+229) . . N Haskell Quiz/Dice Roller (New page: This quiz is about parsing and evaluating dice roll expressions. ==The problem== * http://www.rubyquiz.com/quiz61.html ==Solutions== * [[Haskell Quiz/Dice Roller/Solution Abhinav|Abhinav...) (current)
- 14:33, 26 October 2012 (diff | hist) . . (+4,235) . . N Haskell Quiz/Dice Roller/Solution Abhinav (New page: <haskell> {- A solution to rubyquiz 61 (http://rubyquiz.com/quiz61.html). The task for this Quiz is to write a dice roller. The program should take two arguments: a dice expression ...) (current)
- 05:43, 20 September 2012 (diff | hist) . . (+58) . . Haskell Quiz/Amazing Mazes (→Solutions) (current)
- 05:42, 20 September 2012 (diff | hist) . . (+51) . . m Haskell Quiz/Amazing Mazes/Solution Abhinav (added link to manhattan distance wikipedia) (current)
- 05:39, 20 September 2012 (diff | hist) . . (+6,885) . . N Haskell Quiz/Amazing Mazes/Solution Abhinav (New page: <haskell> {- A solution to rubyquiz 31 (http://rubyquiz.com/quiz31.html). Generate a rectangular maze given its width and height. The maze should be solvable for any start and end p...)
- 05:02, 20 September 2012 (diff | hist) . . (+63) . . Haskell Quiz/Phone Number Words (→Solutions) (current)
- 05:01, 20 September 2012 (diff | hist) . . (+3,057) . . N Haskell Quiz/Phone Number Words/Solution Abhinav (New page: <haskell> {- A solution to rubyquiz 20 (http://rubyquiz.com/quiz20.html). Many companies like to list their phone numbers using the letters printed on most telephones. This makes th...) (current)
- 04:57, 20 September 2012 (diff | hist) . . (+1) . . m Haskell Quiz/Cryptograms/Solution Abhinav (current)
- 14:34, 23 August 2012 (diff | hist) . . (+18) . . Haskell Quiz/Cryptograms/Solution Abhinav (added category:code)
- 14:34, 23 August 2012 (diff | hist) . . (+18) . . Haskell Quiz/GEDCOM/Solution Abhinav (added category:code) (current)
- 14:33, 23 August 2012 (diff | hist) . . (+19) . . Haskell Quiz/TicTacToe/Solution Abhinav (added category:code) (current)
- 14:29, 23 August 2012 (diff | hist) . . (-62) . . Haskell Quiz (→Possibly fun ones not yet done in haskell)
- 14:25, 23 August 2012 (diff | hist) . . (+7,196) . . N Haskell Quiz/Cryptograms/Solution Abhinav (New page: <haskell> {- Decrypts a cryptogram (a substitution cypher). A solution to rubyquiz 13 (http://rubyquiz.com/quiz13.html). Usage: ./Cryptograms dictionary_file encrypted_file num_max_m...)
- 14:22, 23 August 2012 (diff | hist) . . (+321) . . N Haskell Quiz/Cryptograms (New page: The purpose of this quiz is to find the best possible solution(s) to a cryptogram (substitution cipher) given the cryptogram and a dictionary of known words. ==The Problem== * http://ru...) (current)
- 14:20, 23 August 2012 (diff | hist) . . (0) . . m Haskell Quiz/TicTacToe (current)
- 14:20, 23 August 2012 (diff | hist) . . (+46) . . Haskell Quiz (→The Puzzles)
- 10:24, 6 August 2012 (diff | hist) . . (+4) . . Haskell Quiz/TicTacToe
- 10:23, 6 August 2012 (diff | hist) . . (+9,403) . . N Haskell Quiz/TicTacToe/Solution Abhinav (New page: <haskell> {- A learning tic-tac-toe player in Haskell. It learns the game by playing against itself repeatedly. It can play against humans too! A solution to rubyquiz 11 (http://r...)
- 10:14, 6 August 2012 (diff | hist) . . (+327) . . N Haskell Quiz/TicTacToe (New page: The purpose of this quiz of to develop an AI tic-tac-toe player which learns to play the game by observing the game (i.e. no game tree traversal to find optimal move). ==The Problem== *...)
- 10:12, 6 August 2012 (diff | hist) . . (+42) . . Haskell Quiz (→The Puzzles)
- 16:58, 4 August 2012 (diff | hist) . . (+37) . . Haskell Quiz/GEDCOM/Solution Abhinav
- 16:55, 4 August 2012 (diff | hist) . . (+51) . . Haskell Quiz/GEDCOM (→Solutions) (current)
- 16:55, 4 August 2012 (diff | hist) . . (+3,639) . . N Haskell Quiz/GEDCOM/Solution Abhinav (New page: <haskell> -- A GEDCOM to XML converter written using Parsec as a -- solution for rubyquiz 6 (http://rubyquiz.com/quiz6.html). -- Example GEDCOM document at -- http://cpansearch.perl.org/sr...)