Thread: [Assorted-commits] SF.net SVN: assorted:[953] assorted-site/trunk/index.txt
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-28 08:12:46
|
Revision: 953 http://assorted.svn.sourceforge.net/assorted/?rev=953&view=rev Author: yangzhang Date: 2008-08-28 08:12:52 +0000 (Thu, 28 Aug 2008) Log Message: ----------- updated/added links to scripts.mit.edu sites; added picard plugins, sharing gateway Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-08-28 08:11:56 UTC (rev 952) +++ assorted-site/trunk/index.txt 2008-08-28 08:12:52 UTC (rev 953) @@ -59,8 +59,9 @@ - MovieLookup: given an [HBO](http://hbo.com/) schedule, look up movie 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) + - [Google File Search](http://y_z.scripts.mit.edu/gfs/): a simple web + frontend to Google Web Search for finding files in web directory listings + (done) - Configuration resources and desktop tools - [Vim syntax file for JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done) @@ -84,8 +85,11 @@ - [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) - - [Scala Doc Search](http://scripts.mit.edu/~y_z/sds/): navigate the Scala - API documentation by class or object name (done) + - [Scala Doc Search](http://y_z.scripts.mit.edu/sds/): navigate the Scala API + documentation by class or object name (done) + - [Picard Plugins](http://wiki.musicbrainz.org/PicardPlugins): simple tools + for [Picard Tagger] + - [Sharing Gateway](sharing-gateway): tools for consolidating and re-exporting file shares - 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]. @@ -124,6 +128,7 @@ [Tamarin]: http://www.mozilla.org/projects/tamarin/ [js_beautify]: http://elfz.laacz.lv/beautify/ [Rotten Tomatoes]: http://www.rottentomatoes.com/ +[Picard Tagger]: http://wiki.musicbrainz.org/PicardTagger What the statuses mean: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2008-08-28 08:13:25
|
Revision: 954 http://assorted.svn.sourceforge.net/assorted/?rev=954&view=rev Author: yangzhang Date: 2008-08-28 08:13:34 +0000 (Thu, 28 Aug 2008) Log Message: ----------- omitted the statuses Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-08-28 08:12:52 UTC (rev 953) +++ assorted-site/trunk/index.txt 2008-08-28 08:13:34 UTC (rev 954) @@ -88,8 +88,9 @@ - [Scala Doc Search](http://y_z.scripts.mit.edu/sds/): navigate the Scala API documentation by class or object name (done) - [Picard Plugins](http://wiki.musicbrainz.org/PicardPlugins): simple tools - for [Picard Tagger] - - [Sharing Gateway](sharing-gateway): tools for consolidating and re-exporting file shares + for [Picard Tagger] (done) + - [Sharing Gateway](sharing-gateway): tools for consolidating and + re-exporting file shares (active) - 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]. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2008-10-05 18:45:14
|
Revision: 989 http://assorted.svn.sourceforge.net/assorted/?rev=989&view=rev Author: yangzhang Date: 2008-10-05 18:44:13 +0000 (Sun, 05 Oct 2008) Log Message: ----------- updated active/passive info; added mit-tools Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-10-05 18:42:47 UTC (rev 988) +++ assorted-site/trunk/index.txt 2008-10-05 18:44:13 UTC (rev 989) @@ -12,17 +12,18 @@ - ZDB: object database with an emphasis on semantics (passive) - General-purpose libraries ("commons") for various languages or platforms - - [Python Commons](python-commons) (passive) + - [Python Commons](python-commons) (active) - [Scala Commons](scala-commons) (passive) - [Java Reactor](java-reactor): simple event loop for single-threaded asynchronous IO and task scheduling (done) - - [C++ Commons](cpp-commons) (active) + - [C++ Commons](cpp-commons) (passive) - Haskell Commons (hiatus) - TeX Commons (hiatus) - [Shell Tools](shell-tools): programs written in a variety of languages and oriented toward shell scripting and system administration (passive) - [AFX](python-afx): extensions (e.g. threading support) for the AF asynchronous programming framework (passive) + - MIT Tools: scripts for working in MIT infrastructure (Athena, SIPB, etc.) - UI libraries - Scala TUI: a declarative reactive programming toolkit for constructing [ncurses]-based text user interfaces (hiatus) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2009-02-06 00:41:19
|
Revision: 1170 http://assorted.svn.sourceforge.net/assorted/?rev=1170&view=rev Author: yangzhang Date: 2009-02-06 00:41:10 +0000 (Fri, 06 Feb 2009) Log Message: ----------- hadn't committed in a while; added various projects; added rss feed link Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2009-02-06 00:40:21 UTC (rev 1169) +++ assorted-site/trunk/index.txt 2009-02-06 00:41:10 UTC (rev 1170) @@ -30,6 +30,9 @@ - JFX Table: an editable table (spreadsheet) widget in [JavaFX] (done) - LZXGrid: an editable table (spreadsheet) widget in [OpenLaszlo] (done) - System utilities + - [GDB Visual Stack Debugger](gdb-stack-viz): a [Python-GDB] extension that + helps visualize the stack; originally designed to aid instruction on stack + smashing (active) - [UDP Prober](udp-prober): small program that logs the RTTs of periodic UDP pings, and an exercise in using [`boost::asio`] (hiatus) - Throttled Repeater: small program that sends a fixed number of lines at a @@ -49,8 +52,9 @@ - [Simple Preprocessor](simple-preprocessor): tiny Scala implementation of the C preprocessor's _object-like macros_ (done) - Tools for various websites/web applications - - [Facebook](facebook-tools): monitor changes in your [Facebook] network - (done) + - [Facebook Tools](facebook-tools): scrape a photo album, utilities for + pyfacebook, and monitor adds/removes in your friend list (done) + - [Google Tools](google-tools): Google Reader archiver (active) - 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 @@ -76,6 +80,11 @@ - Exploration, experimentation, research - [YDB](ydb): simple memory store that serves as a research testbed for approaches to recovery in [VOLTDB] (H-Store) (active) + - [C++ Serialization Benchmark](serialization-bench): simple comparison of the + speed and verbosity of various readily-available approaches/libraries for + serializing lots of small ints (active) + - [C++ Containers Benchmark](container-bench): simple analysis of performance + behavior of various readily-available associative containers (active) - 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 @@ -88,6 +97,8 @@ - Sandbox: heap of small test cases to explore (mostly programming language details, bugs, corner cases, features, etc.) (passive) - Miscellaneous + - [Music Labeler](music-labeler): a slick GUI for quickly + labeling/categorizing music - [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) @@ -146,17 +157,21 @@ - active: development is happening at a faster pace - abandoned: incomplete; no plans to pick it up again - hiatus: incomplete; plan to resume development +- obsolete: done, but no longer needed due to better alternative approaches 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 +- [RSS Feed]: monitor this page for changes (by [page2rss.com]) [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/ +[RSS Feed]: http://page2rss.com/rss/e7243f1dd131a476baaf0e346528d962 +[page2rss.com]: http://page2rss.com/ Copyright 2008 [Yang Zhang]. All rights reserved. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2009-03-02 23:32:31
|
Revision: 1241 http://assorted.svn.sourceforge.net/assorted/?rev=1241&view=rev Author: yangzhang Date: 2009-03-02 23:32:25 +0000 (Mon, 02 Mar 2009) Log Message: ----------- published new site Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2009-03-01 19:45:28 UTC (rev 1240) +++ assorted-site/trunk/index.txt 2009-03-02 23:32:25 UTC (rev 1241) @@ -30,9 +30,9 @@ - JFX Table: an editable table (spreadsheet) widget in [JavaFX] (done) - LZXGrid: an editable table (spreadsheet) widget in [OpenLaszlo] (done) - System utilities - - [GDB Visual Stack Debugger](gdb-stack-viz): a [Python-GDB] extension that + - GDB Visual Stack Debugger: a [Python-GDB] extension that helps visualize the stack; originally designed to aid instruction on stack - smashing (active) + smashing (hiatus) - [UDP Prober](udp-prober): small program that logs the RTTs of periodic UDP pings, and an exercise in using [`boost::asio`] (hiatus) - Throttled Repeater: small program that sends a fixed number of lines at a @@ -43,6 +43,7 @@ - [Cygwin Tools](cygwin-tools): tools for making Cygwin more pleasant to use (done) - Meta programming + - [clamp](clamp): the C++ lambda preprocessor; don't wait for C++0x! (done) - [Simple-Build](simple-build): YAML-based meta-build system for generating Makefiles; you do not want to use this (passive) - [Object Code Generator](object-codegen): currently targets Java @@ -54,7 +55,7 @@ - Tools for various websites/web applications - [Facebook Tools](facebook-tools): scrape a photo album, utilities for pyfacebook, and monitor adds/removes in your friend list (done) - - [Google Tools](google-tools): Google Reader archiver (active) + - [Google Tools](google-tools): Google Reader archiver (hiatus) - 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 @@ -78,13 +79,13 @@ - Wallpaper Tools: tools for managing wallpapers as they are being rotated through (done) - Exploration, experimentation, research - - [YDB](ydb): simple memory store that serves as a research testbed for approaches - to recovery in [VOLTDB] (H-Store) (active) - - [C++ Serialization Benchmark](serialization-bench): simple comparison of the - speed and verbosity of various readily-available approaches/libraries for - serializing lots of small ints (active) - - [C++ Containers Benchmark](container-bench): simple analysis of performance - behavior of various readily-available associative containers (active) + - [YDB](ydb): simple memory store that serves as a research testbed for + approaches to recovery in [H-Store] (active) + - C++ Serialization Benchmark: simple comparison of the speed and verbosity + of various readily-available approaches/libraries for serializing lots of + small ints (active) + - C++ Containers Benchmark: simple analysis of performance behavior of + various readily-available associative containers (active) - 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 @@ -98,7 +99,7 @@ details, bugs, corner cases, features, etc.) (passive) - Miscellaneous - [Music Labeler](music-labeler): a slick GUI for quickly - labeling/categorizing music + labeling/categorizing music (passive) - [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) @@ -147,7 +148,7 @@ [js_beautify]: http://elfz.laacz.lv/beautify/ [Rotten Tomatoes]: http://www.rottentomatoes.com/ [Picard Tagger]: http://wiki.musicbrainz.org/PicardTagger -[VOLTDB]: http://db.cs.yale.edu/hstore/ +[H-Store]: http://db.cs.yale.edu/hstore/ What the statuses mean: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2009-05-31 20:25:37
|
Revision: 1440 http://assorted.svn.sourceforge.net/assorted/?rev=1440&view=rev Author: yangzhang Date: 2009-05-31 20:25:25 +0000 (Sun, 31 May 2009) Log Message: ----------- added pitch-in Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2009-05-31 20:08:24 UTC (rev 1439) +++ assorted-site/trunk/index.txt 2009-05-31 20:25:25 UTC (rev 1440) @@ -98,6 +98,8 @@ - Sandbox: heap of small test cases to explore (mostly programming language details, bugs, corner cases, features, etc.) (passive) - Miscellaneous + - [PitchIn](pitch-in): a simple web application for collaboratively managing + a money pool (active) - [Music Labeler](music-labeler): a slick GUI for quickly labeling/categorizing music (passive) - [Mailing List Filter](mailing-list-filter): deal with high-volume mailing This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yan...@us...> - 2010-04-01 18:28:52
|
Revision: 1601 http://assorted.svn.sourceforge.net/assorted/?rev=1601&view=rev Author: yangzhang Date: 2010-04-01 18:28:44 +0000 (Thu, 01 Apr 2010) Log Message: ----------- remove some projects Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2010-04-01 18:24:03 UTC (rev 1600) +++ assorted-site/trunk/index.txt 2010-04-01 18:28:44 UTC (rev 1601) @@ -25,14 +25,14 @@ asynchronous programming framework (passive) - MIT Tools: scripts for working in MIT infrastructure (Athena, SIPB, etc.) - UI libraries - - Scala TUI: a declarative reactive programming toolkit for constructing - [ncurses]-based text user interfaces (hiatus) + <!-- - Scala TUI: a declarative reactive programming toolkit for constructing + [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 - - GDB Visual Stack Debugger: a [Python-GDB] extension that + <!-- - GDB Visual Stack Debugger: a [Python-GDB] extension that helps visualize the stack; originally designed to aid instruction on stack - smashing (hiatus) + smashing (hiatus)--> - [UDP Prober](udp-prober): small program that logs the RTTs of periodic UDP pings, and an exercise in using [`boost::asio`] (hiatus) - Throttled Repeater: small program that sends a fixed number of lines at a @@ -58,8 +58,8 @@ - [Google Tools](google-tools): Google Reader archiver (hiatus) - 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) + <!-- - 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 @@ -72,6 +72,8 @@ to allow you to use any custom command-line text filter on your WordPress posts (done) - Configuration resources and desktop tools + <!-- - [Simple Full-Text-Search](simple-fts): indexer and keyword search built on + BerkeleyDB (active) --> - [Vim syntax file for JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done) - [Software Configurations](configs): dot files, rc files, bootstrapping, @@ -152,6 +154,8 @@ [Picard Tagger]: http://wiki.musicbrainz.org/PicardTagger [H-Store]: http://db.cs.yale.edu/hstore/ +<!--[Python-GDB]: http://sourceware.org/gdb/wiki/PythonGdb--> + What the statuses mean: - done: no more active development planned, but will generally maintain/fix @@ -181,6 +185,8 @@ [Yang Zhang]: http://www.mit.edu/~y_z/ +<a href="http://sourceforge.net/projects/assorted"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=172932&type=10" width="80" height="15" alt="Get Assorted mini-projects at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> + <!-- 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. |
From: <yan...@us...> - 2010-05-14 18:32:34
|
Revision: 1644 http://assorted.svn.sourceforge.net/assorted/?rev=1644&view=rev Author: yangzhang Date: 2010-05-14 18:32:28 +0000 (Fri, 14 May 2010) Log Message: ----------- Updated homepage Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2010-05-14 18:14:03 UTC (rev 1643) +++ assorted-site/trunk/index.txt 2010-05-14 18:32:28 UTC (rev 1644) @@ -183,7 +183,7 @@ Copyright 2008 [Yang Zhang]. All rights reserved. -[Yang Zhang]: http://www.mit.edu/~y_z/ +[Yang Zhang]: http://yz.mit.edu/ <a href="http://sourceforge.net/projects/assorted"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=172932&type=10" width="80" height="15" alt="Get Assorted mini-projects at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |