Difference between revisions of "Programming Projects"

From WTFwiki
Jump to navigation Jump to search
m (2 revisions)
m
 
Line 8: Line 8:
 
== 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 17:11, 5 November 2018

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).

Docs