<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires pour bigjim-network</title>
	<atom:link href="http://bigjim-network.be/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigjim-network.be</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 13:21:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Commentaires sur Zumba at &#171;&#160;Verviers Dance Club&#160;&#187; with Mo par admin</title>
		<link>http://bigjim-network.be/2010/10/10/zumba-at-verviers-dance-club-with-mo/comment-page-1/#comment-2542</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Dec 2011 13:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=98#comment-2542</guid>
		<description>Bonjour,

Toutes les infos sont disponibles sur le site officiel du club  : http://www.tellerdj.be</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Toutes les infos sont disponibles sur le site officiel du club  : <a href="http://www.tellerdj.be" rel="nofollow">http://www.tellerdj.be</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Zumba at &#171;&#160;Verviers Dance Club&#160;&#187; with Mo par delrée</title>
		<link>http://bigjim-network.be/2010/10/10/zumba-at-verviers-dance-club-with-mo/comment-page-1/#comment-2538</link>
		<dc:creator>delrée</dc:creator>
		<pubDate>Fri, 23 Dec 2011 10:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=98#comment-2538</guid>
		<description>Bonjour,

Je souhaiterais avoir des infos concernant les cours de zumba.
Quand se donnent les cours? A  partir de quel âge peut on y venir (ma fille à 14 ans et moi 36 ans)
Quels sont les prix? 
Merci</description>
		<content:encoded><![CDATA[<p>Bonjour,</p>
<p>Je souhaiterais avoir des infos concernant les cours de zumba.<br />
Quand se donnent les cours? A  partir de quel âge peut on y venir (ma fille à 14 ans et moi 36 ans)<br />
Quels sont les prix?<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Oracle backup export script (cron job) par NN REDDY</title>
		<link>http://bigjim-network.be/2009/06/05/oracle-backup-export-script-cron-job/comment-page-1/#comment-2523</link>
		<dc:creator>NN REDDY</dc:creator>
		<pubDate>Thu, 22 Dec 2011 05:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=59#comment-2523</guid>
		<description>Thank u very much this is very usefull.</description>
		<content:encoded><![CDATA[<p>Thank u very much this is very usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur BBAN to IBAN (Oracle &#8211; only Belgian&#8217;s Codes) par Pierre Moermans</title>
		<link>http://bigjim-network.be/2009/07/13/bban-to-iban-oracle-only-belgians-codes/comment-page-1/#comment-2354</link>
		<dc:creator>Pierre Moermans</dc:creator>
		<pubDate>Fri, 02 Dec 2011 11:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=74#comment-2354</guid>
		<description>There is a bug when the check-digit is &lt; 10; then the resulting IBAN is wrong.

Indeed, the following variable declaration
 v_mod INTEGER;
should NOT be an INTEGER, because, a check-digit of &#039;01&#039; will get converted into &#039;11&#039; instead of &#039;0101&#039;, which gives different modulo 97.

Regards,</description>
		<content:encoded><![CDATA[<p>There is a bug when the check-digit is &lt; 10; then the resulting IBAN is wrong.</p>
<p>Indeed, the following variable declaration<br />
 v_mod INTEGER;<br />
should NOT be an INTEGER, because, a check-digit of &#039;01&#039; will get converted into &#039;11&#039; instead of &#039;0101&#039;, which gives different modulo 97.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Oracle from PHP on Centos 5 par Vijay</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-1925</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Thu, 15 Sep 2011 10:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-1925</guid>
		<description>After doing all the steps, oci8 is still not listed in my php info page. I can see the following warning in the logs. How can I configure with the right version.

[15-Sep-2011 14:10:39] PHP Warning:  PHP Startup: oci8: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP    compiled with module API=20050922, debug=0, thread-safety=0
These options need to match</description>
		<content:encoded><![CDATA[<p>After doing all the steps, oci8 is still not listed in my php info page. I can see the following warning in the logs. How can I configure with the right version.</p>
<p>[15-Sep-2011 14:10:39] PHP Warning:  PHP Startup: oci8: Unable to initialize module<br />
Module compiled with module API=20060613, debug=0, thread-safety=0<br />
PHP    compiled with module API=20050922, debug=0, thread-safety=0<br />
These options need to match</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Oracle from PHP on Centos 5 par BluDragon</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-1094</link>
		<dc:creator>BluDragon</dc:creator>
		<pubDate>Wed, 09 Mar 2011 18:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-1094</guid>
		<description>Beware of the &quot;gotcha&quot; when running SELinux. You&#039;ll have to either set it to &quot;Permissive&quot; mode (setenforce 0) or execute the following commands:

&lt;code&gt;
# grep http /var/log/audit/audit.log &#124; audit2allow -M myhttp 
# semodule -i myhttp.pp
&lt;/code&gt;

See here for more information:
&lt;a href=&quot;http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Beware of the &laquo;&nbsp;gotcha&nbsp;&raquo; when running SELinux. You&#8217;ll have to either set it to &laquo;&nbsp;Permissive&nbsp;&raquo; mode (setenforce 0) or execute the following commands:</p>
<p><code><br />
# grep http /var/log/audit/audit.log | audit2allow -M myhttp<br />
# semodule -i myhttp.pp<br />
</code></p>
<p>See here for more information:<br />
<a href="http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771" rel="nofollow">http://stackoverflow.com/questions/5225236/oci8-extensions-load-in-cli-but-not-browser/5225771#5225771</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Curriculum Vitæ par Geteke</title>
		<link>http://bigjim-network.be/a-propos/comment-page-1/#comment-611</link>
		<dc:creator>Geteke</dc:creator>
		<pubDate>Thu, 02 Dec 2010 14:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?page_id=2#comment-611</guid>
		<description>I just used your formula to convert BBAN to IBAN.
I use this logic now in OpenEdge Progress code on a Progress DB. Thanx for your information.</description>
		<content:encoded><![CDATA[<p>I just used your formula to convert BBAN to IBAN.<br />
I use this logic now in OpenEdge Progress code on a Progress DB. Thanx for your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Google Earth on fedora 11-13 64 bit par Linux Live &#187; Blog Archive &#187; Google Earth on Fedora Linux</title>
		<link>http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/comment-page-1/#comment-608</link>
		<dc:creator>Linux Live &#187; Blog Archive &#187; Google Earth on Fedora Linux</dc:creator>
		<pubDate>Sun, 28 Nov 2010 14:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=68#comment-608</guid>
		<description>[...] Posted by admin in NewNo CommentsTry this:http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/ No commentsPlace your comment Please fill your data and comment [...]</description>
		<content:encoded><![CDATA[<p>[...] Posted by admin in NewNo CommentsTry this:<a href="http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/" rel="nofollow">http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/</a> No commentsPlace your comment Please fill your data and comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Oracle from PHP on Centos 5 par Camilo</title>
		<link>http://bigjim-network.be/2009/06/02/oracle-from-php-on-centos-5/comment-page-1/#comment-581</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Fri, 19 Nov 2010 19:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=56#comment-581</guid>
		<description>Excelent, this is the best manual, better that Oracle offcial. Thank yuo</description>
		<content:encoded><![CDATA[<p>Excelent, this is the best manual, better that Oracle offcial. Thank yuo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Google Earth on fedora 11-13 64 bit par fusionstream</title>
		<link>http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/comment-page-1/#comment-477</link>
		<dc:creator>fusionstream</dc:creator>
		<pubDate>Tue, 28 Sep 2010 04:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://bigjim-network.be/?p=68#comment-477</guid>
		<description>Still fails, now with signal 11.

I should point out that I skipped google* (because I only want google earth) and Otto&#039;s additionals due to dependency problems and because I&#039;m fairly certain that won&#039;t help.</description>
		<content:encoded><![CDATA[<p>Still fails, now with signal 11.</p>
<p>I should point out that I skipped google* (because I only want google earth) and Otto&#8217;s additionals due to dependency problems and because I&#8217;m fairly certain that won&#8217;t help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

