Difference between revisions of "Hac φ/Projects"

From HaskellWiki
Jump to navigation Jump to search
(22 intermediate revisions by 11 users not shown)
Line 1: Line 1:
== Generic information ==
+
== Sharing your code ==
   
  +
If you need a place to host a project so that others can help with it, we suggest [http://patch-tag.com/ patch-tag], which offers free hosting for public darcs repositories. If you're using git, [http://github.com github] is just dandy as well.
You can apply for an account and a project using
 
  +
 
You can also apply for an account on
 
[http://community.haskell.org/admin/ the community server].
 
[http://community.haskell.org/admin/ the community server].
 
Once you have an account and/or a project, you upload a Darcs repository as follows. First, initialize your repository on the server:
 
 
$ ssh community.haskell.org
 
you@haskell:~$ cd /srv/code/yourproject
 
you@haskell:/srv/code/yourproject$ darcs init
 
 
Then, log out and push your repository:
 
 
$ darcs push community.haskell.org:/srv/code/yourproject
 
   
 
== Projects ==
 
== Projects ==
Line 27: Line 19:
 
* Hacker 2
 
* Hacker 2
 
-->
 
-->
  +
  +
=== Diagrams ===
  +
  +
We have a lovely list of project ideas for diagrams [http://www.haskell.org/haskellwiki/Diagrams/Projects here]:
  +
  +
* Brent Yorgey
  +
* Ryan Yates
   
 
== Experience ==
 
== Experience ==
Line 41: Line 40:
 
| ccasin
 
| ccasin
 
| [http://hcross.sourceforge.net hcross]
 
| [http://hcross.sourceforge.net hcross]
  +
|-
  +
| mightybyte
  +
| [http://snapframework.com snap], [http://hackage.haskell.org/package/heist heist]
  +
|-
  +
| sweirich
  +
| [http://code.google.com/p/replib/ RepLib and Unbound]
  +
|-
  +
| wavewave
  +
| [http://www.ianwookim.org/hoodle hoodle], [http://www.ianwookim.org/HROOT HROOT], [http://github.com/wavewave/fficxx fficxx]
 
|}
 
|}
  +
  +
  +
[[Category:Community]]

Revision as of 13:23, 8 June 2013

Sharing your code

If you need a place to host a project so that others can help with it, we suggest patch-tag, which offers free hosting for public darcs repositories. If you're using git, github is just dandy as well.

You can also apply for an account on the community server.

Projects

If you have a project that you want to work on at the Hackathon, please describe it here.

Since Hackathons are great for teamwork, consider joining one of the projects mentioned below. If you're interested in one of these projects, add your name to the list of hackers under that project.

Diagrams

We have a lovely list of project ideas for diagrams here:

  • Brent Yorgey
  • Ryan Yates

Experience

Please list projects with which you are familiar. This way, people know whom to contact for more information or guidance on a particular project.

Name Projects
byorgey xmonad, diagrams
ccasin hcross
mightybyte snap, heist
sweirich RepLib and Unbound
wavewave hoodle, HROOT, fficxx