Difference between revisions of "Programming Projects"
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 ...) |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
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://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). | ||
+ | |||
+ | == Docs == | ||
+ | * [[Git Tips Tricks]] |
Latest revision as of 16:11, 5 November 2018
Here's a list of some of the programming projects we randomly hack on:
Andrew
- My dotfiles.
- Ruby implementation of the perl protocol for the Rio Karma. Includes some basic utilities for uploading/deleting songs.
- Re-implementation of the classic DOS game One Must Fall 2097. Fairly incomplete, but it does include a couple of useful utilities for working with the OMF2097 File Formats.
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).