LtU-Kiev/Hackathon
From HaskellWiki
m (GL-Club link added) |
(Explain `under.c'. Move C projects to the bottom.) |
||
| Line 6: | Line 6: | ||
== Projects == | == Projects == | ||
| - | If you have a project that you want to work on at the Hackathon, please describe it here. This page is only meant for coordination, it does not impose anything. | + | If you have a project that you want to work on at the Hackathon, |
| + | please describe it here. This page is only meant for coordination, it | ||
| + | does not impose anything. | ||
| - | If you're interested in one of these projects, add your name to the list of hackers under that project. If you have another project you'd want to hack on, add it to the list! | + | If you're interested in one of these projects, add your name to the |
| - | + | list of hackers under that project. If you have another project you'd | |
| - | + | want to hack on, add it to the list! | |
| - | + | ||
| - | + | ||
| - | + | ||
=== darcs === | === darcs === | ||
| Line 21: | Line 20: | ||
[http://github.com/feuerbach/loker UNIX Shell scripts parser] | [http://github.com/feuerbach/loker UNIX Shell scripts parser] | ||
| - | I plan to conduct an introduction to the project for new and wannabe contributors at the beginning of the first day. | + | I plan to conduct an introduction to the project for new and wannabe |
| + | contributors at the beginning of the first day. | ||
Hackers: Roman Cheplyaka | Hackers: Roman Cheplyaka | ||
| Line 37: | Line 37: | ||
Hackers: Ivan Veselov | Hackers: Ivan Veselov | ||
| - | |||
| - | |||
| - | |||
=== TermWare === | === TermWare === | ||
| Line 45: | Line 42: | ||
Hackers: rssh | Hackers: rssh | ||
| + | |||
| + | === under.c === | ||
| + | |||
| + | `[http://github.com/vvv/under.c#readme under]' utility decodes binary | ||
| + | DER data to textual S-expressions and/or encodes sexps back to DER | ||
| + | (Distinguished Encoding Rules; a "type-length-value" binary encoding | ||
| + | of hierarchical ASN.1 data). Examples of DER files are SSL | ||
| + | certificates and call detail records generated by mobile switching | ||
| + | centers. | ||
| + | |||
| + | This C program is based on [http://okmij.org/ftp/Streams.html iteratees] | ||
| + | (and is rather "functional" in this respect). | ||
| + | |||
| + | Plan is to extend the functionality with pluggable codecs. | ||
| + | |||
| + | Hackers: vvv | ||
| + | |||
| + | === nullfs === | ||
| + | Hackers: xrgtn | ||
Revision as of 19:56, 1 October 2010
Contents |
1 Date and Venue
Provisionally: 16-17 October 2010, GL-Club
2 Registration
Will be required. Come here later for details.
3 Projects
If you have a project that you want to work on at the Hackathon, please describe it here. This page is only meant for coordination, it does not impose anything.
If you're interested in one of these projects, add your name to the list of hackers under that project. If you have another project you'd want to hack on, add it to the list!
3.1 darcs
Hackers: adept
3.2 loker
I plan to conduct an introduction to the project for new and wannabe contributors at the beginning of the first day.
Hackers: Roman Cheplyaka
3.3 vty-ui
Hackers: jtootf
3.4 cabal
Hackers: Oleg Smirnov
3.5 turnir
http://github.com/sphynx/turnir
Hackers: Ivan Veselov
3.6 TermWare
http://redmine.gradsoft.ua/projects/show/termware
Hackers: rssh
3.7 under.c
`under' utility decodes binary DER data to textual S-expressions and/or encodes sexps back to DER (Distinguished Encoding Rules; a "type-length-value" binary encoding of hierarchical ASN.1 data). Examples of DER files are SSL certificates and call detail records generated by mobile switching centers.
This C program is based on iteratees (and is rather "functional" in this respect).
Plan is to extend the functionality with pluggable codecs.
Hackers: vvv
3.8 nullfs
Hackers: xrgtn
