<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.munix.at/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="https://wiki.munix.at/feed.php">
        <title>CowWiki</title>
        <description></description>
        <link>https://wiki.munix.at/</link>
        <image rdf:resource="https://wiki.munix.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-06T11:10:33+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=apache&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=aspireone110l&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=batterylog&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=benchmark&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=billiards&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=commands&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cowbale&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cowboat&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cowcannon&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cowcopter&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cownap&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cowpat&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=cowsay&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=gnuz&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=graphviz_test&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=meep&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=mooengine&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=multicow&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=obj_format&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=ply_format&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=racer&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=rc-pilot&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=solarsystem&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=start&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=subversion&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=tankwars&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=thesis&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=timetablez&amp;rev=1750326646&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.munix.at/doku.php?id=video_capturing&amp;rev=1750326646&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.munix.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>CowWiki</title>
        <link>https://wiki.munix.at/</link>
        <url>https://wiki.munix.at/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.munix.at/doku.php?id=apache&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>apache</title>
        <link>https://wiki.munix.at/doku.php?id=apache&amp;rev=1750326646&amp;do=diff</link>
        <description>Apache

SSL

There are different ways of accessing SVN repositories. The one used here is WebDAV protocol with SSL encryption (https). A few things have to be done before repositories can be created:


a2enmod ssl
a2ensite default-ssl
htpasswd -c /etc/subversion/passwd username1
htpasswd /etc/subversion/passwd username2
/etc/init.d/apache2 restart</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=aspireone110l&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>aspireone110l</title>
        <link>https://wiki.munix.at/doku.php?id=aspireone110l&amp;rev=1750326646&amp;do=diff</link>
        <description>AspireOne110L + Ubuntu 9.10 Karmic Koala

Summary

	*  Intel Atom CPU N270 @ 1.60GHz
	*  512MB RAM
	*  8GB SSD
	*  8,9“ 1024×600 LCD
	*  2 SD card slots
	*  3 USB ports
	*  VGA port
	*  Atheros WLAN chip
	*  100Mbit LAN port

Many parts copied from</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=batterylog&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>batterylog</title>
        <link>https://wiki.munix.at/doku.php?id=batterylog&amp;rev=1750326646&amp;do=diff</link>
        <description>BatteryLog

Overview



The main purpose of this application is to provide you with a rough estimate of how long the device will keep running on battery power. The data is visualized in the form of a graph as well as a separate event log. This is accomplished by storing battery information periodically. Please keep in mind that the average consumption is calculated based on the last 24 hours.
Do not expect to get an accurate projection two minutes after starting the application. You need to wait…</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=benchmark&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>benchmark</title>
        <link>https://wiki.munix.at/doku.php?id=benchmark&amp;rev=1750326646&amp;do=diff</link>
        <description>Benchmark

Overview

Small program to test the OpenGL rendering performance of a computer using many different settings. Automatically display results with gnuplot.

Current State

100% done - Conclusion: I had to buy a faster computer :)

Screenshots</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=billiards&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>billiards</title>
        <link>https://wiki.munix.at/doku.php?id=billiards&amp;rev=1750326646&amp;do=diff</link>
        <description>Billiards

Overview

Simple Billards game featuring libSDL and the Open Dynamics Engine

Current State

10% done - stopped

Screenshots</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=commands&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>commands</title>
        <link>https://wiki.munix.at/doku.php?id=commands&amp;rev=1750326646&amp;do=diff</link>
        <description>Useful Debian / Ubuntu Commands

Limit apt-get download speed


apt-get -o Acquire::http::Dl-Limit=100K &lt;...&gt;


Remove left-over package configuration files


dpkg -l | grep ^rc | cut -d &#039; &#039; -f3 | xargs dpkg --purge


Create Samba user


smbpasswd -a `whoami`</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cowbale&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cowbale</title>
        <link>https://wiki.munix.at/doku.php?id=cowbale&amp;rev=1750326646&amp;do=diff</link>
        <description>CowBale

Overview



Game for the Android platform developed by concalf games, powered by libGDX.

Current State

100% done - Download at Play Store

Screenshots</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cowboat&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cowboat</title>
        <link>https://wiki.munix.at/doku.php?id=cowboat&amp;rev=1750326646&amp;do=diff</link>
        <description>CowBoat

Overview



Game for the Android platform developed by concalf games, powered by libGDX.

Current State

100% done - Download at Play Store

Screenshots

       

Videos

Video 1: Menu + Start

Video 2: Pusher

Video 3: Rough Sea

Video 4: Bouncer

Video 5: Whirlpool

Video 6: Blender</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cowcannon&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cowcannon</title>
        <link>https://wiki.munix.at/doku.php?id=cowcannon&amp;rev=1750326646&amp;do=diff</link>
        <description>CowCannon

Overview



Game for the Android platform developed by concalf games, powered by libGDX.

Help the little lost cow getting back to its friends.

Equipped with a powerful cannon, the cow is able to fly over deep canyons and spiky rocks.
Adjust the power and direction of a shot by dragging the Cow Cannon.</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cowcopter&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cowcopter</title>
        <link>https://wiki.munix.at/doku.php?id=cowcopter&amp;rev=1750326646&amp;do=diff</link>
        <description>CowCopter

Overview



Game for the Android platform developed by concalf games, powered by libGDX.

Exciting new side-scrolling arcade game featuring a little cow with many talents.

Our little cow barely managed to survive the dangerous world of CowCannon. Nevertheless, there is no time to rest - an even greater challenge awaits!
In this brand new side-scrolling arcade game the cow is trying to succeed once more. Only this time enemies are fighting back!</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cownap&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cownap</title>
        <link>https://wiki.munix.at/doku.php?id=cownap&amp;rev=1750326646&amp;do=diff</link>
        <description>CowNap

Overview



Game for the Android platform developed by concalf games, powered by libGDX.

Current State

100% done - Download at Play Store

Screenshots</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cowpat&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cowpat</title>
        <link>https://wiki.munix.at/doku.php?id=cowpat&amp;rev=1750326646&amp;do=diff</link>
        <description>Cowpat

Overview



Unique real-time strategy game.

	*  cows collect resources (plants) and return them to silos
	*  helicopters can transport cows
	*  leveleditor

Current State

10% done - stopped

Screenshots

  

Videos

Video 1</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=cowsay&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cowsay</title>
        <link>https://wiki.munix.at/doku.php?id=cowsay&amp;rev=1750326646&amp;do=diff</link>
        <description>CowSay

Overview



Use Cowsay to generate ASCII pictures of cows and other animals with a message.
Thought bubbles (cowthink) and speech bubbles (cowsay) are supported.
The resulting pictures can either be exported as images or copied as plain text to the clipboard.</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=gnuz&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>gnuz</title>
        <link>https://wiki.munix.at/doku.php?id=gnuz&amp;rev=1750326646&amp;do=diff</link>
        <description>gnuZ

Overview

gnuZ is a Lemmings-style game written in C++ using the Qt embedded (2.x) toolkit. The game is optimized for the Sharp Zaurus 5×00 PDA. Your objective is to guide as many gnus safely to the exit as possible by assigning special skills. It was my first &#039;real&#039; C++ program - you can tell by looking at the sourcecode :)</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=graphviz_test&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>graphviz_test</title>
        <link>https://wiki.munix.at/doku.php?id=graphviz_test&amp;rev=1750326646&amp;do=diff</link>
        <description>Dokuwiki Plugins

GraphViz

Installation

Installing the GraphViz Plugin



Required packages: graphviz imagemagick ttf-freefont ttf-bitstream-vera

Login to Dokuwiki under an administrative account and go to Admin -&gt; Manage Plugins

Make sure &lt;wikidir&gt;/lib/plugins is writable by</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=meep&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>meep</title>
        <link>https://wiki.munix.at/doku.php?id=meep&amp;rev=1750326646&amp;do=diff</link>
        <description>Meep

Overview



This game is heavily influenced by  Spawns of Deflebub, a multiplayer mod for UT2004. The player takes control of a penguin-like robot and can launch multiple types of balls. In order to win, the balls have to bounce off as many walls as possible before hitting another player. By placing barriers, a player is able to deflect balls. Dodging balls can be a very challenging task, hence the amount of balls a player can launch is limited. Crates are dropped at random positions, forc…</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=mooengine&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mooengine</title>
        <link>https://wiki.munix.at/doku.php?id=mooengine&amp;rev=1750326646&amp;do=diff</link>
        <description>MooEngine

Overview



MooEngine was my attempt at creating a 100% scriptable game engine. I was able to integrate all the necessary features by creating a new scripting language called MooScript.

The basic features of MooScript are:

	*  syntax similar to c, only less complicated</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=multicow&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>multicow</title>
        <link>https://wiki.munix.at/doku.php?id=multicow&amp;rev=1750326646&amp;do=diff</link>
        <description>MultiCow

Overview



Game for the Android platform developed by concalf games, powered by libGDX.

Current State

100% done - Download at Play Store

Screenshots</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=obj_format&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>obj_format</title>
        <link>https://wiki.munix.at/doku.php?id=obj_format&amp;rev=1750326646&amp;do=diff</link>
        <description>Object Files (.obj)

 Full specification (c) Paul Bourke

 MTL material format (c) Diane Ramey, Linda Rose, and Lisa Tyerman

Object files define the geometry and other properties for objects in
Wavefront&#039;s Advanced Visualizer. Object files can also be used to
transfer geometric data back and forth between the Advanced Visualizer
and other applications.</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=ply_format&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ply_format</title>
        <link>https://wiki.munix.at/doku.php?id=ply_format&amp;rev=1750326646&amp;do=diff</link>
        <description>The PLY Polygon File Format

Introduction

This document presents the PLY polygon file format, a format for storing
graphical objects that are described as a collection of polygons.  Our goal is
to provide a format that is simple and easy to implement but that is general
enough to be useful for a wide range of models.  The file format has two
sub-formats: an</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=racer&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>racer</title>
        <link>https://wiki.munix.at/doku.php?id=racer&amp;rev=1750326646&amp;do=diff</link>
        <description>Racer

Overview



Racer was the first game I wrote using the SDL library. The initial software rendering mode caused ugly tearing effects that made it horrible to watch. As a consequence, OpenGL support was added to provide a smoother experience. To further improve the visual quality, a special rendering technique was implemented: multiple images of an object are stored - each with a different angle. The right image is picked depending on the rotation of an object. This &#039;simulated lighting&#039; mak…</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=rc-pilot&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>rc-pilot</title>
        <link>https://wiki.munix.at/doku.php?id=rc-pilot&amp;rev=1750326646&amp;do=diff</link>
        <description>RC-Pilot

Overview



This project started off as just a small program that could read input from my remote control (Zhen Hua 5 protocol). A few months later you could control a plane, a helicopter, an airship, a car and eventually even cows. They are all powered by batteries and can therefore run out of energy. Helicopters need helipads to recharge their batteries whereas planes land on airstrips. The faster a plane is going, the more power it consumes. Just like the helicopter needs to work ha…</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=solarsystem&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>solarsystem</title>
        <link>https://wiki.munix.at/doku.php?id=solarsystem&amp;rev=1750326646&amp;do=diff</link>
        <description>SolarSystem

Watch how the planets of our solar system move over time.

Two different modes are available:
- top-down view shows the orbits of the planets
- sky view displays the most important features of the night sky

Click on planets to learn more about our little corner of the galaxy.</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=start&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.munix.at/doku.php?id=start&amp;rev=1750326646&amp;do=diff</link>
        <description>Welcome to wiki.munix.at

This page contains information about projects developed / contributed by Lukas Fraser.

University &amp; Work

2012 - present: AviBit / ADB Safegate Austria

	*  SAM: SafeControl Apron Management
	*  AviConf ParameterEditor
	*  DIFLIS: Electronic Flight Strip System
	*  DIFLIS - Strip Editor

2010 - 2012: RESI

	*  SCADA-3D: Central Building Control System

2010 - Thesis

	*  Master&#039;s Thesis: Immersive Mesh Creator

Projects</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=subversion&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>subversion</title>
        <link>https://wiki.munix.at/doku.php?id=subversion&amp;rev=1750326646&amp;do=diff</link>
        <description>Subversion

This document shows how to setup a subversion server on a Debian based system.

Required packages: subversion apache2 libapache2-svn

Required: Apache with SSL

Ubuntu Howto

Create repositories

Separate repos


mkdir /home/svn
svnadmin create /home/svn/first_repo
svnadmin create /home/svn/second_repo</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=tankwars&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tankwars</title>
        <link>https://wiki.munix.at/doku.php?id=tankwars&amp;rev=1750326646&amp;do=diff</link>
        <description>TankWars

Overview

TankWars started off as a simple tank deathmatch kind of game. After adding more and more features it was turning into a realtime strategy game in which the player could control vehicles directly and construct buildings. Unfortunately this goal was a bit too ambitious and I stopped the development - primarily due to the fact that in order to play such a game, a lot of human players are required.</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=thesis&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>thesis</title>
        <link>https://wiki.munix.at/doku.php?id=thesis&amp;rev=1750326646&amp;do=diff</link>
        <description>Master&#039;s Thesis: Immersive Mesh Creator

Abstract

A wide range of devices is nowadays capable of displaying 3D computer graphics. Devices as small as phones have the ability to render rather impressive scenes. PCs can be connected to multiple large flatscreens, allowing a great field of view compared to the small screen of a phone. Special
monitors can display 3D graphics with the help of techniques such as stereoscopy. However, normal stereoscopy requires the user to wear special glasses. An i…</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=timetablez&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>timetablez</title>
        <link>https://wiki.munix.at/doku.php?id=timetablez&amp;rev=1750326646&amp;do=diff</link>
        <description>TimeTableZ

Overview

By using TimeTableZ you will never miss a bus again :)

The application displays the current time and the next time of departure. In addition you can see how much time you have got left to catch the next bus, tram or train.

Written in C++ using the Qt embedded (2.x) toolkit, optimized for the Sharp Zaurus</description>
    </item>
    <item rdf:about="https://wiki.munix.at/doku.php?id=video_capturing&amp;rev=1750326646&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-06-19T09:50:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>video_capturing</title>
        <link>https://wiki.munix.at/doku.php?id=video_capturing&amp;rev=1750326646&amp;do=diff</link>
        <description>Video Capturing

glc ALSA &amp; OpenGL capture tool

glc Homepage


ffmpeg2theora: a simple tool for creating Ogg Theora files

Avidemux: a free video editor designed for simple cutting, filtering and encoding tasks

Record

start capturing immediately


glc-capture -s &lt;executable&gt;


30fps + lock fps when capturing</description>
    </item>
</rdf:RDF>
