Development Tools scripts - Top 4 Download

Development Tools script downloads

Youpee

Youpee is an html preprocessor that allows you to embed any code of any script language as well as calling any external program to generate text files. It is specially designed to work with html/xml documents and provides traditional features: define, include, macro, conditional tests, loop... ...

Using MSHTML to Parse HTML

MSHTML is the COM component used by Internet Explorer to parse HTML pages (since version 4 of IE). This script shows you how to use this component independently of IE. ...
Python

Generic command line option parser

This class can be used to write code that will parse command line options for an application by invoking one of the standard Python library command argument parser modules optparse or getopt. The class first tries to use optparse. It it is not there (< Python 2.3), it invokes getopt. However, ...
Python

SilverlightBrowser

One of the nice advantages to Silverlight is that you can view the source of a site to see how things work, but with Silverlight 1.1 Alpha that process became more complex. While you can still fish through the JavaScript and Xaml to find the .NET assembly(dll) that is doing all ...
ASP.NET

Dextar

Dextar is a collection of PHP libraries. At first it started with the DexMail project, but it was halted since the main developers lacked time. As many started to show interrest in the theme and multilingual functions of DexMail we decided to break it out to it's own library. Dextar currently ...

strace

strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. ...

SWFSource SDK

SWFSource SDK is a Cross-Platform Flash SDK for addition of Flash Import / Export to applications. ...

GABE

GABE (Generic Adapter to Back-Ends) allows front-end applications (written in Perl, Python, PHP, etc.) to get a high-level access to any back-end transaction. The transactions are described in a Transaction Description Repository (TDR), written in XML. ...

Proposal For winreg

This module provides an advanced, easy-to-use API for accessing and mutating the Microsoft Windows Registry. ...
Python

info2html

info2html is a perl script which looks for a specific info node in an info file and translates it to HTML syntax.Link directives are translated in URLs pointing back to the server. Some icons are provided for link directives and cross references. infocat is a little front-end that gives an index ...

phpProjectMaster

phpProjectMaster is an easy to use web-based management tool for Projects, Tasks, Bugs, Customers, Employees and Timesheets. Integrated Wiki. Written in PHP/MySQL XHTML/Ajax. ...

Assembly Language Debugger

The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms. ...

HTML Template Xipe

HTML_Template_Xipe is a template engine for PHP, to easier and faster create and better structure web pages/applications. SimpleTemplate additionally can easily translate the templates and it compiles them. ...

Support for the in operator

This script adds support for the "in" operator to the attributes map of minidom elements. When you parse XML using minidom, you can get a map of attributes for any element. The problem is that using the "in" operator on this map will raise an exception and this script will fix ...
Python

CASIMIR

C.A.S.I.M.I.R. is an acronym standing for "Simplified Machine Images Creation and Administration Using the Network".CASIMIR is a web-based PHP/MySQL interface which controls over SSH-secured connexions qemu/kvm virtual machines dispatched over several physical servers. It also provides to administrators the ability to delegate control of these machines to other users. ...

Unroll a sequence into an HTML unordered list

This script simply takes a single-dimension sequence and converts into into an HTML unordered list. This function makes it simple to present the contents of a sequence on the web in an neat fashion. ...
Python

XML PullParser

XML_PullParser moves the API of the PHP XML facility from an event-based model to a token-based model.Instead of processing data passed from the parser to callbacks, scripts work with "tokens", which are arrays representing XML structures. ...

php xml db tools

php xml db tools is a collection of php scripts that create, and parse through xml data schemas to automate the creation of database backed web sites. ...

Generic PHP Framework

Generic PHP Framework is a library of reusable classes for PHP applications. The idea is to grow this framework into a great foundation for writing large applications in PHP. How Does gpfr Differ From Other Frameworks? gpfr aims to become a great foundation through the following: - Strong OO design ...

Molly

Molly is an open source system and architecture that allows web site developers to build dynamic web sites using simple HTML and MAML (Molly Active Markup Language) tags. Molly can be used to build web communities, content management systems, and portals. Simple MAML tags implement several features that facilitate the development ...