<?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>dob.sk Blog</title> <atom:link href="http://blog.dob.sk/feed/" rel="self" type="application/rss+xml" /><link>http://blog.dob.sk</link> <description>blog</description> <lastBuildDate>Tue, 05 Jul 2011 21:12:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>solution: subversion not working under redmine</title><link>http://blog.dob.sk/2011/07/05/solution-subversion-not-working-under-redmine/</link> <comments>http://blog.dob.sk/2011/07/05/solution-subversion-not-working-under-redmine/#comments</comments> <pubDate>Tue, 05 Jul 2011 21:11:25 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[admin]]></category> <category><![CDATA[how-to]]></category> <category><![CDATA[time saver]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=270</guid> <description><![CDATA[If you have problem to use subversion under redmine, but svn command itself works ok, the problem might be in incorrect home directory configured for user which is running redmine (can be apache user, fcgi user id&#8230;etc). Incorrect here means home directory points to a file instead of directory (ie. /dev/null) . One can reproduce [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/07/05/solution-subversion-not-working-under-redmine/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>40 EUR AdWords coupon</title><link>http://blog.dob.sk/2011/06/19/40-eur-adwords-coupon/</link> <comments>http://blog.dob.sk/2011/06/19/40-eur-adwords-coupon/#comments</comments> <pubDate>Sun, 19 Jun 2011 17:06:14 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[Uncategorized]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=267</guid> <description><![CDATA[Valid till 30.6.2011. First takes 5RH2-XZEY-HWSY-87FH-JN9A Enjoy.]]></description> <wfw:commentRss>http://blog.dob.sk/2011/06/19/40-eur-adwords-coupon/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>perl-XML::LibXML + global external entity loader</title><link>http://blog.dob.sk/2011/05/15/perl-xmllibxml-global-external-entity-loader/</link> <comments>http://blog.dob.sk/2011/05/15/perl-xmllibxml-global-external-entity-loader/#comments</comments> <pubDate>Sun, 15 May 2011 15:20:59 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[perl]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[XML::LibXML]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=252</guid> <description><![CDATA[Just created a quick patch against perl XML::LibXML module, that adds global external entity loader support. Till now it was only possible to have per instance entity loader, but this is not enough if you want i.e., XML::LibXSLT to also use yours entity loader for imports, and input callbacks doesn&#8217;t suit all your needs. Usage [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/05/15/perl-xmllibxml-global-external-entity-loader/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>gentoo + xen compilation problems</title><link>http://blog.dob.sk/2011/05/11/gentoo-xen-compilation-problems/</link> <comments>http://blog.dob.sk/2011/05/11/gentoo-xen-compilation-problems/#comments</comments> <pubDate>Wed, 11 May 2011 19:14:33 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[admin]]></category> <category><![CDATA[time saver]]></category> <category><![CDATA[gentoo]]></category> <category><![CDATA[xen]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=248</guid> <description><![CDATA[If you get following compilation error while emerging xen (resp. xen-tools): arch/i386/core/cpu.c: In function 'get_cpuinfo': arch/i386/include/bits/cpu.h:79:2: error: can't find a register in class 'BREG' while reloading 'asm' arch/i386/include/bits/cpu.h:79:2: error: can't find a register in class 'BREG' while reloading 'asm' arch/i386/include/bits/cpu.h:79:2: error: can't find a register in class 'BREG' while reloading 'asm' arch/i386/include/bits/cpu.h:79:2: error: can't find [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/05/11/gentoo-xen-compilation-problems/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Oracle VARNUM/NUMBER encoding in C</title><link>http://blog.dob.sk/2011/04/28/oracle-varnumnumber-encoding-in-c/</link> <comments>http://blog.dob.sk/2011/04/28/oracle-varnumnumber-encoding-in-c/#comments</comments> <pubDate>Thu, 28 Apr 2011 17:22:29 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[rdbms]]></category> <category><![CDATA[c]]></category> <category><![CDATA[oracle]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=227</guid> <description><![CDATA[Just a short example C implementation of Oracle VARNUM/NUMBER type encoding, in case you could not use library functions. I didn&#8217;t found it anywhere when needed (and afterwards I found it doesn&#8217;t helps me at all due to little &#8216;problem&#8217; in ora ) and Oracle documentation is pretty unclear about how-to do it. &#160; typedef [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/04/28/oracle-varnumnumber-encoding-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>perl utf8 and using Digest functions</title><link>http://blog.dob.sk/2011/04/27/perl-utf8-and-using-digest-functions/</link> <comments>http://blog.dob.sk/2011/04/27/perl-utf8-and-using-digest-functions/#comments</comments> <pubDate>Wed, 27 Apr 2011 19:22:40 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[digest]]></category> <category><![CDATA[perl]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=244</guid> <description><![CDATA[I&#8217;ve implemented new neat feature (to store unique content only once in cache) to my perl based etl tool and suddenly it started to print sometimes &#8216;Wide character in subroutine entry&#8216; perl warning in sha1_hex call. As if this was not enough processed content after being stored in cache  started to be utf-8 corrupted in [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/04/27/perl-utf8-and-using-digest-functions/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Back to life</title><link>http://blog.dob.sk/2011/01/09/back-to-life/</link> <comments>http://blog.dob.sk/2011/01/09/back-to-life/#comments</comments> <pubDate>Sun, 09 Jan 2011 19:01:26 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[personal]]></category> <guid
isPermaLink="false">http://blog.dob.sk/?p=223</guid> <description><![CDATA[Hurray, after a longer period of no new posts, my blog comes back to life. Because of migration to new hardware, different virtualization platform (Xen), replacing Debian with Gento and whole system philosophy upgrade I&#8217;ve had no spare time to write new posts (to be true, it was big problem for me to find some [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2011/01/09/back-to-life/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Security fail (Google)</title><link>http://blog.dob.sk/2010/04/07/security-fail-google/</link> <comments>http://blog.dob.sk/2010/04/07/security-fail-google/#comments</comments> <pubDate>Wed, 07 Apr 2010 10:41:29 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[security]]></category> <category><![CDATA[google]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=210</guid> <description><![CDATA[Just a quick post about a little (and nasty) bug I&#8217;ve found in Google Docs. I&#8217;ve already contacted Google 2 months ago (11 Februar), but they seem to have better work (counting money or smth. like that) and I didn&#8217;t received any response nor the bug has not been fixed. Description: Anyone with invite link [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2010/04/07/security-fail-google/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Solr Pager 0.2.2 released</title><link>http://blog.dob.sk/2009/12/20/solr-pager-0-2-2-released/</link> <comments>http://blog.dob.sk/2009/12/20/solr-pager-0-2-2-released/#comments</comments> <pubDate>Sun, 20 Dec 2009 20:02:19 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[solr]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=207</guid> <description><![CDATA[Released solr_pager 0.2.2. This release fixes little bug that prevented solr_pager to work in some configurations (ie. with standard search handler). Well, Solr documentation did not mentioned that it can pass empty (null) result set to my component. Also added some sanity checks to prevent similar situation again. New version can be found on http://devel.dob.sk/solr_pager, [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/20/solr-pager-0-2-2-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Solr Pager 0.2.1 released</title><link>http://blog.dob.sk/2009/12/09/solr-pager-0-2-1-released/</link> <comments>http://blog.dob.sk/2009/12/09/solr-pager-0-2-1-released/#comments</comments> <pubDate>Wed, 09 Dec 2009 13:46:48 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[solr]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=194</guid> <description><![CDATA[Released solr_pager 0.2.1, an feature update with improved first/last page navigation. Now they appear in result only when first/last page is not visible in generated paging list. This version can be found on http://devel.dob.sk/solr_pager, for more informations about how it works see this post.]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/09/solr-pager-0-2-1-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>passwd_exp 1.2.11 released</title><link>http://blog.dob.sk/2009/12/07/passwd_exp-1-2-11-release/</link> <comments>http://blog.dob.sk/2009/12/07/passwd_exp-1-2-11-release/#comments</comments> <pubDate>Mon, 07 Dec 2009 09:01:41 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[admin]]></category> <category><![CDATA[devel]]></category> <category><![CDATA[passwd-exp]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=186</guid> <description><![CDATA[Just released passwd_exp version 1.2.11 with small feature fix for email seding. Download here. passwd_exp is a highly customizable but easy to setup email password/account expiration notifier.]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/07/passwd_exp-1-2-11-release/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Solr Pager 0.2.0 released</title><link>http://blog.dob.sk/2009/12/05/solr-pager-0-2-0-released/</link> <comments>http://blog.dob.sk/2009/12/05/solr-pager-0-2-0-released/#comments</comments> <pubDate>Fri, 04 Dec 2009 22:50:34 +0000</pubDate> <dc:creator>sam</dc:creator> <category><![CDATA[devel]]></category> <category><![CDATA[pager]]></category> <category><![CDATA[solr]]></category> <category><![CDATA[xml]]></category> <category><![CDATA[xsl]]></category> <guid
isPermaLink="false">http://sam.blog.dob.sk/?p=175</guid> <description><![CDATA[I&#8217;ve just published solr_pager a search component for Solr that should make paging easier. It&#8217;s main use should be by XSLT transformation (using XSLT writer), so one should not bother anymore with slow recursive XSLT hacks and only apply fast templates on paging list in search result. Initial version 0.2.0 can be found on http://devel.dob.sk/solr_pager. [...]]]></description> <wfw:commentRss>http://blog.dob.sk/2009/12/05/solr-pager-0-2-0-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Dynamic page generated in 3.644 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-12-14 01:22:10 -->
<!-- Compression = gzip -->
