<?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>Webscriptz.be &#187; source code</title>
	<atom:link href="http://webscriptz.be/topics/source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://webscriptz.be</link>
	<description></description>
	<lastBuildDate>Sun, 06 May 2012 11:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>C programming: dynamic keyboard allocation with pointer to pointer</title>
		<link>http://webscriptz.be/2010/04/16/c-programming-dynamic-keyboard-allocation-with-pointer-to-pointer/</link>
		<comments>http://webscriptz.be/2010/04/16/c-programming-dynamic-keyboard-allocation-with-pointer-to-pointer/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 22:41:49 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[source code]]></category>
		<category><![CDATA[allocation]]></category>
		<category><![CDATA[by reference]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c programming]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[double pointers]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[pointer to pointer]]></category>
		<category><![CDATA[realloc]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=301</guid>
		<description><![CDATA[Something I&#8217;ve written for a project I have to do for school, it&#8217;s without bugs at least on visual studio 2008. The little story about this code: This is a dynamic memory allocation function for text entered by the user. You give the addresses from pointers to memory placements to the function, it only return [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2010/04/16/c-programming-dynamic-keyboard-allocation-with-pointer-to-pointer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A freepascal clock</title>
		<link>http://webscriptz.be/2008/08/30/a-freepascal-clock/</link>
		<comments>http://webscriptz.be/2008/08/30/a-freepascal-clock/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 22:47:43 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[source code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fpc]]></category>
		<category><![CDATA[freepascal]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=114</guid>
		<description><![CDATA[A basical console clock written in freepascal by me, even if it&#8217;s an old language, I have to practice on it for school. Here you got the code, I&#8217;ve added little comments but it isn&#8217;t a lot. hh = hour mm = minutes ss= seconds &#160;uses crt;&#160;var hh, mm, ss :integer;&#160;BEGINss:=0;mm:=0;hh:=0;&#160;writeln&#40;'Donne le heure: '&#41;;readln&#40;hh&#41;;writeln&#40;'donnez les [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2008/08/30/a-freepascal-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C &amp; FPC</title>
		<link>http://webscriptz.be/2008/08/29/c-fpc/</link>
		<comments>http://webscriptz.be/2008/08/29/c-fpc/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 20:04:21 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[source code]]></category>
		<category><![CDATA[Dev C]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fpc]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=108</guid>
		<description><![CDATA[C programming and pascal, that&#8217;s what I&#8217;m doing for the moment, I have an exam in 5 days, man I hate it. Just finished a clock in C: you give the time for tomorrow and he&#8217;ll count it down. But it&#8217;s basic: #include#include&#160;int main&#40;int argc, char *argv&#91;&#93;&#41;&#123;long hh, mm,th, tm, ts;&#160;printf&#40;&#34;Reveil a quelle heure(24) minutes? [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2008/08/29/c-fpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inserting adsense in phpbb3 templates</title>
		<link>http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/</link>
		<comments>http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 13:12:22 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[myself and me]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[google ads]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[phpbb3]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=80</guid>
		<description><![CDATA[I have to review some things from my last post about phpbb3 adsense. Infact it doesn&#8217;t matter where you put it just don&#8217;t do it in the if statements of the templates because you won&#8217;t be able to see it always. Share on Facebook]]></description>
		<wfw:commentRss>http://webscriptz.be/2008/08/15/inserting-adsense-in-phpbb3-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adsense and forums</title>
		<link>http://webscriptz.be/2008/08/15/adsense-and-forums/</link>
		<comments>http://webscriptz.be/2008/08/15/adsense-and-forums/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 22:04:38 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=75</guid>
		<description><![CDATA[Where do you put AdSense when you manage a forum? It&#8217;s the question I&#8217;m thinking about for some days now. I&#8217;m trying different approaches every once in a while until I&#8217;m satisfied. Just before you we get started, note that forums.webscriptz.be isn&#8217;t getting a lot of visitors, this is basically because I have to deal [...]]]></description>
		<wfw:commentRss>http://webscriptz.be/2008/08/15/adsense-and-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpbb3 adsense input</title>
		<link>http://webscriptz.be/2008/08/13/phpbb3-adsense-input/</link>
		<comments>http://webscriptz.be/2008/08/13/phpbb3-adsense-input/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 21:47:26 +0000</pubDate>
		<dc:creator>webscriptz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://webscriptz.be/?p=73</guid>
		<description><![CDATA[I&#8217;ve solved the problems with adsense in the template files, the page I found truly explained a lot, apparently I&#8217;ve inputted the script into the wrong lines of code, odd as it seems. To the website Share on Facebook]]></description>
		<wfw:commentRss>http://webscriptz.be/2008/08/13/phpbb3-adsense-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

