<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.forth-ev.de/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.forth-ev.de/feed.php">
        <title>Forth-eV Wiki - vd-archiv:listings</title>
        <description></description>
        <link>https://wiki.forth-ev.de/</link>
        <image rdf:resource="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png" />
       <dc:date>2026-05-03T23:36:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-01-listings?rev=1495383552"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-02-listings?rev=1495383643"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-03-listings?rev=1495383844"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-04-listings?rev=1495384048"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2007-01-listings?rev=1495383408"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-01-listings?rev=1495385118"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-02-listings?rev=1495393637"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-03-listings?rev=1495394542"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-04-listings?rev=1495395827"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2011-02-listings?rev=1495463422"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2011-03-listings?rev=1495467363"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2012-02-listings?rev=1495465716"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2012-03-listings?rev=1495372029"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-01-listings?rev=1495466663"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-02-listings?rev=1495462787"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-03-listings?rev=1495462016"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-04-listings?rev=1495462109"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2014-01-listings?rev=1495428501"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2014-02-listings?rev=1495552490"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2015-02-listings?rev=1495460512"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png">
        <title>Forth-eV Wiki</title>
        <link>https://wiki.forth-ev.de/</link>
        <url>https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-01-listings?rev=1495383552">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T16:19:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2006-01 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-01-listings?rev=1495383552</link>
        <description>4d2006-01 Listings

xchar



\ xchar reference implementation: UTF-8 (and ISO-LATIN-1)

\ environmental dependency: characters are stored as bytes
\ environmental dependency: lower case words accepted

base @ hex

80 Value maxascii

: xc-size ( xc -- n )
    dup      maxascii u&lt; IF  drop 1  EXIT  THEN \ special case ASCII
    $800  2 &gt;r
    BEGIN  2dup u&gt;=  WHILE  5 lshift r&gt; 1+ &gt;r  dup 0= UNTIL  THEN
    2drop r&gt; ;

: xc@+ ( xcaddr -- xcaddr&#039; u )
    count  dup maxascii u&lt; IF  EXIT  THEN  \ spe…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-02-listings?rev=1495383643">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T16:20:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2006-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-02-listings?rev=1495383643</link>
        <description>4d2006-02 Listings

Hexadoku-Rätsel-Vorgaben erzeugen



\ HEXADOKU.FTH   by Fred Behringer 

HEX

\ In Turbo-Forth und ZF vorhanden, jedoch nicht ANS
\ -------------------------------------------------

: ON ( ad -- ) -1 SWAP ! ;
: OFF ( ad -- ) 0 SWAP ! ;


\ Matrixaufbau
\ ------------

\ Alle Bearbeitungen (Zeilen-/Spalten-Vertauschung etc) nur fuer MATRIX.
\ Bei VORGABE wird zunaechst MATRIX nach V-MATRIX kopiert und die Vorgabewerte
\ werden in MATRIX gesammelt.
\ XCH-M tauscht MATRIX und …</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-03-listings?rev=1495383844">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T16:24:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2006-03 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-03-listings?rev=1495383844</link>
        <description>4d2006-03 Listings

SMBus Basiscode



\ 2006-07-31 SMBus.fs --- SMBus Basiscode
\ i2c Bus am R8C
\ P1.0 -- SCL
\ P1.1 -- SDA

\ Konstanten
0     Constant PinSCL
1     Constant PinSDA
port1 Constant PortI2C
$E3   Constant PddrI2C

\ SDA,SCL Pins auf 0 oder 1 setzen
: sda0 PinSDA PortI2C bclr ;
: sda1 PinSDA PortI2C bset ;
: scl0 PinSCL PortI2C bclr ;
: scl1 PinSCL PortI2C bset ;

\ 1 SCL Zyklus sind im Programm 4 ticks
: tick 1 us ;
: 2tick tick tick ;

\ sende 1 Bit
: bit&gt;i2c ( bit -- )
    IF …</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-04-listings?rev=1495384048">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T16:27:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2006-04 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2006-04-listings?rev=1495384048</link>
        <description>4d2006-04 Listings

Adventures

[Adventures in Forth Teil 2] - Viele kleine Dateien, bitte selbst entpacken.

Gedankenlesen



\ Gedankenlesen

\ Prinzip:
\ Die Zahlen 9, 18, 27, 36, 45, 54, 63, 72, 81 
\ bekommen das gleiche Symbol zugeordnet. 
\ Alle übrigen erhalten ein Symbol random zugeordnet, 
\ es muss nur druckbar sein.

Decimal

\ include random.fs 
( gforth-0.6.2 Verzeichnis; Mac OSX Version)

Variable seed

$10450405 Constant generator

: rnd  ( -- n )  
  seed @ generator um* drop 1+…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2007-01-listings?rev=1495383408">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T16:16:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2007-01 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2007-01-listings?rev=1495383408</link>
        <description>4d2007-01 Listings

adv3

[adv3] - Viele kleine Dateien, bitte selbst entpacken.

adv4

[adv4] - Viele kleine Dateien, bitte selbst entpacken.

lcd.fs



\ ***** lcd look-up table for AVR Butterfly ***** 

create sgmt \ segment lookup table
0A51 , 2A80 , 0000 , 0A00 , 0A51 , 0000 ,
5559 , 0118 , 1e11 , 1b11 , 0b50 , 1b41 ,
1f41 , 0111 , 1f51 , 1b51 , 0000 , 0000 ,
0000 , 0000 , 0000 , 0000 , 0000 , 0f51 ,
3991 , 1441 , 3191 , 1e41 , 0e41 , 1d41 ,
0f50 , 2080 , 1510 , 8648 , 1440 , 0578 ,
8570 , …</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-01-listings?rev=1495385118">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T16:45:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2008-01 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-01-listings?rev=1495385118</link>
        <description>4d2008-01 Listings

1-wire.fs



\ 1-wire interface

[IFUNDEF] set-baud  include serial.fs [THEN]

0 Value 1-wire-fd

also dos
: set-tty ( fd -- )  filehandle @ &gt;r
    t_old r@ tcgetattr drop
    t_old t_buf sizeof termios move
    $805 t_buf termios c_iflag !
    $000 t_buf termios c_oflag !
    $8BD t_buf termios c_cflag !
    0    t_buf termios c_lflag !
    0 t_buf termios c_cc VMIN + c!
    3 t_buf termios c_cc VTIME + c!
    $D dup t_buf termios c_ispeed ! t_buf termios c_ospeed !
    t_bu…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-02-listings?rev=1495393637">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T19:07:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2008-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-02-listings?rev=1495393637</link>
        <description>4d2008-02 Listings

Berichtgenerator.zip

[Berichtgenerator] - Berichte generieren mit Hilfe von Gforth — ein Kinderspiel; 3 Listings: in.fs m.dep bio.txt

GTK-Listings.zip

[GTK-Listings] - Widgets zum Anfassen - GUI-Skripting mit Forth und GTK+; Listing 1+2.

Quellcode_Bibliothek.zip</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-03-listings?rev=1495394542">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T19:22:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2008-03 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-03-listings?rev=1495394542</link>
        <description>4d2008-03 Listings

example.2.4th

GTK+ mit Forth (1) - GTK Stock Viewer, Listing 1: GtkComboBoxText/example.2.4th.



\ GtkComboBoxText/example.2.4th

  needs GtkToplevel
  needs GtkTable
  needs GtkLabel Array
  needs GtkAlignment Array
  needs GtkComboBoxText
  needs GtkImageFromStock
  needs GtkButton

  needs GSList

\ ------------------------------------------------------------------------------
\  csp4th :  GtkComboBox Example 2                                    MM-080311
\ -------------…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-04-listings?rev=1495395827">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T19:43:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2008-04 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2008-04-listings?rev=1495395827</link>
        <description>4d2008-04 Listings

Fefes Codier Wettstreit

Text der in der Aufgabe ausgewertet werden soll.



Quellen: 
[1] Fefes Aufruf \url{http://blog.fefe.de/?ts=b7c295e7 
[2] Fefe&#039;s call in english \url{http://ptrace.fefe.de/wp/README.txt 


    Faust
    Habe nun, ach! Philosophie,
    Juristerei und Medizin,
    Und leider auch Theologie
    Durchaus studiert, mit heißem Bemühn.
    Da steh ich nun, ich armer Tor!
    Und bin so klug als wie zuvor;
    Heiße Magister, heiße Doktor gar
    Und ziehe sc…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2011-02-listings?rev=1495463422">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T14:30:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2011-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2011-02-listings?rev=1495463422</link>
        <description>4d2011-02 Listings

Top–One–Partitur

Die Bilder zum Beitrag von Hannes Teich im Original - klicken um zu vergrößern.

[Notenblatt]

[Partitur]

Anzeigen von Strukturen

[Listings aus dem Artikel &quot;Anzeigen von Strukturen&quot;] gepackt. Und entpackt:

DUMPPEH.4TH



\ =============
\ DUMPPEH.4TH
\ Das Programm
\ =============

DECIMAL

\ Die hier definierten Worte werden vorwiegend sofort ausgefuehrt.

warning off        \ nicht für Bigforth           
marker dumpmarker  \ Wegen den Redefinitionen, a…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2011-03-listings?rev=1495467363">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T15:36:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2011-03 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2011-03-listings?rev=1495467363</link>
        <description>4d2011-03 Listings

Wave Engine (1)

Zum Beitrag von Hannes Teich.

Hörprobe und Partitur

[Top One Hörprobe]

Partitur und Notenblatt

[Partitur]
[Notenblatt]

Zeitentabelle

[Zeitentabelle]</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2012-02-listings?rev=1495465716">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T15:08:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2012-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2012-02-listings?rev=1495465716</link>
        <description>4d2012-02 Listings

Wave Engine (3)</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2012-03-listings?rev=1495372029">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-21T13:07:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Kalenderroutinen</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2012-03-listings?rev=1495372029</link>
        <description>Kalenderroutinen

Forth Source Code zum Beitrag: „Geburtstagsfragen (2)“ aus dem Forth Magazin Vierte Dimension.



\ ------------------------------------------------------------------------
\  K a l e n d e r - R o u t i n e n  (Gforth 0.7.0)   30jul12 17:30 -jgt
\ ------------------------------------------------------------------------

  cr cr .&quot;  Berechnung der Differenz zweier Kalenderdaten oder&quot;
     cr .&quot;  eines zweiten Kalenderdatums aus der Differenz. Die&quot;
     cr .&quot;  Differenz kann auc…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-01-listings?rev=1495466663">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T15:24:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2013-01 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-01-listings?rev=1495466663</link>
        <description>4d2013-01 Listings

Wave Engine (5)

freqtab.fs



\ -------1---------2---------3---------4---------5-----| 
  cr cr .&quot; Last edit: 22feb2013 22:40&quot; cr 
\ ###################################################### 
\ Aus Tonnummer (1...478, entspr. ,,C ... c&quot;&quot;&quot;) Frequenz 
\ und Phasenschritt berechnen. Die Schrittwerte werden 
\ in Tabellen geladen und dort vom Generator ausgelesen. 
\ ###################################################### 
\ 
\ Ausgehend vom &quot;Kammerton&quot; a&#039; mit 440 Hz ergeben sich 
\…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-02-listings?rev=1495462787">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T14:19:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2013-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-02-listings?rev=1495462787</link>
        <description>4d2013-02 Listings

Wave Engine (6)

 - Dateien zum Beitrag von Hannes Teich.</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-03-listings?rev=1495462016">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T14:06:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2013-03 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-03-listings?rev=1495462016</link>
        <description>4d2013-03 Listings

Wave Engine (7)

 - Dateien zum Beitrag von Hannes Teich.</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-04-listings?rev=1495462109">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T14:08:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2013-04 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2013-04-listings?rev=1495462109</link>
        <description>4d2013-04 Listings

Wave Engine (8)

 - Dateien zum Beitrag von Hannes Teich.</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2014-01-listings?rev=1495428501">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T04:48:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2014-01 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2014-01-listings?rev=1495428501</link>
        <description>4d2014-01 Listings

gforth plotter

 - Der Plotter ist ein Nexus-7 Android-Tablet von Google/Asus. Die Verbindung vom gforth auf dem Laptop dorthin übernimmt eine Datei. (Fortsetzungs-Beitrag, siehe auch 4d2014-02)</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2014-02-listings?rev=1495552490">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-23T15:14:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2014-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2014-02-listings?rev=1495552490</link>
        <description>4d2014-02 Listings

gforth plotter Teil 1

[Teil 1 aus 4d2014-01] - gforth-grafik1-fs, plotter.fs, xplot.bas

Der Plotter ist ein Nexus-7 Android-Tablet von Google/Asus. Die Verbindung vom gforth auf dem Laptop dorthin übernimmt eine Datei. 

gforth plotter Teil 2






 \ Grafik für Gforth, von Hannes Teich; Teil 2 
 \ (Teil 1 in 4d2014-01) 

 \ Diese 10 Kommandos sind schon beschrieben worden:
 : _begin ( -- ) ... ;
 : _color { r g b a -- } ... ;
 : _clear ( -- ) ... ;
 : _line { x1 y1 x2 y2 -…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2015-02-listings?rev=1495460512">
        <dc:format>text/html</dc:format>
        <dc:date>2017-05-22T13:41:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>4d2015-02 Listings</title>
        <link>https://wiki.forth-ev.de/doku.php/vd-archiv:listings:4d2015-02-listings?rev=1495460512</link>
        <description>4d2015-02 Listings

Wave Engine (9)

[waver3-04] - Quellcode zum Beitrag Wave Engine (9), Autor: H. Teich.</description>
    </item>
</rdf:RDF>
