Monthly Archiv: May, 2009

Form creator

Package:
Form creator
Summary:
Create HTML forms using DOM objects
Groups:
HTML
Author:
Amin Saeedi
Description:
This class can be used to create HTML forms using DOM objects.

It can compose a form by the means of functions that add inputs and labels to the form definition.

The class can generate XML compliant HTML for the defined form and return it as a string or display it by adding it to the current script output.


svg2png

Package:
svg2png
Summary:
Render a SVG graphic as a PNG image
Groups:
Graphics
Author:
Uku-Kaarel Jo~esaar
Description:
This class can be used to render a SVG graphic as a PNG image using Inkscape program.

It takes a SVG file and calls the Inkscape program to convert it to an image file in the PNG format.


[New] Free Process Monitoring and Management Utilities

Looking for a way to find hidden programs running on your system, or to kill a program that refuses to be terminated (like rootkits or other programs that have run amok)? Or perhaps you want to find which program is holding a file open, preventing you from deleting it? The programs listed on this new page let you monitor and manage all the processes, services and whatnot running on your computer, giving you back control over your own computer.

Incidentally, if your interest is piqued solely because you have encountered undeletable files that you wanted to delete, the Free Utilities to Delete Currently Locked/Undeletable Files page may be more relevant. I also have a tutorial on How to Delete Undeletable Files in Windows.

[Free] New Data Recovery Software: Undelete Lost Files

A new file undelete program has been added to the Free Data Recovery, File and Partition Recovery, Undelete and Unformat Software page. Disk Digger can scan hard disks, memory cards (like SD, memory sticks, compactflash) and USB flash drives for traces of your lost files in an attempt to recover them if you have deleted them or formatted your hard disk. It works completely from memory (RAM) so as not to accidentally overwrite your lost file, and it does not have to be installed to be used (so it's portable).

Debug_class

Package:
Debug_class
Summary:
Output values of variables
Groups:
Debug, Logging, PHP 5
Author:
Christian
Description:
This class can be used to output values of variables.

It can take a list of variable values as arguments and outputs their values to the current page output.

The outputted values is followed by a backtrace of where the debug function was called, the current script memory usage and the current time.

The class can also output the variable values and exit immediately.

The debug output can be redirected to the PHP error log.


Dynamic Proxy

Package:
Dynamic Proxy
Summary:
Generate code for proxy classes or interfaces
Groups:
Code Generation, Language, PHP 5
Author:
Pulni4kiya
Description:
This class can be used to generate code for proxy classes or interfaces.

It can generate code for a class or interface that provides the same functions as another existing class or interface.

The generated code is returned as a string that can be saved to a PHP script file or evaluated immediately to declare the generated proxy class or interface.


Upload File

Package:
Upload File
Summary:
Process file uploads submitted via Web forms
Groups:
Files and Folders, HTTP, PHP 5
Author:
Narendra Pal Singh
Description:
This class can be used to process file uploads submitted via Web forms.

It can check whether an uploaded file is of one of the allowed types and does not exceed the file size limit.

The class can move valid uploaded files to a given directory and set the file permissions to make it accessible.


DFA (deterministic finite automaton)

Package:
DFA (deterministic finite automaton)
Summary:
Implement deterministic finite state machines
Groups:
Algorithms, PHP 5
Author:
Hamed Afshar
Description:
This class can be used to implement deterministic finite state machines.

It takes as parameters arrays that define the alphabet of symbols accepted as input and lists of all possible states and transitions.

The class takes a string a input symbols to process and determines if the final state is valid.


Powered by Gewgley