<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress.com" -->
<rss version="0.92">
<channel>
	<title>Bourne-again Blog</title>
	<link>http://criminy.wordpress.com</link>
	<description>Random programming and other rants.</description>
	<lastBuildDate>Mon, 26 May 2008 02:40:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Cross-language constants</title>
		<description><![CDATA[Original post: October 18, 2006
This CPP macro allows me to take a #define’d constant and register it with Lua.

    /* leet hax but remember to always pass a null buffer! */
    #define RegisterConstant(L,buffer,c) \
    { \
    buffer = malloc(strlen(#c “=”)+(sizeof(int)/2*3) + 1); \
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=criminy.wordpress.com&blog=97488&post=52&subd=criminy&ref=&feed=1" />]]></description>
		<link>http://criminy.wordpress.com/2008/05/25/cross-language-constants/</link>
			</item>
	<item>
		<title>Content wipe, Oops</title>
		<description><![CDATA[I decided to do a content wipe for restarting this blog, them immediately realized my past page-views had spiked at some point, meaning my past posts were read by someone. In fact, I had quite large spikes which I think mean something. I have no hard-copy but google cached them. I&#8217;ll put up what I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=criminy.wordpress.com&blog=97488&post=51&subd=criminy&ref=&feed=1" />]]></description>
		<link>http://criminy.wordpress.com/2008/05/25/content-wipe-oops/</link>
			</item>
</channel>
</rss>
