Difference between revisions of "CodingNight1"

From Fixme.ch
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:CodingNight]]
 
[[Category:CodingNight]]
*10th february 2012 at 18h
+
* 10th february 2012 at 18h
*Etherpad: http://62.220.136.218:9001/p/codingnight1
+
* Etherpad: http://62.220.136.218:9001/p/codingnight1
 
+
* Git depot: ssh://gitolite@foo.fixme.ch:1337/pastebin (ask for the access to nemen or gcmalloc
 
= Projects Proposition =
 
= Projects Proposition =
 
The proposed projects are:
 
The proposed projects are:

Revision as of 07:18, 11 February 2012

Projects Proposition

The proposed projects are:

  • Merge patches and release new version of wiki2beamer
  • Pastebin application like sprung but based on flask
  • Adding patch to xchat otr.
  • Soundcloud plugin for mpd, should similar to the lastFM plugin.
  • Android app:
    • Record time slept.
    • Ssh remote (multimedia key, slide remote)
    • read only for etherpad formats
    • LDAP search
  • little game:
    • little to no graphic at all (sound driven game, or touch driven game)
    • platform game with open source sprite

Goal

  • Create a minimal pastebin

Result

  • A pastebin app which has the following component
    • a [cabinet] database.
    • a api that can be easily adapted for quite any databases.
    • A webinterface using flask (python 2.7), and another using the http.server module
    • A very raw socket interface with direct access trough telnet.