<?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>Comments for Stuf</title>
	<atom:link href="http://stuf.ro/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuf.ro</link>
	<description>About Technology</description>
	<lastBuildDate>Thu, 23 Feb 2012 05:27:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Reading a UTF-8 file in C with ICU by CoolGuy</title>
		<link>http://stuf.ro/reading-a-utf-8-file-in-c-with-icu/comment-page-1/#comment-6378</link>
		<dc:creator>CoolGuy</dc:creator>
		<pubDate>Thu, 23 Feb 2012 05:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=605#comment-6378</guid>
		<description>I am looking for a ICU function who can accept UChar\wchar_t *  as a filename and return a UFILE* of the opened file to me.

any workaround for the same.</description>
		<content:encoded><![CDATA[<p>I am looking for a ICU function who can accept UChar\wchar_t *  as a filename and return a UFILE* of the opened file to me.</p>
<p>any workaround for the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detecting gender from first name by drupalfever</title>
		<link>http://stuf.ro/detecting-gender-from-first-name/comment-page-1/#comment-6267</link>
		<dc:creator>drupalfever</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=300#comment-6267</guid>
		<description>This was great! Thanks for posting this out. This was just what I needed.

I appreciate the fact that you also made the files femaleNames.dat &amp; maleNames.dat available for download.

Best regards,
DrupalFever</description>
		<content:encoded><![CDATA[<p>This was great! Thanks for posting this out. This was just what I needed.</p>
<p>I appreciate the fact that you also made the files femaleNames.dat &amp; maleNames.dat available for download.</p>
<p>Best regards,<br />
DrupalFever</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling C code from Java using JNA by Annan</title>
		<link>http://stuf.ro/calling-c-code-from-java-using-jna/comment-page-1/#comment-5035</link>
		<dc:creator>Annan</dc:creator>
		<pubDate>Tue, 27 Dec 2011 18:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=814#comment-5035</guid>
		<description>Hello,

When compiling ctest.c I get the error message:
$ gcc -o libctest.so -shared ctest.c
/usr/bin/ld: /tmp/ccxIiyWh.o: relocation R_X86_64_32 against `.rodata&#039; can not be used when making a shared object; recompile with -fPIC
/tmp/ccxIiyWh.o: could not read symbols: Bad value
collect2: ld returned 1 exit status

Maybe because I&#039;m using 64bit? After adding -fPIC it seemed to work.

After compiling the java file and trying to run it I get the error:

$ java -classpath jna.jar:. HelloWorld
Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: Unable to load library &#039;ctest&#039;: libctest.so: cannot open shared object file: No such file or directory
	at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:169)
	at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:242)
	at com.sun.jna.Library$Handler.(Library.java:140)
	at com.sun.jna.Native.loadLibrary(Native.java:368)
	at com.sun.jna.Native.loadLibrary(Native.java:353)
	at HelloWorld.main(HelloWorld.java:11)

Maybe it&#039;s related but your link to the official subversion repository didn&#039;t work so I downloaded it from GitHub (https://github.com/twall/jna).

Thanks for the informative post :)
Sad it didn&#039;t work :(</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>When compiling ctest.c I get the error message:<br />
$ gcc -o libctest.so -shared ctest.c<br />
/usr/bin/ld: /tmp/ccxIiyWh.o: relocation R_X86_64_32 against `.rodata&#8217; can not be used when making a shared object; recompile with -fPIC<br />
/tmp/ccxIiyWh.o: could not read symbols: Bad value<br />
collect2: ld returned 1 exit status</p>
<p>Maybe because I&#8217;m using 64bit? After adding -fPIC it seemed to work.</p>
<p>After compiling the java file and trying to run it I get the error:</p>
<p>$ java -classpath jna.jar:. HelloWorld<br />
Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Unable to load library &#8216;ctest&#8217;: libctest.so: cannot open shared object file: No such file or directory<br />
	at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:169)<br />
	at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:242)<br />
	at com.sun.jna.Library$Handler.(Library.java:140)<br />
	at com.sun.jna.Native.loadLibrary(Native.java:368)<br />
	at com.sun.jna.Native.loadLibrary(Native.java:353)<br />
	at HelloWorld.main(HelloWorld.java:11)</p>
<p>Maybe it&#8217;s related but your link to the official subversion repository didn&#8217;t work so I downloaded it from GitHub (<a href="https://github.com/twall/jna" rel="nofollow">https://github.com/twall/jna</a>).</p>
<p>Thanks for the informative post <img src='http://stuf.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Sad it didn&#8217;t work <img src='http://stuf.ro/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Applying page margins in EPUB with CSS by Gabrielle Jonas</title>
		<link>http://stuf.ro/applying-page-margins-in-epub-with-css/comment-page-1/#comment-4682</link>
		<dc:creator>Gabrielle Jonas</dc:creator>
		<pubDate>Wed, 14 Dec 2011 14:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=826#comment-4682</guid>
		<description>Christopher or anyone who can explain this to me:

Have been trying for weeks to get the margins right in sigil. Please help!
How do I get to a Template Masterfile to put in the margins?

Thanks,

Gabrielle</description>
		<content:encoded><![CDATA[<p>Christopher or anyone who can explain this to me:</p>
<p>Have been trying for weeks to get the margins right in sigil. Please help!<br />
How do I get to a Template Masterfile to put in the margins?</p>
<p>Thanks,</p>
<p>Gabrielle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a UTF-8 string to a file with ICU by Dula</title>
		<link>http://stuf.ro/writing-a-utf-8-string-to-a-file-with-icu/comment-page-1/#comment-4418</link>
		<dc:creator>Dula</dc:creator>
		<pubDate>Wed, 30 Nov 2011 22:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=618#comment-4418</guid>
		<description>Is there API to insert the Unicode bom&#039;s at the beginning of the file so text editors know that it&#039;s UTF-8, UTF-16 etc? When I do a binary dump of a text file created using the above code, it does not contain the Unicode boms</description>
		<content:encoded><![CDATA[<p>Is there API to insert the Unicode bom&#8217;s at the beginning of the file so text editors know that it&#8217;s UTF-8, UTF-16 etc? When I do a binary dump of a text file created using the above code, it does not contain the Unicode boms</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Booting OpenBSD in XenServer by sam</title>
		<link>http://stuf.ro/booting-openbsd-in-xenserver/comment-page-1/#comment-3994</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Mon, 31 Oct 2011 23:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/booting-openbsd-in-xenserver/#comment-3994</guid>
		<description>Thanks, made my openbsd vm boot.</description>
		<content:encoded><![CDATA[<p>Thanks, made my openbsd vm boot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android by Radu</title>
		<link>http://stuf.ro/android/comment-page-1/#comment-3927</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Thu, 27 Oct 2011 01:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?page_id=686#comment-3927</guid>
		<description>Fixed in 1.4.</description>
		<content:encoded><![CDATA[<p>Fixed in 1.4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android by calin</title>
		<link>http://stuf.ro/android/comment-page-1/#comment-3891</link>
		<dc:creator>calin</dc:creator>
		<pubDate>Sat, 22 Oct 2011 19:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?page_id=686#comment-3891</guid>
		<description>salut, ce se intampla, nu se vede decat titlul articolului, fara continut deloc
versiunea 1.3 android 2.3 htc desire</description>
		<content:encoded><![CDATA[<p>salut, ce se intampla, nu se vede decat titlul articolului, fara continut deloc<br />
versiunea 1.3 android 2.3 htc desire</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling C code from Java using JNI by Ivet</title>
		<link>http://stuf.ro/calling-c-code-from-java-using-jni/comment-page-1/#comment-3444</link>
		<dc:creator>Ivet</dc:creator>
		<pubDate>Tue, 13 Sep 2011 16:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=790#comment-3444</guid>
		<description>I followed your steps too, but in Ubuntu.

My program can&#039;t solve the incusion , and I&#039;ve done this step gcc -o libctest.so -shared -I/path/to/jdk/headers ctest.c -lc .


could you help me??? thanks!</description>
		<content:encoded><![CDATA[<p>I followed your steps too, but in Ubuntu.</p>
<p>My program can&#8217;t solve the incusion , and I&#8217;ve done this step gcc -o libctest.so -shared -I/path/to/jdk/headers ctest.c -lc .</p>
<p>could you help me??? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using multiple databases in Doctrine by Geek</title>
		<link>http://stuf.ro/using-multiple-databases-in-doctrine/comment-page-1/#comment-2736</link>
		<dc:creator>Geek</dc:creator>
		<pubDate>Wed, 06 Jul 2011 16:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://stuf.ro/?p=128#comment-2736</guid>
		<description>Everybody who reads this should know, that this code is only for doctrine 1.1 not for doctrine 2.

In doctrine 2 you can simply create a new entitymanger instance with it&#039;s own configuration, because it is supported. 

What you can try but should not when using mysql is to name a table in it&#039;s annotation dbname.tblname :)</description>
		<content:encoded><![CDATA[<p>Everybody who reads this should know, that this code is only for doctrine 1.1 not for doctrine 2.</p>
<p>In doctrine 2 you can simply create a new entitymanger instance with it&#8217;s own configuration, because it is supported. </p>
<p>What you can try but should not when using mysql is to name a table in it&#8217;s annotation dbname.tblname <img src='http://stuf.ro/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

