Projects

All programs and scripts may be used under the terms of the General Public License (GPL) witch was published 1991 by the Free Software Foundation.

---------------------------------------------------------------------------------
Project            source           version         files           
---------------------------------------------------------------------------------

- Cryptd            C++/Win32        0.12b           <Beta 0.12(zip), needed files>
- Linux Schulung    Word             0.3             <PDF>
- XML - XNitf       C++/Perl/XML     0.63b
- Internet Tools    Perl/CGI         1.0f            <source(gzip)>
- PPP&DNS Updater   Perl             0.03            <source(gzip)>
- Kleinerdrache.org HTML/PHP/SQL
- www.OGobin.org    HTML/PHP/Perl    2.0             <history> - <Version 2.0>
---------------------------------------------------------------------------------

Other programs

- ascci.tar.gz
  Prints out an ASCCI table. The number of colums is variable, the default is 8.
  Coded with C and C++ funktions.

- basecon.tar.gz
  Converts a number in another base.
  3 versions: One in C-syntax, another in C++-syntax and one with letters.

- factorial.tar.gz
  Factorial calculator. 3 algorithms: BruteForce, Sieve of Eratosthenes and
  a probabilistically Algorithms (using Fermat's Theorem).
  Wrote in C, here a small benchmark.

- log.tar.gz
  Logarithmus dualis (C-syntax).

- pi.tar.gz
  PI (C-syntax).