<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\x3d9676871\x26blogName\x3dnosce+tipsum\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://xineohp.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://xineohp.blogspot.com/\x26vt\x3d-3713782706967829410', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, December 23, 2004

Lost in code...

Bumped into a couple of serious code resources today!
I was trying to figure out an efficient way to search and replace a text string in a file...and guess where I ended up

First, Catch22 Productions
Awesome site, awesome references, and their tutorial on Memory Management for Large File Editors is just perfect.
Keep checking out the other neat lil things on that page...its quite a handful!

Second, Boost
And why didn't I bump into this place before. Its hardcore
What really interested me was regex, though the other libraries on that site should be just as cool...
I seriously need a lot of time to check out everthing there!

Well, ended up coding nothing, but found so much information today...need to gather it all up and consolidate it for future use

0 Comments:

Post a Comment

<< Home