<?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/"
	>

<channel>
	<title>~chuck/blog &#187; Code</title>
	<atom:link href="http://www.ozymo.com/explosions/category/code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ozymo.com</link>
	<description>What more could you want?</description>
	<lastBuildDate>Tue, 17 Oct 2023 03:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building HAL on BLFS</title>
		<link>http://www.ozymo.com/explosions/218</link>
		<comments>http://www.ozymo.com/explosions/218#comments</comments>
		<pubDate>Thu, 02 Jul 2009 08:54:03 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=218</guid>
		<description><![CDATA[While attempting to build HAL on Beyond Linux From Scratch (Currently the SVN version, scheduled to be the 6.4 release), I came across this error: probe-storage.c: In function &#8216;main&#8217;: probe-storage.c:462: error: dereferencing pointer to incomplete type probe-storage.c:462: error: &#8216;VOLUME_ID_FILESYSTEM&#8217; undeclared (first use in this function) probe-storage.c:462: error: (Each undeclared identifier is reported only once probe-storage.c:462:]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/218/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Minix 2.0.4 in VirtualBox</title>
		<link>http://www.ozymo.com/explosions/151</link>
		<comments>http://www.ozymo.com/explosions/151#comments</comments>
		<pubDate>Tue, 07 Oct 2008 22:05:55 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Minix]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=151</guid>
		<description><![CDATA[I have a few low-level development projects I want to undertake, and am working on building up my skills in systems programming. So, what better OS to use for a base than Linux, right? However, the Linux kernel is substantially large, and right now, I need to focus on trying to learn fundamental OS programming]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/151/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>warning: incompatible implicit declaration of built-in function ‘strlen’</title>
		<link>http://www.ozymo.com/explosions/22</link>
		<comments>http://www.ozymo.com/explosions/22#comments</comments>
		<pubDate>Sun, 02 Mar 2008 20:31:30 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[compiling]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/2008/03/02/warning-incompatible-implicit-declaration-of-built-in-function-%e2%80%98strlen%e2%80%99/</guid>
		<description><![CDATA[This is an error presented by the GNU Compiler Collection (which I still like to call the GNU C Compiler) when compiling a piece of code that calls to a function in the &#60;string.h&#62; header file if it cannot find the function. Typically, this is caused by a call to the strlen function when the]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/22/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Arguments to your Scripts</title>
		<link>http://www.ozymo.com/explosions/8</link>
		<comments>http://www.ozymo.com/explosions/8#comments</comments>
		<pubDate>Tue, 05 Feb 2008 07:10:37 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=8</guid>
		<description><![CDATA[I like bash. It is simple and straight forward. In the words of Master Foo, &#8220;Is it he who writes the ten thousand lines, or he who, perceiving the emptiness of the task, gains merit by not coding?&#8221; One of the easiest things to do in a bash script that has more than one function]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client-side mailto: Link Encoding in HTML Pages</title>
		<link>http://www.ozymo.com/explosions/7</link>
		<comments>http://www.ozymo.com/explosions/7#comments</comments>
		<pubDate>Thu, 31 Jan 2008 03:15:38 +0000</pubDate>
		<dc:creator>chuck</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.ozymo.com/~chuck/blog/?p=7</guid>
		<description><![CDATA[This always seems to be a sore subject among webmasters, and I have seen some quite silly contrived solutions: addy@DELETE_THISdomain.com mayemail @ mydomain com Please contact us for contact information To me, these seem very creative (except for the last one which was really kind of a joke). I have found and implemented a solution]]></description>
		<wfw:commentRss>http://www.ozymo.com/explosions/7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
