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