Archive for the ‘Development Tools’ Category

RTF Generator Class

Sunday, July 18, 2010 16:04 No Comments

RTF Generator lets you create your own RTF files on web-servers, without any applications except PHP. Using special mark-up language which is based on HTML, you will be able to describe all necessary formatting for your data. You will have total control over the final look of the RTF document, as the Generator supports almost [...]

This was posted under category: Development Tools

phpRPMBuilder

Tuesday, July 13, 2010 16:04 No Comments

phpRPMBuilder is a web application that will server the novice/newbie audience, and give them an easy way to take small applications that only have tarred releases and build a simple spec file and resulting rpm file. All this is done thru a web page.

This was posted under category: Development Tools

php_webtools

Saturday, June 19, 2010 16:04 No Comments

php_webtools is a collection of useful tools and classes to help in the construction of "enterprise" web applications. Many classic
GUI "widgets", such as the GTK "notebook" are implemented here as extensible classes.

This was posted under category: Development Tools

Caract?res Sp?ciaux

Thursday, June 17, 2010 16:04 No Comments

This is a module for translating special characters: Of ASCII in HTML, Or HTML in encoding URL. French: Module de traduction des caract?res sp?ciaux. De ASCII en HTML, Ou de HTML en encodage URL.

This was posted under category: Development Tools

10bit microprocessor emulator

Friday, June 4, 2010 16:04 No Comments

Microprocessor Emulator – this program is extremely helpful for those who just begin to study assembly language. It compiles the source code and executes it on emulator
Visual interface is very easy to work with. You can watch registers, flags and memory.

This was posted under category: Development Tools

Generic PHP Framework

Monday, March 1, 2010 17:04 No Comments

The Generic PHP Framework is a library of reusable objects for PHP4. The idea is to build a framework that will make it easier to write large, scalable PHP applications.

This was posted under category: Development Tools

Beautifier: Flexible Syntax Highlighter

Thursday, January 28, 2010 17:04 No Comments

Beautifier uses configuration files to highlight source code. It currently supports Pascal, Java, C, C++, C#, Python, PHP, and Perl (amongst others), and handles comments, keywords, strings, indentation, and keyword harvesting (from comments and strings). Now also available in Perl modules.

This was posted under category: Development Tools

tableVarDump()

Sunday, January 10, 2010 20:02 No Comments

Replacement for PHPs built-in var_dump() function for complex arrays. tableVarDump() outputs any variable to an HTML table format, specifically designed to display complex multi-dimensional arrays in a more easy to read format than var_dump() or print_r().

This was posted under category: Development Tools

Prometheus-Library

Sunday, January 10, 2010 2:02 No Comments

The goals of this library are to provide a php-based api of objects, functions, and defines to help the average developer design active content sites with minmal effort. The prometheus library provides the following functionality: AutoLoad, Sessions, Database Independence, BenchMarking, UserAuth, UserDomain, WebClient, Unix Utilities, FileSize, PageNavigator, UrlObject, MimeObject,Mail via IMAP and local sendmail, AppServer, [...]

This was posted under category: Development Tools

PHP FormWizard

Saturday, January 9, 2010 2:02 No Comments

Tired of the same coding every time you start a new project? Then, PHP FormWizard may help you. It reads a mysql table and automatically generates html forms embedded with php-coding. It features: selectbox for the databases, html-form, style-templates for different layouts of the html-form, create your own style-templates, default-entries in fields, field size and [...]

This was posted under category: Development Tools