[Assorted-commits] SF.net SVN: assorted:[958] personal-site/trunk/src
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-09-07 19:16:37
|
Revision: 958 http://assorted.svn.sourceforge.net/assorted/?rev=958&view=rev Author: yangzhang Date: 2008-09-07 19:16:45 +0000 (Sun, 07 Sep 2008) Log Message: ----------- hiding contact info temporarily Modified Paths: -------------- personal-site/trunk/src/index.txt personal-site/trunk/src/links.txt Modified: personal-site/trunk/src/index.txt =================================================================== --- personal-site/trunk/src/index.txt 2008-08-31 03:03:26 UTC (rev 957) +++ personal-site/trunk/src/index.txt 2008-09-07 19:16:45 UTC (rev 958) @@ -35,14 +35,14 @@ // <![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>)' ); + //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> @@ -131,17 +131,19 @@ with any particular project above. - [Assorted Projects]: my code dump---find a bunch more programs here -- [Simple Publications Manager]: publication management web application - [gbookmark2delicious]: Python script to migrate/sync Google Bookmarks to del.icio.us +- [JSamp]: a simple sampling profiler for Java +- [Simple Publications Manager]: publication management web application - [ICFPC 2008 entry]: with Kwon An, Chris Lesniewski-Laas, and Greg Little - [BattleCode 2008 entry]: with Greg Little [Assorted Projects]: http://assorted.sf.net/ +[BattleCode 2008 entry]: http://www.assembla.com/spaces/battlecode2008 +[ICFPC 2008 entry]: http://www.assembla.com/spaces/icfpc08-csail +[JSamp]: http://jsamp.googlecode.com/ [Simple Publications Manager]: http://pubmgr.sf.net/ [gbookmark2delicious]: http://gbookmark2delicious.googlecode.com/ -[ICFPC 2008 entry]: http://www.assembla.com/spaces/icfpc08-csail -[BattleCode 2008 entry]: http://www.assembla.com/spaces/battlecode2008 <a name="papers" /> Modified: personal-site/trunk/src/links.txt =================================================================== --- personal-site/trunk/src/links.txt 2008-08-31 03:03:26 UTC (rev 957) +++ personal-site/trunk/src/links.txt 2008-09-07 19:16:45 UTC (rev 958) @@ -19,7 +19,7 @@ - [Facebook](http://www.facebook.com/profile.php?id=708869) - [LinkedIn](http://www.linkedin.com/in/yzhang) -[Blog]: http://scripts.mit.edu/~y_z/wp/ +[My blog]: http://y_z.scripts.mit.edu/wp/ [Bookmarks]: http://del.icio.us/yaaang/ [gbookmark2delicious]: http://gbookmark2delicious.googlecode.com/ [Google Reader Shared Items]: https://www.google.com/reader/shared/18352898346631652002 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |