[Assorted-commits] SF.net SVN: assorted: [586] assorted-site/trunk/index.txt
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 05:52:18
|
Revision: 586 http://assorted.svn.sourceforge.net/assorted/?rev=586&view=rev Author: yangzhang Date: 2008-03-02 21:52:23 -0800 (Sun, 02 Mar 2008) Log Message: ----------- updates Modified Paths: -------------- assorted-site/trunk/index.txt Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-03-03 05:00:13 UTC (rev 585) +++ assorted-site/trunk/index.txt 2008-03-03 05:52:23 UTC (rev 586) @@ -10,19 +10,19 @@ providing only a brief description and the development status. More information to come later. -- ZDB: simple object database with an emphasis on semantics (active) +- ZDB: object database with an emphasis on semantics (active) - 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) - - C++ Commons (hiatus) - - Haskell Commons (active) - - TeX Commons (active) - - Shell Tools: programs written in a variety of languages and - oriented toward shell scripting and systems management (passive) + - [Java Reactor](java-reactor): simple event loop for single-threaded + asynchronous IO and task scheduling (done) + - [C++ Commons](cpp-commons) (active) + - Haskell Commons (passive) + - TeX Commons (passive) + - [Shell Tools](shell-tools): programs written in a variety of languages and + oriented toward shell scripting and system administration (passive) - AFX: extensions (e.g. threading support) for the AF asynchronous - programming framework (active) + programming framework (passive) - UI libraries - Scala TUI: a declarative reactive programming toolkit for constructing [ncurses]-based text user interfaces (hiatus) @@ -30,12 +30,15 @@ - 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`] (hiatus) - 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) - Meta programming - - Object code generation: currently targets Java serialization, emphasizing - compactness, speed, and simplicity (done) + - [Simple-Build](simple-build): YAML-based meta-build system for generating + Makefiles; you do not want to use this (active) + - [Object Code Generator](object-codegen): currently targets Java + serialization, emphasizing compactness, speed, and simplicity (done) - TopCoder tools: crawl [TopCoder] rankings to analyze players. Currently only produces language statistics. (done) - Simple Pre-Processor (spp): tiny implementation of the C preprocessor's @@ -69,10 +72,13 @@ 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) + - [Hash distribution](hash-dist): for observing the distribution of hash + functions on supplied data (done) + - PRNG distribution: for observing the distribution of PRNGs (hiatus) + - [Parallel hash join](hash-join): for exploring the scalability of hash + joins on many-core systems (active) + - [NUMA benchmark suite](numa-bench): tests for understanding the performance + behavior of NUMA systems (active) - Sandbox: heap of small test cases to explore (mostly programming language details, bugs, corner cases, features, etc.) (passive) - Miscellanea @@ -93,7 +99,7 @@ - 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 +- hiatus: incomplete; plan to resume development Other links: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |