Development Tools scripts - Top 4 Download

Development Tools script downloads

Premiumweb Networks Community System

Premiumweb Networks Community System is a Framework for PHP MySql Applications. Tired of writing always the same code for configs, login, logout, install, language-independency, sessions, templates, logging, forms for editing, searching and listing of MySql data? This Framework does it for you. ...

PyChecker

PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C . Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent. PyChecker works ...
Python

Dia2Code

Dia2Code is a small utility used to generate code from a Dia diagram. Dia2Code basically reads a Dia diagram file that contains an UML class diagram and creates files in the language of choice that contain the bare bones of the classes represented in the diagram. Features: - Reads UML diagrams. ...

Prototype of an PHP application

Prototype of an application written in php, which includes : smarty, adodb, pbjetbdd, phpgacl and esup-phpcas. Login can be managed into a database, ldap directory or a SSO-CAS. ...

MX v 2 Components Patch

Many people use the Macromedia Flash MX V.2 Components to create user interfaces for their flash applications. Since Open Source UI frameworks (like ActionStep) aren’t released yet, Flash Developers have no worthy alternative in choosing the most comfortable and functional UI library with which to satisfy all their needs. Another issue ...

Boost

Boost emphasizes libraries that work well with the C Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. ...

ajaxPHPterm

ajaxPHPterm is an AJAX terminal/shell emulator for PHP, based on the PHPterm project. It acts as a terminal and allows you to execute shell commands within your browser, even in a hosted environment. Added AJAX makes it behave more like a real shell. ...

EMF to Vector Converter

VeryDOC EMF to Vector Converter (EMF2Vector) converts enhanced metafiles (EMF) and Windows metafiles (WMF) to PDF, WMF, EMF, PS (Postscript), EPS, SVG, SWF, XPS, HPGL, PCL etc. vector formats while preserving the vector and text information. EMF to Vector Converter is can also convert EMF and WMF files to raster image ...
ASP.NET

PDFPrint Command Line

VeryPDF PDFPrint Command Line can be used to print existing PDF documents to any windows printer devices. PDFPrint Command Line supports command line operation, it can be easily embedded into your applications and print PDF files quickly. VeryPDF PDFPrint Command Line does NOT need Adobe Acrobat or free Acrobat Reader software.Features: ...

S3U Memory Test

S3U is a simple utility for testing USB mass storage devices such as a flash memory reader. Tests include stuck-at data bit faults and sequential read and write speeds. Note the device that under test will need to be re-formatted once tested. Once the S3U executable is started, a graphical user ...

BuildBot

The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure.The guilty developer can be identified and harassed ...
Python

libGlass

Glass is a library for distributed computing that makes its programming easy. The Glass framework is a scalable set of components that can be used by applications to perform distributed computing. Applications are built reusing the available components as needed.Features: - Plugins: - Synchronous shared memory; - Distributed asynchronous ...

Gaphor

Gaphor is an easy to use modeling environment. This means that you are able to create nice UML diagrams for documentation and to assist you with design decisions.Gaphor will help you create your applications. Features: - Gaphor has a UML 2.0 compliant data model. This guarantees future compatibility with other modeling ...
Python

Dev PHP

Dev-PHP is a well-featured integrated development environment (IDE) for PHP.  You'll be able to create scripts and applications using the PHP scripting language and the PHP-GTK library (both included in the "PHP Package"). Dev-PHP is free software under the GNU General Public License, which means you can freely modify or use the ...

AppStarter

AppStarter allows you to launch applications off your USB flash drive without having to worry about replacing drive letters anywhere. You can replace drive letters in a file or any command line tags, configure up to 12 applications to be launched, and set applications as favorites and start them with one ...

PMD Code Analyzer

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.PMD scans Java source code and looks for potential problems like: - Possible bugs - empty try/catch/finally/switch statements - Dead code - unused local variables, parameters and private methods - Suboptimal code ...

Google Maps API

The Google Maps API lets you embed Google Maps in your own web pages with JavaScript. You can add overlays to the map (including markers and polylines) and display shadowed "info windows" just like Google Maps.The Maps API is a free beta service, available for any web site that is free ...

JS Designer

JS Designer is a lightweight IDE (Integrated Development Environment) to help you designing your Web-based client-side applications.With JS Designer, you can create widgets like : - buttons, - labels (div), - text, password or textarea fields, - radio or check boxes, - selectors, - images ...

Quantum Game Library

The Quantum Game Library (QGL) for PHP aims to centralise common game elements in a component library. It includes Map Computations for Grid/Hex maps, pluggable map generator, Artificial Intelligence algorithms, plugin system and more. ...

dbobj

dbobj is an open source object persistence layer for PHP. It may also be called an Object Relation Mapping (ORM) layer or an Active Record implementation for PHP. Most PHP applications use a relational database for data storage and management. Usually this is done using SQL queries. This is nice and ...