<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://ondra.cifka.com/xslt/transform.xsl"?>
<w:page xmlns:w="http://ondra.cifka.com/xmlns/2009/website" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" section="programs">
    <w:title>programs</w:title>
    <w:content>
        <w:section name="Programs">
            <p>This page contains my programs and other computer-related creations.</p>
            <w:table-of-contents/>
            <w:section name="Mathematics, physics">
                <w:icon-list>
					<w:li icon="/content/shared/programs/img/vectors-2d.png" href="/programs/vectors-2d">
                        <w:title>Vectors 2D</w:title>
                        <w:text>Demonstrates two basic vector operations: addition and decomposition. (online)</w:text>
                    </w:li>
					<w:li icon="/content/shared/programs/img/lissajous.png" href="/programs/lissajous">
                        <w:title>Lissajous</w:title>
                        <w:text>Draws a Lissajous curve based on the entered parameters. (online)</w:text>
                    </w:li>
                    <w:li icon="/content/shared/programs/img/particles.png" href="/programs/particles">
                        <w:title>Particles</w:title>
                        <w:text>A simulation of a particle system based on Newton's laws.</w:text>
                    </w:li>
                </w:icon-list>
            </w:section>
            <w:section name="Computers">
                <w:icon-list>
					<w:li icon="/content/shared/programs/img/cssboxtest.png" href="/programs/css-box-test">
                        <w:title>CSS Box Test</w:title>
                        <w:text>Experiment with various CSS attributes on a test box to later use them in your stylesheet.
                        (<a href="/programs/css-box-test">launch online</a> or <a href="/content/shared/programs/cssboxtest.tar.gz">download</a>)</w:text>
                    </w:li>
                </w:icon-list>
				<w:section name="Blender scripts">
					<w:figure width="160" height="45" placement="right" thumbnail="/content/shared/programs/img/blender-logo.jpg" link="http://www.blender.org" />
					<p><a href="http://www.python.org/">Python</a> scripts for <a href="http://www.blender.org">Blender</a>, a program for working with 3D.</p>
					<w:icon-list>
						<w:li icon="/content/shared/programs/img/bgemo.png" href="/programs/bge-motion-export">
							<w:title>BGE Motion Export</w:title>
							<w:text>A script for the Blender Game Engine that exports the motions of selected objects in the <w:acronym title="Lightwave Motion">LWMO</w:acronym> format (.mot), which can be imported back into Blender afterwards.</w:text>
						</w:li>
						<w:li icon="/content/shared/programs/img/domino.png" href="/programs/blender-domino">
							<w:title>Domino generator</w:title>
							<w:text>A generator of domino bricks.</w:text>
						</w:li>
					</w:icon-list>
				</w:section>
            </w:section>
            <w:section name="All the rest">
                <w:icon-list>
					<w:li icon="/content/shared/programs/img/casomira.png" href="/programs/casomira">
                        <w:title>Meter</w:title>
                        <w:text>An analysis of a Czech text using the rules of Latin meter. (online)</w:text>
                    </w:li>
					<w:li icon="/content/shared/programs/img/tplevels.png" href="/programs/toiletpaper-levels">
                        <w:title>Levels for Jimmy's Lost His Toilet Paper</w:title>
                        <w:text>Two levels for this cute game by Petri Purho.</w:text>
                    </w:li>
                    <w:li icon="/content/shared/programs/img/vibrator.png" href="/programs/vibrator">
                        <w:title>Vibrator</w:title>
                        <w:text>A program for cell phones that vibrates the entered rhythm.</w:text>
                    </w:li>
                </w:icon-list>
            </w:section>
        </w:section>
    </w:content>
</w:page>