<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=10681553&amp;blogName=Find+What+i+Write&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=TAN&amp;layoutType=CLASSIC&amp;searchRoot=http://findwhatiwrite.blogspot.com/search&amp;blogLocale=en_US&amp;v=1&amp;homepageUrl=http://findwhatiwrite.blogspot.com/&amp;vt=-7756707759395177610" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Friday, March 18, 2005

New Developer Tools

Google released new developler tools, on the projects page, you'll find links to a number of projects over on SourceForge.net. They are:

perftools: Libraries and tools that help you tune and debug your multi-threaded c++ programs.
coredumper: Gives you the ability to dump cores from programs when it was previously not possible.
sparsehashtable: An assortment of interesting new hash tables for C++ developers.
goopy/functional: This library brings functional language attributes to python.

0 Comments:

Post a Comment

<< Home