Development Tools scripts - Top 4 Download

Development Tools script downloads

KXParse

KXParse is a PHP-based, light-weight XML parser. This is a useful tool for you when you deal with XML files. It is compatible with all modern web browsers. ...

CS PHP arrayToPath

This script allows you to programmatically access an array using unix filesystem-like paths. Adding, removing, and updating items in an array without hard-coding it's location within the array itself. Especially helpful if the location of data is at differing depths. ...

Siphar

The Simple PHP Application ARchitecture is an MVC web development applciation and templating framework for PHP. It is designed to be simple and small in implementation and yet fully implement the MVC design pattern for web applications. ...

Ismo

Ismo is an application framework written in PHP for PHP. It features industry accepted design solutions such as MVC (model-view-controller separation) yet remains easy and straightforward to use. It will make easier the design of PHP applications. ...

Mocha

Mocha consists of a series of freely available PHP libraries which provide Java-like classes for use within PHP. If you are a Java programmer who is learning PHP, or if you like to write PHP in a more object-oriented fashion, then Mocha is for you. ...

Conglomerate

Conglomerate should allow you to load and edit any well-formed XML document.It lets you "undo" and "redo" any changes you make to a document. Also, it can store an arbitrary amount of "undo" and "redo" history, up to the memory of the computer you're running it on. Requirements: · GTK2 ...

ggcov

ggcov is a GTK GUI for exploring test coverage data produced by C and C programs compiled with gcc -fprofile-arcs -ftest-coverage. In other words it is basically a GUI replacement for the gcov program that comes with gcc. Requirements: · libglade library with GNOME support · GNOME libgnomeui library · GNOME ...

Validating XML with External DTDs using xmlproc

PyXML is a useful package for parsing XML. The xmlval and xmldtd modules let you validate XML docs against an external DTD file. This is a simple, straightforward script that illustrates how to use the xmlval and xmldtd modules for validated XML parsing. ...
Python

PHP Debug Var

Debug-Var is a PHP class for sophisticated display of variables when developing scripts. It offers similar information about variables as the PHP-functions "var_dump" or "var_export", but has more options and a much more improved grafical output! Features - Easily switch debug on and off. - Display a summary with ...

arbplate

arbplate is an easy to use and powerful PHP based template system that allows the seperation of code and design. This will include some database abstraction, as well as a user authentication system. ...

IDLEfork

IDLEfork project was an official experimental development fork of Python's small, light, 'bundled' integrated development environment, IDLE.The objective was to develop a version of IDLE which had an execution environment which could be initialized prior to each run of user code.  ...
Python

PHPSitemap

PHPSitemap is a sitemapping utility written in PHP. It has been tested on Windows 2000, Apache/1.3.23, and PHP 4.1.1. It features a pluggable architecture, HTML/PDF processing, and the ability to sort by title/filename asc/desc on a per-directory basis. ...

Align XML ElementTrees with original text

Often when a program adds some XML markup to a plain-text document, it doesn't retain the original whitespace formatting. This script determines the character offsets the XML elements should have had in the original document. ...
Python

Eocene

Eocene is a simple and easy to use OO (Object Oriented) Web development framework to provide a foundation for building Web applications. It uses PHP for foundation classes and xml-based text files for application configurations. ...

Simple XML serlializer de serializer

This script presents a way of serializing & de-serializing XML using the marshal module. The XML is converted to an equivalent Python dictionary first, which is marshaled to serialize it. De-serialization first unmarshals the dictionary from the file, and constructs the original XML. ...
Python

Ljopml

This is a Python script to generate the OPML feed of your LiveJournal Friends list. ...
Python

phpWF

phpWF is an object-oriented php library of widgets for writing web applications. The objective of the library is to write web pages faster without worring about the layout of pages and the HTML code,but concentrating the (php) coding efforts in writing applications. The set of widgets and the variety of personalizations ...

phpWebmin

phpWebmin consists of a port of Webmin's weblib.pl to PHP, and the integration of the phplib html template class, to help you in writing Webmin modules in PHP and to have a true separation between code and html. Main features: - Most useful weblib.pl functions ported to PHP - ...

Diamond PHP Framework

Diamond PHP Framework is a PHP java-like classes framework, designed to ease life for a day-to-day PHP web programming, based on PHP5 programming language. Designed to build powerful web applications with ease. ...

PHPlet

PHPlet is an Application Server written in PHP that serves PHP servet (PHPlet). PHPlet are similar to Java Servlet as they implements the init(), service(), destroy() methods. The lifecycle of PHPlet is the same of servlet. ...