Difference between revisions of "HacPDX/Projects"

From HaskellWiki
Jump to navigation Jump to search
m
(added some projects)
Line 23: Line 23:
 
|Crypto Part I
 
|Crypto Part I
 
|Fix up the crypto library - use bytestring, fold in pureMD5/SHA/hecc, provide a new API
 
|Fix up the crypto library - use bytestring, fold in pureMD5/SHA/hecc, provide a new API
  +
|-
  +
|PNG
  +
|Work on Bart Massey's pure-Haskell PNG reading/writing library. Lots to do here.
  +
|-
  +
|ParseArgs
  +
|Clean up and extend a bit Bart Massey's [http://hackage.haskell.org/package/parseargs parseargs] package.
  +
|-
  +
|TCP Service
  +
|Extract and package the SMTP-style TCP server bits from Bart Massey's [http://wiki.cs.pdx.edu/forge/imcs.html MiniChess] server.
 
|-
 
|-
 
|}
 
|}

Revision as of 21:08, 19 September 2009

Proposed Projects for HacPDX

Project Task Description Participants
Network APIs Investigate and test new APIs for potentially replacing network, network-bytestring, and network-fancy TomMD
HPDF Additional hacking and c bindings jmelesky

Additional Project Suggestions

Project Task Description
Crypto Part I Fix up the crypto library - use bytestring, fold in pureMD5/SHA/hecc, provide a new API
PNG Work on Bart Massey's pure-Haskell PNG reading/writing library. Lots to do here.
ParseArgs Clean up and extend a bit Bart Massey's parseargs package.
TCP Service Extract and package the SMTP-style TCP server bits from Bart Massey's MiniChess server.