[Assorted-commits] SF.net SVN: assorted: [708] assorted-site/trunk/index.txt
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-08 03:20:35
|
Revision: 708 http://assorted.svn.sourceforge.net/assorted/?rev=708&view=rev Author: yangzhang Date: 2008-05-07 20:20:39 -0700 (Wed, 07 May 2008) Log Message: ----------- added scala doc search, js beautify, mailing list filter Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-05-08 03:19:12 UTC (rev 707) +++ assorted-site/trunk/index.txt 2008-05-08 03:20:39 UTC (rev 708) @@ -82,8 +82,14 @@ - Sandbox: heap of small test cases to explore (mostly programming language details, bugs, corner cases, features, etc.) (passive) - Miscellanea + - [Mailing List Filter](mailing-list-filter): deal with high-volume mailing + lists by filtering your mailbox for threads in which you were a participant + (active) + - [Scala Doc Search](http://scripts.mit.edu/~y_z/sds/): navigate the Scala + API documentation by class or object name (done) - Bibliography: my pan-paper BibTeX; i.e., stalling for ZDB (active) - Subtitle adjuster: for time-shifting SRTs (done) + - Javascript Beautifier: a thin [Tamarin] wrapper for [js_beautify]. - Programming Problems: my workspace for solving programming puzzles (hiatus) - Source management: various tools for cleaning up and maintaining a source @@ -92,24 +98,6 @@ - [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 -- passive: under continual but gradual growth -- active: development is happening at a faster pace -- abandoned: incomplete; no plans to pick it up again -- hiatus: incomplete; plan to resume development - -Other links: - -- [SourceForge Project Page](http://sf.net/projects/assorted/): - download file releases, discuss on the forums, report bugs/request features, - [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/ [BattleCode 2007]: http://battlecode.mit.edu/2007/ [BattleCode 2008]: http://battlecode.mit.edu/2008/ @@ -124,8 +112,34 @@ [Facebook]: http://www.facebook.com/ [YouTube]: http://www.youtube.com/ [MySpace]: http://www.myspace.com/ +[Tamarin]: http://www.mozilla.org/projects/tamarin/ +[js_beautify]: http://elfz.laacz.lv/beautify/ + +What the statuses mean: + +- done: no more active development planned, but will generally maintain/fix + issues +- passive: under continual but gradual growth +- active: development is happening at a faster pace +- abandoned: incomplete; no plans to pick it up again +- hiatus: incomplete; plan to resume development + +Project pages: + +- [SourceForge Project Page]: view summary, [browse the repository] +- [Google Code Page]: download file releases, report bugs/request features +- [Google Groups Page]: discussions and support + +[SourceForge Project Page]: http://sf.net/projects/assorted/ +[Google Code Page]: http://code.google.com/p/assorted/ +[Google Groups Page]: http://groups.google.com/group/assorted-projects/ [browse the repository]: http://assorted.svn.sourceforge.net/viewvc/assorted/ +Copyright 2008 [Yang Zhang]. +All rights reserved. + +[Yang Zhang]: http://www.mit.edu/~y_z/ + <!-- -vim:nocin:et:sw=2:ts=2 +vim:nocin:et:ft=mkd:sw=2:ts=2 --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |