Monthly Archiv: January, 2010
[Free] Tornado Web Server
A new web server has been added to the Free/Open Source Web (HTTP) Server Software page. Tornado is a scalable non-blocking web server designed for real-time web services. It is able to handle thousands of simultaneous standing connections. It is the open source version of the server developed for FriendFeed.
SQL class alfars
It can just establish a connection to a given MySQL server, select the database to access, execute queries and close the connection.
FTP best class
It can connect to a given FTP server, upload files to a destination directory, download files to local directory, create directories and sub-directories, change the current directory and list the files in a directory.
aryan
this is my website.Login System
It can verify the e-mail and password of an user logging in the system.
The main class initializes session variables if authentication is successful.
The class can also finish the session to logout the user.
The database access is abstracted. The package provides drivers to access the users database table in MySQL and Oracle.
LoginSystem - Login System, developed mainly for the
newbie PHP programmers who want to learn implementation of OOPs concept.
This application is for giving basic idea for implementing OOPs concept.
AVlib Event
There is one class that can register event listeners by specifying a callback function that will be invoked when an event is dispatched.
Another class encapsulates the details of events that are triggered.
[New] Free Font Manager Software
Looking for a program to manage your collection of fonts? These free font managers let you organize your fonts into categories, install and uninstall fonts, load them on-the-fly into your system so that you can use them with a particular program without permanently dumping them into your system font folder (thus potentially slowing your system down), see sample text of fonts (even if they're not installed), check out the font licensing, font metrics and other font information stored in a font, etc.
File Helper
It can open files to read, write and append data in them.
The class can also delete files.