Pinned Repositories
haskell-chat-server-example
Example chat server demonstrating async I/O and STM in Haskell
haskell-control-monad-loop
Simple monad transformer for imperative-style loops
haskell-iocp
GHC IO manager for Windows using completion ports
haskell-network-socket-options
Type-safe, portable alternative to getSocketOption/setSocketOption
haskell-rolling-queue
Bounded channel for STM that discards old entries when full
haskell-stm-channelize
Transactional I/O for duplex streams
haskell-stm-delay
Updatable one-shot timer polled with STM (Haskell)
hs-windows-iocp
Playground for implementing interruptible I/O on Windows using completion ports (rewrite of my haskell-iocp)
SHA256-for-Macintosh-Classic
SHA256 drag-and-drop utility for Mac OS 7,8,9
joeyadams's Repositories
joeyadams/haskell-network-socket-options
Type-safe, portable alternative to getSocketOption/setSocketOption
joeyadams/haskell-stm-delay
Updatable one-shot timer polled with STM (Haskell)
joeyadams/hs-windows-iocp
Playground for implementing interruptible I/O on Windows using completion ports (rewrite of my haskell-iocp)
joeyadams/haskell-system-time-monotonic
Simple library for using the system's monotonic clock
joeyadams/hs-acme-year
Haskell library to determine the current year (very fast!)
joeyadams/hs-monad-statevar
Haskell library to make IORef/STRef/TVar usage less verbose
joeyadams/hs-postgresql-copy-escape
Haskell library for formatting data to feed to a PostgreSQL COPY FROM statement
joeyadams/hs-conduit-resumable
Resumable sinks and conduits for the Haskell conduit package
joeyadams/hs-resumable-conduit
joeyadams/hs-stm-connection
Haskell package wrapping a stream connection with an STM interface
joeyadams/packages-base
Mirror of packages-base repository. DO NOT SUBMIT PULL REQUESTS HERE
joeyadams/persistent
Persistence interface for Haskell allowing multiple storage methods.
joeyadams/postgresql-simple
Mid-level client library for accessing PostgreSQL from Haskell
joeyadams/alephone
Aleph One is the open source continuation of Bungie’s Marathon 2 game engine.
joeyadams/base16-bytestring
Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
joeyadams/cereal-conduit
joeyadams/conduit
A pull-based approach to streaming data.
joeyadams/data-munging-kata
Repository for holding the results of June 2016 CincyFP kata excersizes
joeyadams/direct-sqlite
joeyadams/hs-connection
simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management.
joeyadams/ms-tds
TDS Protocol implemented in Haskell
joeyadams/mssql-simple
SQL Server client library implemented in Haskell
joeyadams/network
Low-level networking interface
joeyadams/nukesnake
Cross between "snake" and "tank" arcade games
joeyadams/smtp-mail
Making it easy to send SMTP email from Haskell
joeyadams/split-channel
Control.Concurrent.Chan split into sending and receiving halves.
joeyadams/sqlite-simple
Mid-level bindings for sqlite
joeyadams/standalone-haddock
Generate standalone haddock documentation for a set of packages
joeyadams/youtube-dl
Small command-line program to download videos from YouTube.com and other video sites
joeyadams/zlib-bindings
Low-level wrapper around the zlib library