<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://bk.mitm.cz/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://bk.mitm.cz/wiki/feed.php">
        <title>Balázs Kutil's Wiki</title>
        <description></description>
        <link>http://bk.mitm.cz/wiki/</link>
        <image rdf:resource="http://bk.mitm.cz/wiki/lib/images/favicon.ico" />
       <dc:date>2010-07-31T03:14:03+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/diplomka"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/references"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/blog/entries/2010_02_05_bwt_in_javascript"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/start"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/playground/jobs"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/blog/entries/2009_09_03_fft_continued"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/projects"/>
                <rdf:li rdf:resource="http://bk.mitm.cz/wiki/blog/entries/2009_05_05_script_onload_handling"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://bk.mitm.cz/wiki/lib/images/favicon.ico">
        <title>Balázs Kutil's Wiki</title>
        <link>http://bk.mitm.cz/wiki/</link>
        <url>http://bk.mitm.cz/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://bk.mitm.cz/wiki/diplomka">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-12T17:45:45+02:00</dc:date>
        <dc:creator>Balazs Kutil</dc:creator>
        <title>diplomka</title>
        <link>http://bk.mitm.cz/wiki/diplomka</link>
        <description>integraci podle t a pouzitim vztahu o . Jednak asi vynasobili dvema a navic uz tady pravdepodobne je nerovnost oproti predchozimu radku (integral z funkce a nahradim nejmensi moznou plochou, ktera je pod konstantou kappa - nejaky minimum)</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/references">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-23T10:18:47+02:00</dc:date>
        <dc:creator>Balazs Kutil</dc:creator>
        <title>References</title>
        <link>http://bk.mitm.cz/wiki/references</link>
        <description>References

	*  Codeberry Feasibility studies of various image, processing algorithms. Debugging and optimization of algorithms in existing C codebase. Preparation of testing and training data from image sequences. Data postprocessing and analysis.</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/blog/entries/2010_02_05_bwt_in_javascript">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-05T16:43:35+02:00</dc:date>
        <dc:creator>Balazs Kutil</dc:creator>
        <title>BWT in javascript - created</title>
        <link>http://bk.mitm.cz/wiki/blog/entries/2010_02_05_bwt_in_javascript</link>
        <description>As an idea for improvement of save file compression in js-like game, I implemented Burrows-Wheeler transform in javascript. For now, the code is very simple and needs further optimization.


The code is basically a rewrite from wikipedia article. First thing I noticed, that the outputs aren't the same. Most likely JS doesn't omit the '\0' characted during sorting, which is why the index-based version is needed. I'll have to fix that later before I start coding neccessary optimizations mentioned …</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/start">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-25T00:43:11+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>BK's wiki</title>
        <link>http://bk.mitm.cz/wiki/start</link>
        <description>BK's wiki

	*  Contact - personal/contact info
	*  Education - various school projects, sorted by year
	*  References - work-related stuff
	*  Projects - own creations
	*  People - friends ;&gt;
	*  Blog - work notes and back of the envelope stuff</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/playground/jobs">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-24T22:45:20+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>Job links</title>
        <link>http://bk.mitm.cz/wiki/playground/jobs</link>
        <description>Game


&lt;http://www.2kczech.com/jobs.html&gt;

&lt;http://wireless.nostromo.cz/&gt;

	*  visiongame server - &lt;http://www.visiongame.cz/w/rss.php&gt;
	*  gameindustry.biz - &lt;http://www.gamesindustry.biz/rss/gamesindustry_news_feed.rss&gt;
	*  gaming convention - &lt;http://www.gc-germany.com/news.xml&gt;
	*  bohemia interactive - &lt;http://www.bistudio.com/index2.php?option=ds-syndicate&amp;amp;version=1&amp;amp;feed_id=2&gt;</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/blog/entries/2009_09_03_fft_continued">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-03T12:29:12+02:00</dc:date>
        <dc:creator>Administrator</dc:creator>
        <title>FFT continued - created</title>
        <link>http://bk.mitm.cz/wiki/blog/entries/2009_09_03_fft_continued</link>
        <description>I've implemented the slight change that reorders twiddle factors, so they are accessed sequentially in the recombination phase of the FFT. As expected, the data locality improved the performance drastically.

The code


Code is pretty simple, instead of keeping lookup table of n twiddles, we extend it to 2n and reorder them.</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/projects">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-29T18:42:36+02:00</dc:date>
        <dc:creator>Balazs Kutil</dc:creator>
        <title>projects</title>
        <link>http://bk.mitm.cz/wiki/projects</link>
        <description>*  WindowMaker patches - several enhancements for WindowMaker
	*  R - Radiosity engine
	*  Blahmath - DokuWiki math rendering plugin based on blahtex
	*  Ad - Image processing using anisotropic diffusion methods
	*  cleanfb - greasemonkey script to clean up facebook sidebar &amp; remove some ads
	*  OAT - Open Ajax toolkit</description>
    </item>
    <item rdf:about="http://bk.mitm.cz/wiki/blog/entries/2009_05_05_script_onload_handling">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-22T12:51:43+02:00</dc:date>
        <dc:creator>Balazs Kutil</dc:creator>
        <title>script load / error handling</title>
        <link>http://bk.mitm.cz/wiki/blog/entries/2009_05_05_script_onload_handling</link>
        <description>While modifying OAT.Map API to use new loading scheme Ondrej Zara wrote for OAT javascript toolkit, we ran upon issues and inconsistencies regarding script elements events handling in several common browsers (MSIE 6, 7, Firefox 3, Safari / Google Chrome and Opera). This entry summarizes the results.</description>
    </item>
</rdf:RDF>
