Posts tagged “haskell”

My circuitous path to packaging a Haskell project for Nix
Solving a puzzle with a SAT solver
How hidden behaviour in C++ can be an important part of an algorithm
Chained Hash Table With Ordered Lists
A simple program for running a command on file changes
Implementation of a random-access list with O(1) list primitives and O(lg n) lookup time.
Hask table with open addressing and deletion
The newly added handlerToIO function makes it easy to use forkIO and still be able to run GHandler actions
Stack with O(1) push, pop and min
A cool algorithm for similarity search
Implementation of the Solitaire cipher from "Cryptonomicon"
Solution to the “Missing header file: HsUnixCompat.h” problem