Difference between revisions of "Programming Projects"

From WTFwiki
Jump to navigation Jump to search
(New page: Here's a list of some of the programming projects we randomly hack on: == Andrew == * [http://svn.slic.com/ext/andrew/config My dotfiles]. * [http://svn.slic.com/ext/andrew/rubyrio/ Ruby ...)
 
Line 4: Line 4:
 
* [http://svn.slic.com/ext/andrew/config My dotfiles].
 
* [http://svn.slic.com/ext/andrew/config My dotfiles].
 
* [http://svn.slic.com/ext/andrew/rubyrio/ Ruby implementation] of the perl protocol for the [http://en.wikipedia.org/wiki/Rio_Karma Rio Karma]. Includes some basic utilities for uploading/deleting songs.
 
* [http://svn.slic.com/ext/andrew/rubyrio/ Ruby implementation] of the perl protocol for the [http://en.wikipedia.org/wiki/Rio_Karma Rio Karma]. Includes some basic utilities for uploading/deleting songs.
* [http://rubyomf2097.rubyforge.org/ Re-implementation] of the classic DOS game [http://en.wikipedia.org/wiki/One_Must_Fall:_2097 One Must Fall 2097]. Fairly incomplete, but it does include a couple of useful utilities for working with the [http://wtf.hijacked.us/wiki/index.php/OMF2097_File_Formats game data formats].
+
* [http://rubyomf2097.rubyforge.org/ Re-implementation] of the classic DOS game [http://en.wikipedia.org/wiki/One_Must_Fall:_2097 One Must Fall 2097]. Fairly incomplete, but it does include a couple of useful utilities for working with the [[OMF2097 File Formats]].
  
 
== Collaborative ==
 
== Collaborative ==
 
* [http://svn.slic.com/ext/jontow/x2x/ Improved version of x2x]. Includes support for north/south windows, better handling of unknown keys and a conversion away from the old C syntax to ANSI style C. We've experienced much better reliability than with the original x2x. (Jon and Andrew). We plan on (someday) adding support for true grid layouts (3x3 screens) and 'chained' layouts (4 screens in a row).
 
* [http://svn.slic.com/ext/jontow/x2x/ Improved version of x2x]. Includes support for north/south windows, better handling of unknown keys and a conversion away from the old C syntax to ANSI style C. We've experienced much better reliability than with the original x2x. (Jon and Andrew). We plan on (someday) adding support for true grid layouts (3x3 screens) and 'chained' layouts (4 screens in a row).

Revision as of 23:33, 22 April 2008

Here's a list of some of the programming projects we randomly hack on:

Andrew

Collaborative

  • Improved version of x2x. Includes support for north/south windows, better handling of unknown keys and a conversion away from the old C syntax to ANSI style C. We've experienced much better reliability than with the original x2x. (Jon and Andrew). We plan on (someday) adding support for true grid layouts (3x3 screens) and 'chained' layouts (4 screens in a row).