Repositories
Select a repository to view its commits, contributors, and more.stanford-cs240h
Course materials for Stanford CS240h, "Functional Systems in Haskell"
pronk
A small command line application for load testing web servers. Think of it as similar to httperf or ab, only more modern and simpler to deal with.
configurator
A Haskell library supporting flexible, dynamic file-based configuration.
pool
A high-performance striped resource pooling implementation for Haskell
llvm
Haskell bindings to the LLVM compiler infrastructure project.
bloomfilter
A fast Haskell Bloom filter library.
strange-loop-2011
Slides and examples from my Haskell workshop at Strange Loop.
snappy
Fast Haskell bindings to Google's Snappy compression library
rwh
Real World Haskell
filemanip
A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
pcap
Haskell bindings for the pcap library, which provides a low level interface to packet capture systems.
norvig-spellcheck
A Haskell port of Peter Norvig's simple Python spellchecker