Difference between revisions of "Hac φ/Projects"

From HaskellWiki
Jump to navigation Jump to search
(Add projects)
 
(24 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 
== Sharing your code ==
 
== 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.
+
If you need a place to host a project so that others can help with it, we suggest using [http://github.com github] with [https://git-scm.com/ git]. You can also apply for an account on [http://community.haskell.org/admin/ the community server].
 
You can also apply for an account on
 
[http://community.haskell.org/admin/ the community server].
 
   
 
== Projects ==
 
== Projects ==
Line 11: Line 8:
   
 
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.
 
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.
  +
 
<!-- Copy this template
 
<!-- Copy this template
 
=== Project name ===
 
=== Project name ===
Line 20: Line 18:
 
-->
 
-->
   
=== Diagrams ===
+
=== GHC ===
   
  +
Richard will likely be doing some GHC hacking, as he is wont to do. Others: please join in the fun, and suggestions for projects can be provided!
The [http://code.google.com/p/diagrams diagrams project] is coming along quite nicely and there will be lots to work on: developing fun/interesting examples and contrib modules that provide higher-level diagram facilities, tools to aid in diagram development, and lots of individual [http://code.google.com/p/diagrams/issues/list bugs to squash and features to add].
 
   
  +
* Richard Eisenberg
* Brent Yorgey
 
   
=== GHC cross compilation ===
+
=== CodeWorld ===
   
  +
Chris Smith will likely be hacking on CodeWorld, a web-based K-12 education environment using Haskell. Possible projects include editor improvements, mobile app export, a constructive geometry API, debugging and collaborative editing, or bug fixes and UI tweaks.
GHC has had several recent fixes to help turn it into a cross compiler (thanks to Irene Knapp and Mark Lentczner,) but it's still not quite possible to easily cross compile stage2, and there still remains a hefty bit of build system and preprocessor cruft remaining.
 
   
* Austin Seipp
+
* Chris Smith
  +
* Libby Horacek
* Irene Knapp
 
  +
* Dan Peebles
 
  +
=== Legion ===
  +
  +
[https://github.com/owensmurray/legion Legion] is a framework for writing stateful, elastically scalable, AP microservices. I'm probably going to be working on the cluster rebalancing system. Also, help from anyone who knows a lot about gossip protocols would be appreciated.
  +
  +
* Rick Owens
  +
  +
=== FLTKHS ===
  +
  +
[https://github.com/deech/fltkhs FLTKHS] is a Haskell GUI library for getting native cross platform GUI up and running quickly and easily. I'm probably going to work on patching the missing Linux High DPI support. Any feedback or suggestions for future enhancements would be appreciated.
  +
  +
* Aditya Siram
  +
  +
=== Opaleye ===
  +
  +
I'd like to learn more about [https://github.com/tomjaguarpaw/haskell-opaleye Opaleye] (SQL generation) probably by writing some documentation or fixing bugs.
  +
  +
* Libby Horacek
  +
  +
=== Duffer ===
  +
  +
I'm spending more time on [https://github.com/vaibhavsagar/duffer Duffer], my silly git library in Haskell!
  +
  +
* Vaibhav Sagar
   
 
== Experience ==
 
== Experience ==
Line 42: Line 63:
 
! Projects
 
! Projects
 
|-
 
|-
  +
| Chris Smith
| byorgey
 
  +
| CodeWorld, Snap, xmlhtml
| [http://www.xmonad.org xmonad], [http://code.haskell.org/diagrams diagrams]
 
 
|-
 
|-
| ccasin
 
| [http://hcross.sourceforge.net hcross]
 
|-
 
| mightybyte
 
| [http://snapframework.com snap], [http://hackage.haskell.org/package/heist heist]
 
 
|}
 
|}
  +
  +
[[Category:Community]]

Latest revision as of 15:04, 21 October 2016

Sharing your code

If you need a place to host a project so that others can help with it, we suggest using github with git. 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.


GHC

Richard will likely be doing some GHC hacking, as he is wont to do. Others: please join in the fun, and suggestions for projects can be provided!

  • Richard Eisenberg

CodeWorld

Chris Smith will likely be hacking on CodeWorld, a web-based K-12 education environment using Haskell. Possible projects include editor improvements, mobile app export, a constructive geometry API, debugging and collaborative editing, or bug fixes and UI tweaks.

  • Chris Smith
  • Libby Horacek

Legion

Legion is a framework for writing stateful, elastically scalable, AP microservices. I'm probably going to be working on the cluster rebalancing system. Also, help from anyone who knows a lot about gossip protocols would be appreciated.

  • Rick Owens

FLTKHS

FLTKHS is a Haskell GUI library for getting native cross platform GUI up and running quickly and easily. I'm probably going to work on patching the missing Linux High DPI support. Any feedback or suggestions for future enhancements would be appreciated.

  • Aditya Siram

Opaleye

I'd like to learn more about Opaleye (SQL generation) probably by writing some documentation or fixing bugs.

  • Libby Horacek

Duffer

I'm spending more time on Duffer, my silly git library in Haskell!

  • Vaibhav Sagar

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
Chris Smith CodeWorld, Snap, xmlhtml