Thread: [Assorted-commits] SF.net SVN: assorted: [204] assorted-site/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-01-03 04:52:10
|
Revision: 204 http://assorted.svn.sourceforge.net/assorted/?rev=204&view=rev Author: yangzhang Date: 2008-01-02 20:52:13 -0800 (Wed, 02 Jan 2008) Log Message: ----------- latest assorted-site (published) Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt assorted-site/trunk/main.css Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-01-03 03:11:05 UTC (rev 203) +++ assorted-site/trunk/build.bash 2008-01-03 04:52:13 UTC (rev 204) @@ -10,7 +10,7 @@ # main index cp ../main.css . -pandoc -S -c main.css -o index.html ../index.txt +pandoc -s -S --tab-stop=2 -c main.css -H ../header.html -A ../footer.html -o index.html ../index.txt rewrite() { cat << "EOF" @@ -41,7 +41,7 @@ # deploy tar czf - . | -ssh sfs ' +ssh sf ' cd assorted rm -r htdocs-new 2> /dev/null || true mkdir htdocs-new @@ -50,4 +50,4 @@ rm -r htdocs/* mv htdocs-new/* htdocs/ rmdir htdocs-new -' \ No newline at end of file +' Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-01-03 03:11:05 UTC (rev 203) +++ assorted-site/trunk/index.txt 2008-01-03 04:52:13 UTC (rev 204) @@ -6,55 +6,57 @@ I've written, and it's imaginatively named "assorted." Most of the code is simply stored in [the Subversion repository] at the -moment, with no web pages or package releases. +moment, with no web pages or package releases. The information here is sparse, +providing only a brief description and the development status. More +information to come later. -- ZDB: simple object database with an emphasis on semantics; under active - development +- ZDB: simple object database with an emphasis on semantics (active) - General-purpose libraries ("commons") for various languages or platforms. - - [Python Commons](python-commons) - - C++ Commons: complements Boost - - Haskell Commons: complements MissingH - - Scala Commons: complements WorkingMouse - - TeX Commons + - [Python Commons](python-commons) (maintained) + - 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. - - [AFX](python-afx): extensions (e.g. threading support) for the [AF] - asynchronous programming framework + oriented toward shell scripting and systems management (maintained) + - AFX: extensions (e.g. threading support) for the AF asynchronous + programming framework (active) - UI libraries - - [Scala TUI](scala-tui): a declarative reactive programming toolkit - for constructing text user interfaces - - JFX Table: an editable table (spreadsheet) widget in JavaFX - - LZXGrid: an editable table (spreadsheet) widget in OpenLaszlo + - 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) - Meta programming - Simple object code generation: currently targets Java serialization, - emphasizing compactness, speed, and simplicity (in that order) - - BattleCode composer: express and mix competitive strategies quickly + emphasizing compactness, speed, and simplicity (done) + - BattleCode composer: express and mix strategies quickly (planning) - TopCoder tools: crawl TopCoder rankings to analyze players. Currently only - produces language statistics. -- Tools for popular websites or services + produces language statistics. (done) +- Tools for various websites or services - [Facebook](facebook-tools): monitor changes in your Facebook network - - Myspace: crawl profiles within n degrees of you for fast searches - - O'Reilly Safari: cache text for offline reading (inactive) + (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) - Configuration resources and desktop tools - [Vim syntax file for - JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) - - Software Configurations: dot files, rc files, bootstrapping, etc. + JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done) + - Software Configurations: dot files, rc files, bootstrapping, etc. (done) - Wallpaper Tools: tools for managing wallpapers as they are being rotated - through. + through (done) - Miscellanea - - Subtitle adjuster: for time-shifting SRTs + - 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.) + cases, features, etc.) (maintained) - Source management: various tools for cleaning up and maintaining a source - code repository, identifying things that might not belong. + code repository, identifying things that might not belong (hiatus) - Websites - - This website - - [My personal website](http://yz.zor.org/) + - This website (maintained) + - [My personal website](http://yz.zor.org/) (maintained) -[AF]: http://af.sf.net/ - Other links: - [SourceForge Project Page](http://sf.net/projects/assorted/): @@ -65,8 +67,7 @@ - [TinyOS](http://tinyos.net/): SF-hosted project I've been involved in - [My homepage](http://yz.zor.org/) -[browse the code repository]: -https://assorted.svn.sourceforge.net/svnroot/assorted +[browse the code repository]: https://assorted.svn.sourceforge.net/svnroot/assorted <!-- vim:nocin:et:sw=2:ts=2 Modified: assorted-site/trunk/main.css =================================================================== --- assorted-site/trunk/main.css 2008-01-03 03:11:05 UTC (rev 203) +++ assorted-site/trunk/main.css 2008-01-03 04:52:13 UTC (rev 204) @@ -39,12 +39,13 @@ color: navy; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6, h1 a, h2 a { color: #527bbd; font-family: sans-serif; margin-top: 1.2em; margin-bottom: 0.5em; line-height: 1.3; + text-decoration: none; } h1 { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2008-01-03 11:11:34
|
Revision: 208 http://assorted.svn.sourceforge.net/assorted/?rev=208&view=rev Author: yangzhang Date: 2008-01-03 03:11:36 -0800 (Thu, 03 Jan 2008) Log Message: ----------- merged, updated builder Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-01-03 11:03:47 UTC (rev 207) +++ assorted-site/trunk/build.bash 2008-01-03 11:11:36 UTC (rev 208) @@ -12,6 +12,8 @@ cp ../main.css . pandoc -s -S --tab-stop=2 -c main.css -H ../header.html -A ../footer.html -o index.html ../index.txt +exit # XXX fix rest later + rewrite() { cat << "EOF" <IfModule mod_rewrite.c> Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-01-03 11:03:47 UTC (rev 207) +++ assorted-site/trunk/index.txt 2008-01-03 11:11:36 UTC (rev 208) @@ -26,6 +26,9 @@ 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 + - 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: currently targets Java serialization, emphasizing compactness, speed, and simplicity (done) @@ -39,6 +42,10 @@ - O'Reilly Safari: cache text for offline reading (abandoned) - Youtube: caches 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 + schedule (done) - Configuration resources and desktop tools - [Vim syntax file for JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2008-01-03 11:15:54
|
Revision: 211 http://assorted.svn.sourceforge.net/assorted/?rev=211&view=rev Author: yangzhang Date: 2008-01-03 03:16:00 -0800 (Thu, 03 Jan 2008) Log Message: ----------- latest site Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-01-03 11:12:48 UTC (rev 210) +++ assorted-site/trunk/build.bash 2008-01-03 11:16:00 UTC (rev 211) @@ -12,8 +12,11 @@ cp ../main.css . pandoc -s -S --tab-stop=2 -c main.css -H ../header.html -A ../footer.html -o index.html ../index.txt -exit # XXX fix rest later +# XXX fix rest later +scp index.html shell-sf:assorted/htdocs/ +exit + rewrite() { cat << "EOF" <IfModule mod_rewrite.c> @@ -43,7 +46,7 @@ # deploy tar czf - . | -ssh sf ' +ssh shell-sf ' cd assorted rm -r htdocs-new 2> /dev/null || true mkdir htdocs-new Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-01-03 11:12:48 UTC (rev 210) +++ assorted-site/trunk/index.txt 2008-01-03 11:16:00 UTC (rev 211) @@ -30,11 +30,13 @@ - 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: currently targets Java serialization, - emphasizing compactness, speed, and simplicity (done) + - Simple object code generation (iogen): currently targets Java + serialization, emphasizing compactness, speed, and simplicity (done) - BattleCode composer: express and mix strategies quickly (planning) - 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) - Tools for various websites or services - [Facebook](facebook-tools): monitor changes in your Facebook network (done) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2008-02-03 10:05:37
|
Revision: 303 http://assorted.svn.sourceforge.net/assorted/?rev=303&view=rev Author: yangzhang Date: 2008-02-03 02:05:40 -0800 (Sun, 03 Feb 2008) Log Message: ----------- updated site Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt assorted-site/trunk/main.css Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-02-03 09:20:34 UTC (rev 302) +++ assorted-site/trunk/build.bash 2008-02-03 10:05:40 UTC (rev 303) @@ -14,7 +14,7 @@ # XXX fix rest later -scp index.html shell-sf:assorted/htdocs/ +scp index.html main.css shell-sf:assorted/htdocs/ exit rewrite() { Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-02-03 09:20:34 UTC (rev 302) +++ assorted-site/trunk/index.txt 2008-02-03 10:05:40 UTC (rev 303) @@ -30,7 +30,7 @@ - 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) + 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 @@ -44,7 +44,7 @@ - Tools for various websites or services - [Facebook](facebook-tools): monitor changes in your Facebook network (done) - - Myspace: crawl profiles within n degrees of you for fast searches (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) @@ -79,6 +79,15 @@ - [This website](http://assorted.sf.net/) (maintained) - [My personal website](http://www.mit.edu/~y_z/) (maintained) +What the statuses mean: + +- done: no more active development planned, but will generally maintain/fix + issues +- maintained: 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 + Other links: - [SourceForge Project Page](http://sf.net/projects/assorted/): @@ -89,6 +98,7 @@ - [TinyOS](http://tinyos.net/): SF-hosted project I've been involved in [BattleCode]: http://battlecode.mit.edu/ +[`boost::asio`]: http://asio.sourceforge.net/ [Greg]: http://people.csail.mit.edu/glittle/ [the Subversion repository]: https://assorted.svn.sourceforge.net/svnroot/assorted [browse the repository]: http://assorted.svn.sourceforge.net/viewvc/assorted/ Modified: assorted-site/trunk/main.css =================================================================== --- assorted-site/trunk/main.css 2008-02-03 09:20:34 UTC (rev 302) +++ assorted-site/trunk/main.css 2008-02-03 10:05:40 UTC (rev 303) @@ -20,7 +20,7 @@ }*/ a { - color: blue; + color: #0000bb; text-decoration: underline; } /*a:visited { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <yan...@us...> - 2008-07-07 21:14:13
|
Revision: 875 http://assorted.svn.sourceforge.net/assorted/?rev=875&view=rev Author: yangzhang Date: 2008-07-07 14:14:07 -0700 (Mon, 07 Jul 2008) Log Message: ----------- updated assorted site Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-07-07 20:59:51 UTC (rev 874) +++ assorted-site/trunk/build.bash 2008-07-07 21:14:07 UTC (rev 875) @@ -14,7 +14,7 @@ # XXX fix rest later -scp index.html main.css shell-sf:assorted/htdocs/ +scp index.html main.css sf:assorted/htdocs/ exit rewrite() { Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-07-07 20:59:51 UTC (rev 874) +++ assorted-site/trunk/index.txt 2008-07-07 21:14:07 UTC (rev 875) @@ -34,6 +34,10 @@ - Throttled Repeater: small program that sends a fixed number of lines at a time from a file to a server over TCP (done) - NanoHTTPD: a do-nothing web server skeleton (done) + - [Pidgin Monitor](pidgin-mon): simple, colored, live display of changes in + buddy statuses (done) + - [Cygwin Tools](cygwin-tools): tools for making Cygwin more pleasant to use + (done) - Meta programming - [Simple-Build](simple-build): YAML-based meta-build system for generating Makefiles; you do not want to use this (passive) @@ -43,19 +47,18 @@ only produces language statistics (done) - [Simple Preprocessor](simple-preprocessor): tiny Scala implementation of the C preprocessor's _object-like macros_ (done) -- Tools for various websites or services +- Tools for various websites/web applications - [Facebook](facebook-tools): monitor changes in your [Facebook] network (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 + - 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 - schedule (done) + ratings on [Rotten Tomatoes], sort the movies by score, and aggregate the + show times for those movies based on the schedule (done) - Google File Search: a simple web frontend to Google Web Search for finding files in web directory listings (done) - Configuration resources and desktop tools @@ -65,7 +68,9 @@ etc.; note that this includes third-party code (passive) - Wallpaper Tools: tools for managing wallpapers as they are being rotated through (done) -- Exploration and experimentation +- Exploration, experimentation, research + - TCQ Wavelets: wavelet domain stream query processing for the Data Triage + project in TelegraphCQ (done) - [Hash distribution](hash-dist): for observing the distribution of hash functions on supplied data (done) - PRNG distribution: for observing the distribution of PRNGs (hiatus) @@ -75,7 +80,7 @@ behavior of NUMA systems (done) - Sandbox: heap of small test cases to explore (mostly programming language details, bugs, corner cases, features, etc.) (passive) -- Miscellanea +- Miscellaneous - [Mailing List Filter](mailing-list-filter): deal with high-volume mailing lists by filtering your mailbox for threads in which you were a participant (done) @@ -84,6 +89,8 @@ - Bibliography: my pan-paper BibTeX; i.e., stalling for ZDB (passive) - Subtitle adjuster: for time-shifting SRTs (done) - Javascript Beautifier: a thin [Tamarin] wrapper for [js_beautify]. + - Pop Quiz: simple C# application that helped me learn vocab for standardized + verbal tests like those of the SAT and GRE (done) - [BattleCode 2007 entry, Team Little](battlecode-2007-little): [Greg] and my work for the [2007 competition]; see also [our (i.e. Greg's) entry] for the [2008 competition] (done) @@ -91,6 +98,11 @@ (hiatus) - Source management: various tools for cleaning up and maintaining a source code repository, identifying things that might not belong (hiatus) + - [Fartris](fartris): stupid DirectDraw game I wrote a long time ago (done) + - TI-86 data: backup of all the data I added to the calculator that served me + throughout high school (done) + - LMNH: a simple "end-user" scripting environment intended for + non-programmers, somewhat like Automator but in 2002 (abandoned) - Websites - [This website](http://assorted.sf.net/) (passive) - [My personal website](http://www.mit.edu/~y_z/) (passive) @@ -111,6 +123,7 @@ [MySpace]: http://www.myspace.com/ [Tamarin]: http://www.mozilla.org/projects/tamarin/ [js_beautify]: http://elfz.laacz.lv/beautify/ +[Rotten Tomatoes]: http://www.rottentomatoes.com/ What the statuses mean: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |