Pinned Repositories
android-studio-docker
Run Android Studio as a cloud-based IDE using Gitpod
ansible-dokku-vouch-provisioner
dokku + vouch proxy provisioning code
attomail
minimal mail delivery agent (MDA) for local mail with maildir support - a Haskell re-implementation of femtomail
carnap-docker
docker image for carnap
docker-firefox-esr
Dockerised Firefox ESR (Extended Support Release). For people who hate what web browsers have become.
ghci-history-parser
parse output of ghci ":history" command
hs-perl5
embedded Perl 5 interpreter in Haskell, forked from https://github.com/perl6/Pugs.hs. Candidate package on hackage at https://hackage.haskell.org/package/hs-perl5-0.1.0/candidate. pre-alpha stage software
hup
Upload packages or documentation to a hackage server
pptx-to-md
Convert PowerPoint or LibreOffice Impress files to Beamer-friendly, Pandoc-style markdown
phlummox's Repositories
phlummox/ghci-history-parser
parse output of ghci ":history" command
phlummox/hsemail-ns
Nonstandard parsers for the syntax defined in RFC2822, forked from hsemail proper - allows lf line ends as well as crlf. Should not be used for parsing incoming emails, only emails stored on disk.
phlummox/advent-of-code2016
some code for solving Advent of Code 2016 problems (http://adventofcode.com/2016). Spoilers.
phlummox/bogocopy
Copies a directory tree, preserving permissions and modification times, but making zero-size sparse copies of big files.
phlummox/brainfuck-hs
brainfuck interpreter in haskell, first attempt
phlummox/docker-hask-bb-ci
used for CI builds on bitbucket, using haskell
phlummox/fifteen-puzzle
A fifteen-puzzle solver, using A-star search and a simple "no. of mismatches" heuristic
phlummox/ghci-history-viewer
A Gtk-based GUI for displaying the output of GHCi's :history command
phlummox/hs-plex
Haskell library - run a subprocess, combining stdout and stderr
phlummox/random
random snippets
phlummox/stack-yaml
parse stack.yaml files
phlummox/twoD-array-ops
Transformations on 2-D Haskell arrays