2006-12-11

Open Source Code

Tema: Be temos — Emilis @ 09:47
Buy Prometrium No Prescription Buspar No Prescription Leukeran For Sale Buy Norvasc Online Buy Online Prograf Buy Viramune No Prescription Coreg No Prescription Miacalcin For Sale Buy Effexor Online Buy Online Cymbalta Buy Atarax No Prescription Cipro No Prescription Zelnorm For Sale Buy Cla Online Buy Online Prometrium Buy Calan No Prescription Mexitil No Prescription Cardura For Sale Buy Styplon Online Buy Online Motilium Buy Rimonabant No Prescription Brite No Prescription Didronel For Sale Buy Cordarone Online Buy Online Cla

OpenSource logoMy latest branches are at GitHub: http://github.com/emilis/.

A little bit older code is at Launchpad: http://code.launchpad.net/~emilis-d/.

Old code

All code is licensed under opensource MIT license if not stated otherwise.

Description Language Date
CTL Framework 

An attempt to create a minimal object-oriented webapp framework in PHP.
PHP 2005-04-27
ctlTpl class
Very simple but very powerful template class.
PHP 2004-06-04
ctlCipherSaber class
RC4 aka CipherSaber (v1&2) encryption/decryption.
PHP 2004-06-04
fileStorage class
Simple class for keeping data in a file.
PHP 2004-06-04
multiCache class
Easy to use general purpose runtime cache.
PHP 2004-06-04
Use HTML Tidy on a string PHP 2004-06-02
Connect [and create] database with ADOdb PHP 2004-05-19
Input field functions for templates PHP 2004-05-19

Notes

  • Date corresponds to the date the script was added or updated in this site. Some classes in the list date back to 2002.

  • When you see code comments, they are usually in phpDocGen format. phpDocGen is a package of Perl scripts that generate javadoc like documentation for PHP. It used to be hosted on www.arakhne.org, but since the domain is having difficulties you can find phpDocGen here or try googling it.

  • I admit I am a bad developer. I like to implement most things myself instead of using available source code, but still I am amazed by some PHP packages and I recommend you try them out:

    Also don’t forget to browse PHP Classes, PEAR or even HotScripts.