[Assorted-commits] SF.net SVN: assorted: [423] assorted-site/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-15 02:19:33
|
Revision: 423 http://assorted.svn.sourceforge.net/assorted/?rev=423&view=rev Author: yangzhang Date: 2008-02-14 18:19:38 -0800 (Thu, 14 Feb 2008) Log Message: ----------- added google tracking footer (for other web pages) Modified Paths: -------------- assorted-site/trunk/index.txt Added Paths: ----------- assorted-site/trunk/google-footer.html Added: assorted-site/trunk/google-footer.html =================================================================== --- assorted-site/trunk/google-footer.html (rev 0) +++ assorted-site/trunk/google-footer.html 2008-02-15 02:19:38 UTC (rev 423) @@ -0,0 +1,9 @@ +<script type="text/javascript"> + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); +</script> +<script type="text/javascript"> + var pageTracker = _gat._getTracker("UA-1322384-1"); + pageTracker._initData(); + pageTracker._trackPageview(); +</script> Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-02-15 02:12:48 UTC (rev 422) +++ assorted-site/trunk/index.txt 2008-02-15 02:19:38 UTC (rev 423) @@ -11,8 +11,8 @@ information to come later. - ZDB: simple object database with an emphasis on semantics (active) -- General-purpose libraries ("commons") for various languages or platforms. - - [Python Commons](python-commons) (maintained) +- General-purpose libraries ("commons") for various languages or platforms + - [Python Commons](python-commons) (passive) - [Scala Commons](scala-commons) (active) - Java Reactor: simple event loop for single-threaded asynchronous IO and task scheduling (done) @@ -20,14 +20,14 @@ - Haskell Commons (active) - TeX Commons (active) - Shell Tools: programs written in a variety of languages and - oriented toward shell scripting and systems management (maintained) + oriented toward shell scripting and systems management (passive) - AFX: extensions (e.g. threading support) for the AF asynchronous programming framework (active) - UI libraries - Scala TUI: a declarative reactive programming toolkit for constructing - text user interfaces (hiatus) - - JFX Table: an editable table (spreadsheet) widget in JavaFX (done) - - LZXGrid: an editable table (spreadsheet) widget in OpenLaszlo (done) + [ncurses]-based text user interfaces (hiatus) + - 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) @@ -36,17 +36,19 @@ - Meta programming - Object code generation: currently targets Java serialization, emphasizing compactness, speed, and simplicity (done) - - TopCoder tools: crawl TopCoder rankings to analyze players. Currently only + - 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 - macros_ (done) + - Simple Pre-Processor (spp): tiny implementation of the C preprocessor's + _object-like macros_ (done) - Tools for various websites or services - - [Facebook](facebook-tools): monitor changes in your Facebook network + - [Facebook](facebook-tools): monitor changes in your [Facebook] network (done) - - Myspace: crawl profiles within $n$ degrees of you for fast searches (done) - - O'Reilly Safari: cache text for offline reading (abandoned) - - Youtube: caches videos from your favorites, playlists, and subscriptions - (done) + - Myspace: crawl [MySpace] profiles within $n$ degrees of you for fast + searches (done) + - O'Reilly Safari: cache text from the [O'Reilly Safari] online bookshelf for + offline reading (abandoned) + - Youtube: caches [YouTube] videos from your favorites, playlists, and + subscriptions (done) - MovieLookup: given an [HBO](http://hbo.com/) schedule, look up movie ratings on [Rotten Tomatoes](http://rottentomatoes.com/), sort the movies by score, and aggregate the show times for those movies based on the @@ -59,30 +61,36 @@ - 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 + - [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) +- Exploration and experimentation + - Hash distribution: for observing the distribution of hash functions on + supplied data. + - Parallel hash join: for exploring the scalability of hash joins on + many-core systems (active) + - Sandbox: heap of small test cases to explore (mostly programming language + details, bugs, corner cases, features, etc.) (passive) - Miscellanea - 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) - - Experimental Sandbox: heap of small test cases to explore (bugs, corner - cases, features, etc.) (maintained) - Source management: various tools for cleaning up and maintaining a source code repository, identifying things that might not belong (hiatus) - Websites - - [This website](http://assorted.sf.net/) (maintained) - - [My personal website](http://www.mit.edu/~y_z/) (maintained) + - [This website](http://assorted.sf.net/) (passive) + - [My personal website](http://www.mit.edu/~y_z/) (passive) What the statuses mean: - done: no more active development planned, but will generally maintain/fix issues -- maintained: under continual but gradual growth +- passive: under continual but gradual growth - active: development is happening at a faster pace - abandoned: incomplete; no plans to pick it up again - hitaus: incomplete; plan to resume development @@ -97,9 +105,19 @@ - [TinyOS](http://tinyos.net/): SF-hosted project I've been involved in [BattleCode]: http://battlecode.mit.edu/ +[BattleCode 2007]: http://battlecode.mit.edu/2007/ +[BattleCode 2008]: http://battlecode.mit.edu/2008/ +[JavaFX]: https://openjfx.dev.java.net/ +[ncurses]: http://www.gnu.org/software/ncurses/ +[OpenLaszlo]: http://www.openlaszlo.org/ [`boost::asio`]: http://asio.sourceforge.net/ [Greg]: http://people.csail.mit.edu/glittle/ [the Subversion repository]: https://assorted.svn.sourceforge.net/svnroot/assorted +[TopCoder]: http://www.topcoder.com/ +[O'Reilly Safari]: http://safari.oreilly.com/ +[Facebook]: http://www.facebook.com/ +[YouTube]: http://www.youtube.com/ +[MySpace]: http://www.myspace.com/ [browse the repository]: http://assorted.svn.sourceforge.net/viewvc/assorted/ <!-- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |