<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>carlos-m.net &#187; C/C++</title>
	<atom:link href="http://www.carlos-m.net/category/code/cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carlos-m.net</link>
	<description>Carlos Macasaet 2.0</description>
	<lastBuildDate>Thu, 10 Nov 2011 05:12:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>		<item>
		<title>trinity.c</title>
		<link>http://www.carlos-m.net/2003/07/09/trinityc/</link>
		<comments>http://www.carlos-m.net/2003/07/09/trinityc/#comments</comments>
		<pubDate>Wed, 09 Jul 2003 04:00:51 +0000</pubDate>
		<dc:creator>Los</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://www.carlos-m.net/2003/07/09/trinityc/</guid>
		<description><![CDATA[<p>[code lang="cpp"] /* trinity.c * Trinity, reverse-engineered by Carlos Macasaet * http://www.carlos-m.net/ */</p> <p>#include #include #include #include </p> <p>extern pid_t neo;</p> <p>int wake_neo() { key_t neo; int msgflg; int msqid;</p> <p> msqid = msgget( ftok( "/dev/null", neo ), ( IPC_CREAT &#124; 0240 ) ); kill( neo, SIGKISS ); } [/code]</p> ]]></description>
		<wfw:commentRss>http://www.carlos-m.net/2003/07/09/trinityc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>neo.c</title>
		<link>http://www.carlos-m.net/2003/07/08/neoc/</link>
		<comments>http://www.carlos-m.net/2003/07/08/neoc/#comments</comments>
		<pubDate>Tue, 08 Jul 2003 04:00:14 +0000</pubDate>
		<dc:creator>Los</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://www.carlos-m.net/2003/07/08/neoc/</guid>
		<description><![CDATA[<p>[code lang="cpp"] /* neo.c * Neo, reverse engineered by Carlos Macasaet * http://www.carlos-m.net/ */</p> <p>#include #include #include </p> <p>/* enlightenment levels */ typedef int enlightenment_level; #define MR_ANDERSON -1 #define TOOK_RED_PILL 0 #define I_KNOW_KUNG_FU 1 #define MET_ORACLE 2 #define THERE_IS_NO_SPOON 3 #define RELOADED 4 /* I don't have to dodge bullets */</p> <p>enlightenment_level elevel;</p> <p>void die(); [...]]]></description>
		<wfw:commentRss>http://www.carlos-m.net/2003/07/08/neoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>agent_smith.c</title>
		<link>http://www.carlos-m.net/2003/05/28/agent_smithc/</link>
		<comments>http://www.carlos-m.net/2003/05/28/agent_smithc/#comments</comments>
		<pubDate>Wed, 28 May 2003 04:00:12 +0000</pubDate>
		<dc:creator>Los</dc:creator>
				<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://www.carlos-m.net/2003/05/28/agent_smithc/</guid>
		<description><![CDATA[<p>[code lang="cpp"] /* agent_smith.c * Agent Smith, reverse engineered by Carlos Macasaet * http://www.carlos-m.net/ */</p> <p>#include #include #include #include #include </p> <p>typedef int agent;</p> <p>extern pid_t neo; extern int errno;</p> <p>agent smith() { pid_t clone; while( 1 ) { if( kill( neo, 0 ) == -1 &#038;&#038; errno == ESRCH ) return( 0 );</p> <p> [...]]]></description>
		<wfw:commentRss>http://www.carlos-m.net/2003/05/28/agent_smithc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

