[Assorted-commits] SF.net SVN: assorted: [875] assorted-site/trunk
Brought to you by:
yangzhang
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. |