Thread: [Assorted-commits] SF.net SVN: assorted: [212] personal-site/trunk/src/index.txt
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2008-01-03 11:16:22
|
Revision: 212
http://assorted.svn.sourceforge.net/assorted/?rev=212&view=rev
Author: yangzhang
Date: 2008-01-03 03:16:27 -0800 (Thu, 03 Jan 2008)
Log Message:
-----------
anchor fixed, published
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-01-03 11:16:00 UTC (rev 211)
+++ personal-site/trunk/src/index.txt 2008-01-03 11:16:27 UTC (rev 212)
@@ -3,7 +3,7 @@

-<a name="about"/>
+<a name="about"></a>
About me
--------
@@ -16,7 +16,7 @@
[MIT]: http://mit.edu/
[UC Berkeley]: http://berkeley.edu/
-<a name="contact"/>
+<a name="contact"></a>
Contact information
-------------------
@@ -46,7 +46,7 @@
</script>
</div>
-<a name="projects"/>
+<a name="projects"></a>
Publicly released projects
--------------------------
@@ -82,7 +82,7 @@
management web application
- [Assorted Projects](http://assorted.sf.net/): my code dump
-<a name="classes"/>
+<a name="classes"></a>
MIT classes
-----------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-01-20 08:06:47
|
Revision: 264
http://assorted.svn.sourceforge.net/assorted/?rev=264&view=rev
Author: yangzhang
Date: 2008-01-20 00:06:49 -0800 (Sun, 20 Jan 2008)
Log Message:
-----------
adjusted image
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-01-20 06:41:51 UTC (rev 263)
+++ personal-site/trunk/src/index.txt 2008-01-20 08:06:49 UTC (rev 264)
@@ -1,9 +1,11 @@
% Yang Zhang
% Yang Zhang
-
+<img src="me.jpg" alt="Tim the Beaver and me" style="border: 20px solid; border-color: white; float: right;"/>
+<!--  -->
<a name="about"></a>
+
About me
--------
@@ -17,6 +19,7 @@
[UC Berkeley]: http://berkeley.edu/
<a name="contact"></a>
+
Contact information
-------------------
@@ -47,6 +50,7 @@
</div>
<a name="projects"></a>
+
Publicly released projects
--------------------------
@@ -83,6 +87,7 @@
- [Assorted Projects](http://assorted.sf.net/): my code dump
<a name="classes"></a>
+
MIT classes
-----------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-02-04 03:47:22
|
Revision: 307
http://assorted.svn.sourceforge.net/assorted/?rev=307&view=rev
Author: yangzhang
Date: 2008-02-03 19:47:27 -0800 (Sun, 03 Feb 2008)
Log Message:
-----------
updated site
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-02-04 03:47:00 UTC (rev 306)
+++ personal-site/trunk/src/index.txt 2008-02-04 03:47:27 UTC (rev 307)
@@ -51,41 +51,111 @@
<a name="projects" />
-Publicly released projects
---------------------------
+Projects
+--------
Here are the publicly released software projects in which I've been involved.
More details when I have time!
-- MIT
- <!-- - JOSMP: an exokernel for multi-core x86 systems -->
- - [Collaborative Filtering for the NetFlix
- Prize](http://code.google.com/p/netflix6867/): explored low-rank matrix
- factorization and MLE of a flexible mixture model using EM
+<!-- multi-core stuff -->
+<!-- JOSMP: an exokernel for multi-core x86 systems -->
+<!-- [WebTables]: asdfasdf -->
+
+- [Scalable Resilient Overlay Networks]: making RON scale to thousands of
+ nodes.
+- [Collaborative Filtering Techniques for the NetFlix
+ Prize](http://code.google.com/p/netflix6867/): an exploration of low-rank
+ matrix factorization and MLE of a flexible mixture model using EM
+- [CarTel]: vehicular sensor network platform.
- [Intermittently Connected Embedded
- Database](http://cartel.csail.mit.edu/icedb/) (ICEDB): system for data
- management and adaptive data collection in mobile sensor networks
- - One-hop shortest paths routing for [Resilient Overlay
- Networks](http://nms.lcs.mit.edu/projects/ron/) (RON)
- - Guarded Atomic Actions for Haskell
-- Berkeley
- - Data Triage in [TelegraphCQ](http://telegraph.cs.berkeley.edu/): stream query
- processing
- - [Technology and Infrastructure for Emerging
- Regions](http://tier.cs.berkeley.edu/) (TIER)
- - [Recovery-Oriented Computing](http://roc.cs.berkeley.edu/) (ROC), Windows
- crash dump analysis
- - [802.15.4 Simulation in TinyOS](http://tinyos.net/)
-- Other
- - ZDB: a personal data management system
- - [Microsoft
- Search](http://www.microsoft.com/windows/products/winfamily/desktopsearch/)
- and [Microsoft SharePoint Portal
- Server](http://www.microsoft.com/sharepoint/)
- - [Simple Publications Manager](http://pubmgr.sf.net/): publication
- management web application
-- [Assorted Projects](http://assorted.sf.net/): my code dump
+ Database] (ICEDB): adaptive continuous
+ query processing system for environments with intermittent and highly
+ variable network connectivity.
+ - [CafNet]: delay-tolerant carry-and-forward networking stack that enables
+ mobile data muling and provides reliable transport on intermittently
+ connected networks.
+- [Guarded Atomic Actions for Haskell]: a Haskell implementation of the
+ parallelism paradigm known as guarded atomic actions, a form of transactional
+ memory (used in [Bluespec System Verilog]). <!--
+add more info in a subpage: A module consists of a set of actions, each of
+which has a guard. At any given time, all actions whose guards are satisfied
+can fire in parallel. Actions running in parallel are always guaranteed an
+atomic view of the module's state and their modifications of the state are
+transactional. -->
+- Data Triage in the [TelegraphCQ] stream query processing system: an adaptive
+ architecture for load shedding
+- [Technology and Infrastructure for Emerging Regions] (TIER): practical
+ information and communications technology for developing regions
+- [Recovery-Oriented Computing] (ROC)
+- [802.15.4] Simulation Platform in [TinyOS]/[TOSSIM]
+- [Microsoft Search] and [Microsoft SharePoint Portal Server]
+[Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/
+
+[CarTel]: http://cartel.csail.mit.edu/
+[Intermittently Connected Embedded Database]: http://cartel.csail.mit.edu/icedb/
+[CafNet]: http://cartel.csail.mit.edu/cafnet/
+
+<!-- TODO: mirror this pdf -->
+
+[Guarded Atomic Actions for Haskell]: http://www.mit.edu/~amdragon/projects/gaah-6.827.pdf
+
+[TelegraphCQ]: http://telegraph.cs.berkeley.edu/
+[Technology and Infrastructure for Emerging Regions]: http://tier.cs.berkeley.edu/
+[Recovery-Oriented Computing]: http://roc.cs.berkeley.edu/
+[802.15.4]: http://www.networkworld.com/details/6549.html
+[Bluespec System Verilog]: http://www.bluespec.com/
+[TinyOS]: http://tinyos.net/
+[TOSSIM]: http://www.cs.berkeley.edu/~pal/research/tossim.html
+[Microsoft Search]: http://www.microsoft.com/windows/products/winfamily/desktopsearch/
+[Microsoft SharePoint Portal Server]: http://www.microsoft.com/sharepoint/
+
+<a name="software" />
+
+Software
+--------
+
+These are various other software I've worked on, not exclusively associated
+with any particular project above.
+
+- [Assorted Projects]: my code dump
+- [Simple Publications Manager]: publication management web application
+
+[Assorted Projects]: http://assorted.sf.net/
+[Simple Publications Manager]: http://pubmgr.sf.net/
+
+<a name="papers" />
+
+Papers
+------
+
+<!-- TODO: mirror papers. -->
+<!-- TODO: sigcomm -->
+<!-- TODO: webtables -->
+
+- Yang Zhang. _ICEDB: Intermittently-Connected Continuous Query Processing_.
+ MS Thesis, January 2008. [PDF](icedb-thesis.pdf)
+
+- Yang Zhang, Bret Hull, Hari Balakrishnan, Samuel Madden. _ICEDB:
+ Intermittently-Connected Continuous Query Processing_. ICDE 2007.
+ [PDF](http://db.csail.mit.edu/pubs/icde07cr.pdf)
+
+- Bret Hull, Vladimir Bychkovsky, Yang Zhang, Kevin Chen, Michel Goraczko,
+ Allen Miu, Eugene Shih, Hari Balakrishnan, Samuel Madden. _CarTel: a
+ distributed mobile sensor computing system_. Sensys 2006.
+ [PDF](http://portal.acm.org/ft_gateway.cfm?id=1182821&type=pdf&coll=GUIDE&dl=GUIDE&CFID=53267823&CFTOKEN=16451677)
+
+<!-- * means that the authors contributed equally to the project. -->
+
+<!--
+Co-Authors
+----------
+
+- Alon Halevy
+- Sam Madden
+- Hari Balakrishnan
+-->
+
<a name="classes" />
MIT classes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-02-04 08:32:23
|
Revision: 314
http://assorted.svn.sourceforge.net/assorted/?rev=314&view=rev
Author: yangzhang
Date: 2008-02-04 00:32:20 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
updated site
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-02-04 08:22:56 UTC (rev 313)
+++ personal-site/trunk/src/index.txt 2008-02-04 08:32:20 UTC (rev 314)
@@ -2,14 +2,13 @@
% Yang Zhang
<img src="me-shadow.png" alt="Tim the Beaver and me" style="border: 5px solid; border-color: white; float: right;"/>
-<!--  -->
<a name="about" />
About me
--------
-I'm a grad student working with Prof. [Sam Madden] in [CSAIL] at [MIT]. I
+I'm a graduate student working with Prof. [Sam Madden] in [CSAIL] at [MIT]. I
graduated from [UC Berkeley] in 2005 with a BS in Electrical Engineering and
Computer Science.
@@ -61,14 +60,15 @@
<!-- JOSMP: an exokernel for multi-core x86 systems -->
<!-- [WebTables]: asdfasdf -->
-- [Scalable Resilient Overlay Networks]: making RON scale to thousands of
- nodes.
+- [Scalable Resilient Overlay Networks]: distributed algorithms and systems to
+ enable RONs to scale to thousands of nodes.
- [Collaborative Filtering Techniques for the NetFlix
Prize](http://code.google.com/p/netflix6867/): an exploration of low-rank
- matrix factorization and MLE of a flexible mixture model using EM
-- [CarTel]: vehicular sensor network platform.
- - [Intermittently Connected Embedded
- Database] (ICEDB): adaptive continuous
+ matrix factorization, and of maximum-likelihood estimation of a flexible
+ mixture model using EM.
+- [CarTel]: vehicular sensor network platform that uses open Wi-Fi networks
+ for data delivery opportunistically.
+ - [Intermittently Connected Embedded Database] (ICEDB): adaptive continuous
query processing system for environments with intermittent and highly
variable network connectivity.
- [CafNet]: delay-tolerant carry-and-forward networking stack that enables
@@ -83,11 +83,12 @@
atomic view of the module's state and their modifications of the state are
transactional. -->
- Data Triage in the [TelegraphCQ] stream query processing system: an adaptive
- architecture for load shedding
-- [Technology and Infrastructure for Emerging Regions] (TIER): practical
- information and communications technology for developing regions
+ architecture for load shedding.
+- [Technology and Infrastructure for Emerging Regions] (TIER): communications
+ infrastructure based on delay-tolerant data muling, and spoken and written
+ natural language computer interfaces.
+- [802.15.4] Simulation Platform in [TinyOS]/[TOSSIM]
- [Recovery-Oriented Computing] (ROC)
-- [802.15.4] Simulation Platform in [TinyOS]/[TOSSIM]
- [Microsoft Search] and [Microsoft SharePoint Portal Server]
[Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/
@@ -145,15 +146,16 @@
distributed mobile sensor computing system_. Sensys 2006.
[PDF](http://portal.acm.org/ft_gateway.cfm?id=1182821&type=pdf&coll=GUIDE&dl=GUIDE&CFID=53267823&CFTOKEN=16451677)
-<!-- * means that the authors contributed equally to the project. -->
+<!-- TODO: * means that the authors contributed equally to the project. -->
<!--
Co-Authors
-----------
+==========
- Alon Halevy
+- Dave Andersen
+- Hari Balakrishnan
- Sam Madden
-- Hari Balakrishnan
-->
<a name="classes" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-02-04 08:33:39
|
Revision: 315
http://assorted.svn.sourceforge.net/assorted/?rev=315&view=rev
Author: yangzhang
Date: 2008-02-04 00:33:44 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
updated site
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-02-04 08:32:20 UTC (rev 314)
+++ personal-site/trunk/src/index.txt 2008-02-04 08:33:44 UTC (rev 315)
@@ -87,9 +87,9 @@
- [Technology and Infrastructure for Emerging Regions] (TIER): communications
infrastructure based on delay-tolerant data muling, and spoken and written
natural language computer interfaces.
-- [802.15.4] Simulation Platform in [TinyOS]/[TOSSIM]
-- [Recovery-Oriented Computing] (ROC)
-- [Microsoft Search] and [Microsoft SharePoint Portal Server]
+- [802.15.4] Simulation Platform in [TinyOS]/[TOSSIM].
+- [Recovery-Oriented Computing] (ROC).
+- [Microsoft Search] and [Microsoft SharePoint Portal Server].
[Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/
@@ -142,8 +142,8 @@
[PDF](http://db.csail.mit.edu/pubs/icde07cr.pdf)
- Bret Hull, Vladimir Bychkovsky, Yang Zhang, Kevin Chen, Michel Goraczko,
- Allen Miu, Eugene Shih, Hari Balakrishnan, Samuel Madden. _CarTel: a
- distributed mobile sensor computing system_. Sensys 2006.
+ Allen Miu, Eugene Shih, Hari Balakrishnan, Samuel Madden. _CarTel: A
+ Distributed Mobile Sensor Computing System_. Sensys 2006.
[PDF](http://portal.acm.org/ft_gateway.cfm?id=1182821&type=pdf&coll=GUIDE&dl=GUIDE&CFID=53267823&CFTOKEN=16451677)
<!-- TODO: * means that the authors contributed equally to the project. -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-05-08 19:20:39
|
Revision: 737
http://assorted.svn.sourceforge.net/assorted/?rev=737&view=rev
Author: yangzhang
Date: 2008-05-08 12:20:17 -0700 (Thu, 08 May 2008)
Log Message:
-----------
fixed physical address; added josmp, hstore, gbookmark2delicious; added links; pdf -> pptx
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-05-08 19:19:08 UTC (rev 736)
+++ personal-site/trunk/src/index.txt 2008-05-08 19:20:17 UTC (rev 737)
@@ -41,7 +41,7 @@
item( 'Jabber (Google)', 'xmpp:', 'gmail.com', 'yaaang' );
item( 'Skype', 'callto://', 'yaaang' );
item( 'FreeNode', 'irc://irc.freenode.org/', 'zeeeee' ); // TODO fix
- item( 'Office', 'MIT/CSAIL <a href="http://whereis.mit.edu/map-jpg?selection=32&Buildings=go">32</a>-<a href="http://www.csail.mit.edu/resources/maps/9G/G920.gif">G920</a>, <a href="http://www.eecs.mit.edu/stata-link.html">Stata Center</a>, <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=32+Vassar+St,+Cambridge,+MA+02139&sll=42.357926,-71.093616&sspn=0.00842,0.01575&ie=UTF8&ll=42.362682,-71.093495&spn=0.008419,0.01575&z=16&iwloc=addr">32 Vassar St., Cambridge, MA 02139</a>, <a href="callto://+1-617-253-0969">(617) 253-0969</a>' );
+ item( 'Office', 'MIT/CSAIL <a href="http://whereis.mit.edu/map-jpg?selection=32&Buildings=go">32</a>-<a href="http://www.csail.mit.edu/resources/maps/9G/G980.gif">G980</a>, <a href="http://www.eecs.mit.edu/stata-link.html">Stata Center</a>, <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=32+Vassar+St,+Cambridge,+MA+02139&sll=42.357926,-71.093616&sspn=0.00842,0.01575&ie=UTF8&ll=42.362682,-71.093495&spn=0.008419,0.01575&z=16&iwloc=addr">32 Vassar St., Cambridge, MA 02139</a>, <a href="callto://+1-617-253-0969">(617) 253-0969</a>' );
item( 'GPG public key', '<a href="yang.gpg.asc">yang.gpg.asc</a> (<a href="http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB1E65B60">MIT PKS entry</a>)' );
document.write( '</ul>' );
// ]]>
@@ -56,8 +56,9 @@
Here are the non-confidential projects in which I've been involved. More
details when I have time!
-<!-- JOSMP: an exokernel for multi-core x86 systems -->
-
+- JOSMP: an exokernel operating system for many-core systems.
+- [H-Store]: a distributed main-memory relational database management system
+ for on-line transaction processing workloads.
- [WebTables]: web-scale information retrieval over structured data.
- [Scalable Resilient Overlay Networks]: distributed algorithms and systems to
enable RONs to scale to thousands of nodes.
@@ -92,6 +93,7 @@
<!-- TODO upload -->
+[H-Store]: http://db.cs.yale.edu/hstore/
[WebTables]: slides/webtables-presentation-google07.pdf
[Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/
@@ -124,9 +126,12 @@
- [Assorted Projects]: my code dump
- [Simple Publications Manager]: publication management web application
+- [gbookmark2delicious]: Python script to migrate/sync Google Bookmarks to
+ del.icio.us
[Assorted Projects]: http://assorted.sf.net/
[Simple Publications Manager]: http://pubmgr.sf.net/
+[gbookmark2delicious]: http://gbookmark2delicious.googlecode.com/
<a name="papers" />
@@ -143,10 +148,8 @@
- Yang Zhang, Bret Hull, Hari Balakrishnan, Samuel Madden. _ICEDB:
Intermittently-Connected Continuous Query Processing_. ICDE 2007.
[PDF](http://db.csail.mit.edu/pubs/icde07cr.pdf)
- [Slides PDF](icedb-presentation-icde07.pdf)
+ [Slides PPTX](slides/icedb-presentation-icde07.pptx)
-<!-- TODO upload above -->
-
- Bret Hull, Vladimir Bychkovsky, Yang Zhang, Kevin Chen, Michel Goraczko,
Allen Miu, Eugene Shih, Hari Balakrishnan, Samuel Madden. _CarTel: A
Distributed Mobile Sensor Computing System_. Sensys 2006.
@@ -177,20 +180,15 @@
- 6.033 Computer Systems Engineering (TA, spring 2007)
- 6.867 Machine Learning (fall 2007)
+<a name="stuff" />
+
Stuff
-----
+- [Links](links.html)
- [Software recommendations](recommendations.html)
+<!-- - [Notes](notes/) -->
-Links
------
-
-- [A Neighborhood of Infinity](http://sigfpe.blogspot.com/)
-- [Kernel Trap](http://kerneltrap.org/)
-- [Lambda The Ultimate](http://www.lambda-the-ultimate.org/)
-- [PBF Comics](http://www.pbfcomics.com/)
-- [Tumbolia](http://jorendorff.blogspot.com/)
-
<!-- Extreme Tracking -->
<div id="eXTReMe"><a href="http://extremetracking.com/open?login=yzzororg">
<img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-05-13 07:32:45
|
Revision: 799
http://assorted.svn.sourceforge.net/assorted/?rev=799&view=rev
Author: yangzhang
Date: 2008-05-13 00:32:41 -0700 (Tue, 13 May 2008)
Log Message:
-----------
added webdb paper
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-05-13 07:32:12 UTC (rev 798)
+++ personal-site/trunk/src/index.txt 2008-05-13 07:32:41 UTC (rev 799)
@@ -142,6 +142,10 @@
<!-- TODO: sigcomm -->
<!-- TODO: webtables -->
+- Michael Cafarella, Nodira Khoussainova, Daisy Wang, Eugene Wu, Yang Zhang,
+ Alon Halevy. _Uncovering the Relational Web_. WebDB 2008. <!--
+ [PDF](papers/webdb08.pdf) -->
+
- Yang Zhang. _ICEDB: Intermittently-Connected Continuous Query Processing_.
MS Thesis, January 2008. [PDF](icedb-thesis.pdf)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <yan...@us...> - 2008-06-02 00:17:18
|
Revision: 836
http://assorted.svn.sourceforge.net/assorted/?rev=836&view=rev
Author: yangzhang
Date: 2008-06-01 17:17:24 -0700 (Sun, 01 Jun 2008)
Log Message:
-----------
added webdb papers
Modified Paths:
--------------
personal-site/trunk/src/index.txt
Modified: personal-site/trunk/src/index.txt
===================================================================
--- personal-site/trunk/src/index.txt 2008-06-02 00:16:49 UTC (rev 835)
+++ personal-site/trunk/src/index.txt 2008-06-02 00:17:24 UTC (rev 836)
@@ -139,15 +139,17 @@
------
<!-- TODO: mirror papers. -->
-<!-- TODO: sigcomm -->
-<!-- TODO: webtables -->
+- Michael Cafarella, Alon Halevy, Daisy Wang, Eugene Wu, Yang Zhang.
+ _WebTables: Exploring the Power of Tables on the Web_. VLDB 2008. <!--
+ [PDF](papers/webtables-vldb08.pdf) -->
+
- Michael Cafarella, Nodira Khoussainova, Daisy Wang, Eugene Wu, Yang Zhang,
Alon Halevy. _Uncovering the Relational Web_. WebDB 2008. <!--
- [PDF](papers/webdb08.pdf) -->
+ [PDF](papers/relweb-webdb08.pdf) -->
- Yang Zhang. _ICEDB: Intermittently-Connected Continuous Query Processing_.
- MS Thesis, January 2008. [PDF](icedb-thesis.pdf)
+ MS Thesis, January 2008. [PDF](icedb-msthesis08.pdf)
- Yang Zhang, Bret Hull, Hari Balakrishnan, Samuel Madden. _ICEDB:
Intermittently-Connected Continuous Query Processing_. ICDE 2007.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|