Development Tools scripts - Top 4 Download

Development Tools script downloads

JSINER

JSINER is a JavaScript library intended to simplify writing OOP in JavaScript which represents alternative JavaScript inheritance approach.It provides support of JavaScript classes hierarhies, automatic resolving and optimizing external scripts files dependencies. Lazy inheritance is a design pattern used in JavaScript computer programming. It designates a "postponed linking" of an object with ...
JavaScript

Akorn RDS

The Akorn RDS is an OS, browser, and database independent application infrastructure written in PHP that enables the rapid construction of robust secure applications. It includes customizable CSS based interface, PDF reporting, and much more. ...

xajax

xajax is an open source PHP and Javascript library that allows you to easily create powerful Ajax enabled web applications using PHP, HTML, CSS and Javascript. Update web page content asynchronously with simple Javascript calls to access your PHP code. ...

Taste

Taste is a flexible, fast collaborative filtering engine for Java. The engine takes users' preferences for items ("tastes") and returns estimated preferences for other items. For example, a site that sells books or CDs could easily use Taste to figure out, from past purchase data, which CDs a customer might be ...

CodeSynthesis XSD

CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C data binding compiler.Provided with an XML instance specification (XML Schema), it generates C classes that represent the given vocabulary as well as parsing and serialization code. XSD supports two XML Schema to C mappings: in-memory C /Tree and stream-oriented C ...

Eleven

Eleven is a programming language for creating reliable, scalable web applications. Applications are expressed in a high-level language with a simple, C-like syntax, from which the Eleven compiler generates complete, ready-to-run implementions in PHP or mod_perl. Eleven is designed for applications in which rapid development, high performance, and stability are critical ...

xml parser and generator

Sometimes one needs a quick and dirty solution for parsing and generating xml. This script uses only the python parser itself for the parsing of xml. xml code is translated to valid python code and then evaluated. The generated objects can then be manipluated within python itself and treated as regular python ...
Python

Argiope

Argiope is a set of php modules and classes that you can use for free to build dynamic websites. Argiope uses an architecture called Arcadia to process web requests. Because the Arcadia architecture is completely modular, you can change particular elements on your website without having to change everything. The code is compatible ...

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

Vala

Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different API compared to applications and libraries written in C.Vala supports modern language features as the following: - Interfaces - Properties ...

Webgolin

Webgolin is an advanced PHP development framework. Very easy to learn, yet powerful, it allows you to create a new application very quickly. Webgolin uses a mysql database, so the first thing it will try to do, is to install the webgolin database. If you do not want to use the ...

Blogger Data API

The Blogger data API allows client applications to view and update Blogger content in the form of Google data API ("GData") feeds. Your client application can use GData to create new blog posts, edit or delete existing posts, and query for posts that match particular criteria.Here are some of the things ...

CrystalPHP

CrystalPHP is a simple PHP framework, allowing PHP developers of all skill levels to create fully-functional apps very quickly and easily. It is very easy to install on a server, and allows the development of extra libraries to enhance its functionality. ...

GPP application

GPP is a general-purpose preprocessor with customizable syntax, suitable for a wide range of preprocessing tasks. Its independence from any one programming language makes it much more versatile than the C preprocessor (cpp), while its syntax is lighter and more flexible than that of GNU m4. There are built-in macros for ...

Clash

Clash is a tool for making bootable Compact Flash/Mini ISO systems. It includes scripts for preparing the image, some essential networking root filesystems, tools to help you build your own root filesystem, and documentation describing the steps involved. ...

Complete html editor

Complete html editor! javascript allows you to edit html tags. ...
JavaScript

mod cplusplus

This code easily implements object oriented apache-2.0 handlers with C including all the standard phases of the request cycle, input filters, output filters, and protocol handlers. This is a big improvement for a number of reasons: - C modules now only need pure C , with no kludges to allow apache ...

Easy integrity check system

Easy integrity check system is easy to install and use file integrity system. Primarily ment for system administrators to aid in intrusion detection. Requirements: · libmhash 0.8.16 or later · OpenSSL 0.9.6h or later · zlib 1.1.3 or later ...

IntelliJ IDEA

Basic code completion (Ctrl Space) finalizes a class, method, variable name, and Java keywords, plus commonly used names for fields and variables depending on their type. It can be automatically invoked, popping up the available methods and fields list.The SmartType code completion (Ctrl Shift Space) filters the method and variable list ...
Unknown

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