[Assorted-commits] SF.net SVN: assorted: [587] personal-site/trunk/src
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-03 05:53:09
|
Revision: 587 http://assorted.svn.sourceforge.net/assorted/?rev=587&view=rev Author: yangzhang Date: 2008-03-02 21:53:15 -0800 (Sun, 02 Mar 2008) Log Message: ----------- personal site updates Modified Paths: -------------- personal-site/trunk/src/index.txt personal-site/trunk/src/recommendations.txt Modified: personal-site/trunk/src/index.txt =================================================================== --- personal-site/trunk/src/index.txt 2008-03-03 05:52:23 UTC (rev 586) +++ personal-site/trunk/src/index.txt 2008-03-03 05:53:15 UTC (rev 587) @@ -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>, 32 Vassar St., Cambridge, MA 02139, <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/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( '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>' ); // ]]> @@ -53,13 +53,12 @@ Projects -------- -Here are the publicly released software projects in which I've been involved. -More details when I have time! +Here are the non-confidential projects in which I've been involved. More +details when I have time! -<!-- multi-core stuff --> <!-- JOSMP: an exokernel for multi-core x86 systems --> -<!-- [WebTables]: asdfasdf --> +- [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. - [Collaborative Filtering Techniques for the NetFlix @@ -91,6 +90,10 @@ - [Recovery-Oriented Computing] (ROC). - [Microsoft Search] and [Microsoft SharePoint Portal Server]. +<!-- TODO upload --> + +[WebTables]: webtables-presentation-google07.pdf + [Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/ [CarTel]: http://cartel.csail.mit.edu/ @@ -140,7 +143,10 @@ - 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) +<!-- 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. Modified: personal-site/trunk/src/recommendations.txt =================================================================== --- personal-site/trunk/src/recommendations.txt 2008-03-03 05:52:23 UTC (rev 586) +++ personal-site/trunk/src/recommendations.txt 2008-03-03 05:53:15 UTC (rev 587) @@ -1,5 +1,9 @@ -Some random underdogs. +Useful tools +------------ +Some random underdogs (I try to limit this list to things that aren't entirely +"mainstream"). + - [toast]: Automated software installation with safe compartmentalization. Works without hassle 90% of the time. Supports a variety of package types, e.g.: autotools, plain prefix-dir, plain make, distutils, cabal, etc. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |