GIT repositories

Index page of all the GIT repositories that are clonable form this server via HTTPS. Übersichtsseite aller GIT-Repositories, die von diesem Server aus über git clone (HTTPS) erreichbar sind.

Services

A bunch of service scripts to convert, analyse and generate data. Ein paar Services zum Konvertieren, Analysieren und Generieren von Daten.

GNU octave web interface

A web interface for GNU Octave, which allows to run scientific calculations from netbooks, tables or smartphones. The interface provides a web form generator for Octave script parameters with pre-validation, automatic script list generation, as well presenting of output text, figures and files in a output HTML page. Ein Webinterface für GNU-Octave, mit dem wissenschaftliche Berechnungen von Netbooks, Tablets oder Smartphones aus durchgeführt werden können. Die Schnittstelle beinhaltet einen Formulargenerator für Octave-Scriptparameter, mit Einheiten und Einfabevalidierung. Textausgabe, Abbildungen und generierte Dateien werden abgefangen und in einer HTML-Seite dem Nutzer als Ergebnis zur Verfügung gestellt.

PHP Code Archiv

PHP code archive

PHP classes and functions

A bunch of classes that are not included in the SwLib, but might be nonetheless useful for you. Additionally there are small functions where object oriented implementations would be simply overdone:

PHP Klassen und Funktionen

Einige Klassen in PHP, die ich zwar nicht mit in die SwLib einbinden will, aber dennoch recht nüzlich sein können. Hinzu kommen kleine Funktionen, für die objektorientierte Implementation übergebühr wären.

SwLib PHP

... is a library that I started about 10 years ago (because PHP lacked of some important object oriented features) and maintain it since. Among some simple core classes like FileSystem, OutputBuffer, Shell command execution etc as well specialised classes like ffmpeg wrappers, automatic podcast feed generation, SSH2 key generator classes etc.

SwLib PHP

... ist eine Bibliothek, die ich vor 10 Jahren wegen Mangel an objektorientierten PHP Features begonnen habe und seitdem kontinuierlich erweitere. Neben Kernklassen für Dateisystem, Ausgabepufferung, Shellprogramm-Ausführung, oder RSS2 Feeds enthält sie auch speziellere Klassen, z.B. Wrappers für ffmpeg, automatische Podcast-Feed-Generierung, SSH2 Key-Generator usw.

Include-File-Source Wordpress plugin

... is a simple plugin for WordPress that allows to include an existing file as source code in your page, thus keeps your article text small and the source always up to date.

Include-File-Source Wordpress Plugin

... ist ein kleines Plugin für Wordpress, mit dem eine Quelltextdatei mit Syntaxhervorhebung in eine Seite eingebettet werden kann. Damit bleiben die Artikel klein und der Quelltext immer up-to-date.

User Data Connector

A Drupal module to enable authentication and user information requests from a PHP script that is not embedded in the Drupal environment. It consists of small client API that you include and use in your external PHP script, and a server part that lives in the Drupal environment. The communication works with localhost network communication. The download and full documentation can be obtained on the official Drupal project page.

User Data Connector

Ein Drupalmodul, mit dem Authentifikation und Nutzerinformationen über eine kleine und übersichtliche API aus beliebigen PHP-Skripten durchgeführt werden können. Download und volle Dokumentation sind auf der offiziellen Drupal Projektseite erhältlich.