Development Tools scripts - Top 4 Download

Development Tools script downloads

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 ...

Multitech Flash Wizard

This project is for C /C source code to flash update modems manufactured by Multi-Tech Systems Inc by sending ASCII hex files through serial channels to said modems. Current limitations: - It has not been tested with Conexant modems yet (5600ZDX/BA, 5656ZDX) - It runs fairly slowly - ...

Gordon

The goal of the Gordon project is to provide a collection of small tools that can be used to create/manipulate Macromedia Flash movies. Creating a full-fledged GUI based Flash authoring tool is (at least for now) not one of the goals. Gordon is to Macromedia Flash what Povray is to 3DStudioMAX. ...

PHP Runtime

PHP Runtime was created to help PHP developers (mainly PHP-GTK developers) distribute their applications without having to worry about getting the PHP executable and DLL's distributed aswell. If PHP Runtime picks up, and enough people have it, writing PHP-GTK applications will run automatically without any hassles. The seemless integration should pick ...

PHLIPS

The PHLIPS project is a PHP extension for CLIPS, a tool for building expert systems.CLIPS is a tool for building expert systems. This PHP extension provides PHP with a basic interface to a CLIPS environment. Its purpose is to allow deployment of expert systems in PHP. In this early phase of ...

Gnome Publisher

Gnome Publisher is a desktop publishing application for Gtk. ...

Launch a program based on file extension

This script associates or launches an action to be performed by the os based on filename extension. For example, assoc.py -e test.c will launch emacs. The optional extra_args allows you to add additional settings to the command associated with the file extension. More complicated actions may require Python functions instead of ...
Python

Installing source distributions on windows

Distutil's bdist_wininst installers offer uninstallation support for Python extensions, many developers however only distribute sources in zip or tar.gz format. The typical steps to install such a distribution are: - download the file  - unpack with winzip into a temporary directory  - open a command prompt and type 'python setup.py ...
Python

Sysfence

Sysfence is a resource monitoring tool designed for Linux machines. While running as daemon it checks resource levels and makes desired action if some values exceed safety limits. It can be used for: - notifying system administrators when something goes wrong - stopping services when system performance is dropping too ...

pyjamas

It allows writing web applications in Python, which is more suitable performance-wise for medium to large applications.The AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application development instead of learning all the "usual" browser incompatibilities. Key features "Pyjamas": · ...
Python

CodeLite

CodeLite is a powerful open-source, cross platform code editor for the C/C programming languages (regulary tested on Windows XP sp2, (K)Ubuntu 7.10 / 8.04, Fedora Core 6, Debian lenny/sid and Mac OSX 10.5.2). CodeLite uses a sophisticated, yet intuitive interface which allows user to easy create and build complex projects. Features: ...

GNU Cim

GNU Cim is a compiler for the programming language Simula (except unspecified parameters to formal or virtual procedures). It offers a class concept, separate compilation with full type checking, interface to external C routines, an application package for process simulation and a coroutine concept. ...

SGI Standard Template Library

It includes some low-level mechanisms for allocating and de-allocating system memory.The STL is a generic  library, meaning that its components are heavily parameterized: almost every component in the STL is a template. ...

MapReduce

There are actually two implementations of MapReduce, the MaPI framework for multicomputers and the MapMP librabry for multiprocessors. ...

KSI Scheme Interpreter

It can be used as a stand-alone interpreter or as an extension library. ...

wsdlpull

wsdlpull is a C web services client library. It includes a WSDL Parser,a XML Schema parser and validator and an XML Parser and serializer. wsdlpull uses the xml pull api to parse a WSDL1.1 document. This makes wsdlpull highly efficient which is why you can process and invoke a WSDL in ...

Zodius

Zodius is a fast 2d vector graphics library. It intends to support Flash and SVG type paths including all filling and stroking types. The OO interface is very easy to use and requires little knowledge about graphics. ...

Ming Sharp

Ming-Sharp is an open-source (LGPL) library which allows you to create SWF ("Flash") format movies. Ming supports almost all of Flash 4's features, including: shapes, gradients, bitmaps (pngs and jpegs), morphs ("shape tweens"), text, buttons, actions, sprites ("movie clips"), streaming mp3, and color transforms--the only thing that's missing is sound events. ...

Sode

Sode is a Ruby program that allows you to solve a single (or a system of) ordinary differential equation(s). The Taylor series terms are used to calculate the values of the dependent variables, and also (optionally) the radius of convergence and order of any singularities. These can be used to affect ...

libnetdude

libnetdude is a library for manipulating libpcap/tcpdump trace files. You may ask why this requires a new library. It provides abstractions on top of the libpcap paradigm that save developers a lot of time by focusing on the relevant parts of their applications. Moreover, libnetdude supports plugins (dynamically loaded libraries) that can ...