[Assorted-commits] SF.net SVN: assorted: [300] assorted-site/trunk/index.txt
                
                Brought to you by:
                
                    yangzhang
                    
                
            
            
        
        
        
    | 
     
      
      
      From: <yan...@us...> - 2008-02-03 09:11:50
      
     
   | 
Revision: 300
          http://assorted.svn.sourceforge.net/assorted/?rev=300&view=rev
Author:   yangzhang
Date:     2008-02-03 01:11:53 -0800 (Sun, 03 Feb 2008)
Log Message:
-----------
updated site
Modified Paths:
--------------
    assorted-site/trunk/index.txt
Modified: assorted-site/trunk/index.txt
===================================================================
--- assorted-site/trunk/index.txt	2008-02-03 08:40:45 UTC (rev 299)
+++ assorted-site/trunk/index.txt	2008-02-03 09:11:53 UTC (rev 300)
@@ -13,9 +13,11 @@
 - ZDB: simple object database with an emphasis on semantics (active)
 - General-purpose libraries ("commons") for various languages or platforms.
   - [Python Commons](python-commons) (maintained)
+  - [Scala Commons](scala-commons): complements ScalaX, WorkingMouse (active)
+  - Java Reactor: simple event loop for single-threaded asynchronous IO and
+    task scheduling (done)
   - C++ Commons: complements Boost (hiatus)
   - Haskell Commons: complements MissingH (active)
-  - Scala Commons: complements WorkingMouse (active)
   - TeX Commons (active)
   - Shell Tools: programs written in a variety of languages and
     oriented toward shell scripting and systems management (maintained)
@@ -27,13 +29,14 @@
   - JFX Table: an editable table (spreadsheet) widget in JavaFX (done)
   - LZXGrid: an editable table (spreadsheet) widget in OpenLaszlo (done)
 - System utilities
+  - UDP Prober: small program that logs the RTTs of periodic UDP pings, and an
+    exercise in using `[boost::asio]` (active)
   - Throttled Repeater: small program that sends a fixed number of lines at a
     time from a file to a server over TCP (done)
 - Meta programming
-  - Simple object code generation (iogen): currently targets Java
-    serialization, emphasizing compactness, speed, and simplicity (done)
+  - Object code generation: currently targets Java serialization, emphasizing
+    compactness, speed, and simplicity (done)
   - BattleCode composer: express and mix strategies quickly (planning)
-  - BattleCode 2007, Team Little: our work for the 2007 competition (done)
   - TopCoder tools: crawl TopCoder rankings to analyze players. Currently only
     produces language statistics. (done)
   - Simple Pre-Processor (spp): tiny implementation of cpp's _object-like
@@ -52,11 +55,19 @@
 - Configuration resources and desktop tools
   - [Vim syntax file for
     JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done)
-  - Software Configurations: dot files, rc files, bootstrapping, etc. (done)
+  - Software Configurations: dot files, rc files, bootstrapping, etc.; note
+    that this includes third-party code (active)
   - Wallpaper Tools: tools for managing wallpapers as they are being rotated
     through (done)
+- [BattleCode]
+  - BattleCode 2007, Team Little: [Greg] and my work for the 2007 competition (done)
+  - BattleCode 2008, Team Little: our (i.e. Greg's) work for the 2008
+    competition (done)
+  - BattleCode Gene Pool: a parallel implementation of a genetic algorithm for
+    optimizing parameters (done)
+  - BattleCode Composer: express and mix strategies quickly (abandoned)
 - Miscellanea
-  - Bibliography: my pan-paper BibTeX; stalling until ZDB happens! (active)
+  - Bibliography: my pan-paper BibTeX; i.e., stalling for ZDB (active)
   - Subtitle adjuster: for time-shifting SRTs (done)
   - Programming Problems: my workspace for solving programming puzzles
     (hiatus)
@@ -66,19 +77,21 @@
     code repository, identifying things that might not belong (hiatus)
 - Websites
   - [This website](http://assorted.sf.net/) (maintained)
-  - [My personal website](http://people.csail.mit.edu/yang/) (maintained)
+  - [My personal website](http://www.mit.edu/~y_z/) (maintained)
 
 Other links:
 
 - [SourceForge Project Page](http://sf.net/projects/assorted/):
   download file releases, discuss on the forums, report bugs/request features,
-  [browse the code repository]
+  [browse the repository]
 - [Simple Publications Manager](http://pubmgr.sf.net/): another SF-hosted
   mini-project of mine
 - [TinyOS](http://tinyos.net/): SF-hosted project I've been involved in
 
+[BattleCode]: http://battlecode.mit.edu/
+[Greg]: http://people.csail.mit.edu/glittle/
 [the Subversion repository]: https://assorted.svn.sourceforge.net/svnroot/assorted
-[browse the code repository]: https://assorted.svn.sourceforge.net/svnroot/assorted
+[browse the repository]: http://assorted.svn.sourceforge.net/viewvc/assorted/
 
 <!--
 vim:nocin:et:sw=2:ts=2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |