AlgorithmsSedgewick. Code from the book "Algorithms" (4th ed.) by Robert Sedgewick and Kevin Wayne (original, and my solutions to exercises).
2.8kArticles. Various interesting articles, in PDF or PS form
242Okasaki. Code from the book "Purely Functional Data Structures" by Chris Okasaki (both original and my own solutions to the exercises, in Haskell)
34RegexParser. Regular Expression parser (loosely mimicking .NET Framework's System.Text.RegularExpressions namespace).
25HackersDelight. Code from the book "Hacker's Delight" by Henry S. Warren, Jr. (original and my own modifications).
24UvaToolkit. My solutions to problems in the 'UVA toolkit'.
12ClassicShellScripting. Code from the book "Classic Shell Scripting" by Arnold Robbins & Nelson H. F. Beebe (O'Reilly, 2005) (original and my own modifications).
11TypingPractice. Program for practicing typing skills such as speed, and typing code (programming language source code).
9ForthInterpreter. Forth interpreter written in .NET (C#).
9ClocksinMellish. Code from the book "Programming in Prolog" by William F. Clocksin and Christopher S. Mellish (original and my own solutions to exercises).
6KuroseRoss. Code and other materials from the book "Computer Networking: A Top-Down Approach" (5th ed.) by James K. Kurose and Keith W. Ross.
6PAIP. Code from the book "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp" by Peter Norvig (original and my own solutions to exercises).
5EmacsConfig. Configuration files for Emacs.
4ProAspNetMvc3. Code from the book "Pro ASP.NET MVC 3 Framework" by Adam Freeman and Steven Sanderson (original, and my own modifications).
3ObjectiveCProgramming. Code for the book "Objective-C Programming" (The Big Nerd Ranch Guide) by Aaron Hillegass
3Sudoku. Find solution(s) to Sudoku puzzle.
3IntroducingHTML5. Code from the book "Introducing HTML5 (2nd ed.)" by Bruce Lawson and Remy Sharp (original, and modified by me).
3ProjectEuler. Project Euler solutions in Haskell
3elm-tetris. Tetris implementation in Elm (purely functional language).
3SmallHaskellProjects. Haskell
2TypingPracticeTexts. C
2jQueryInAction. Code (with modifications) from the book "jQuery in Action" (2nd ed.) by Bear Bibeault and Yehuda Katz.
2B4F. C#
2Throwaways. C#
1Lists. AutoHotkey
1SmallProjects. Small C# projects.
1github-username-search. Simple React/TypeScript practice app: search for GitHub usernames using the GitHub REST API.
1TableOfContents. TOC generator for markdown. Only partially finished (hard-coded file paths and URLs, etc.).
1AmazonClient. Amazon Wishlist viewer
1YesodBook. Code for the book "Haskell and Yesod" by Michael Snoyman (original, and modified by me).
1aistrate.github.io. Adrian Istrate's GitHub Pages website
1iOSProgramming. Code for the book "iOS Programming" (The Big Nerd Ranch Guide, 3rd ed., March 2012) by Joe Conway and Aaron Hillegass (original, and modified by me).
1ArticlesCode. Code from (or written by me while reading) various Haskell articles.
1