<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> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d10681553\x26blogName\x3dFind+What+i+Write\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dTAN\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://findwhatiwrite.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://findwhatiwrite.blogspot.com/\x26vt\x3d-3207479077876484023', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

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