[Assorted-commits] SF.net SVN: assorted:[1127] personal-site/trunk/src/index.txt
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-01-09 08:43:57
|
Revision: 1127 http://assorted.svn.sourceforge.net/assorted/?rev=1127&view=rev Author: yangzhang Date: 2009-01-09 08:43:53 +0000 (Fri, 09 Jan 2009) Log Message: ----------- volt->hstore, fixed contact indentation (still commented) Modified Paths: -------------- personal-site/trunk/src/index.txt Modified: personal-site/trunk/src/index.txt =================================================================== --- personal-site/trunk/src/index.txt 2009-01-09 08:43:21 UTC (rev 1126) +++ personal-site/trunk/src/index.txt 2009-01-09 08:43:53 UTC (rev 1127) @@ -33,18 +33,18 @@ <div id="items"></div> <script type="text/javascript"> // <![CDATA[ - document.write( '<ul>' ); - item( 'Email', 'mailto:', 'mit.edu', 'y_z' ); - //item( 'AIM', 'aim:goim?screenname=', 'sorta lame' ); - //item( 'MSN', null, 'hotmail.com', 'noneofthegoodnameswereleft' ); - //item( 'Yahoo', 'ymsgr:sendIM?', 'overbored' ); - //item( 'Jabber (Google)', 'xmpp:', 'gmail.com', 'yaaang' ); - //item( 'Skype', 'callto://', 'yaaang' ); - //item( 'FreeNode', 'irc://irc.freenode.org/', 'zeeee' ); - //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/G908.gif">G908</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>' ); - //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>' ); - // ]]> + document.write( '<ul>' ); + item( 'Email', 'mailto:', 'mit.edu', 'y_z' ); + //item( 'AIM', 'aim:goim?screenname=', 'sorta lame' ); + //item( 'MSN', null, 'hotmail.com', 'noneofthegoodnameswereleft' ); + //item( 'Yahoo', 'ymsgr:sendIM?', 'overbored' ); + //item( 'Jabber (Google)', 'xmpp:', 'gmail.com', 'yaaang' ); + //item( 'Skype', 'callto://', 'yaaang' ); + //item( 'FreeNode', 'irc://irc.freenode.org/', 'zeeee' ); + //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/G908.gif">G908</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>' ); + //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>' ); + // ]]> </script> </div> @@ -56,8 +56,8 @@ Here are the non-confidential projects in which I've been involved. More details when I have time! -- [VoltDB] (formerly H-Store): a distributed main-memory relational database - management system for on-line transaction processing workloads. +- [H-Store]: a distributed main-memory relational database management system + for on-line transaction processing workloads. - Invirt: [SIPB]'s virtual machine management system. The name of the MIT instance of this service is [XVM]. - [Corey]: an exokernel operating system for many-core architectures. @@ -97,7 +97,7 @@ [XVM]: http://xvm.mit.edu/ [Corey]: http://pdos.csail.mit.edu/~sbw/corey/ -[VoltDB]: http://db.cs.yale.edu/hstore/ +[H-Store]: http://db.cs.yale.edu/hstore/ [WebTables]: slides/webtables-presentation-google07.pdf [Scalable Resilient Overlay Networks]: http://nms.csail.mit.edu/ron/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |