Development Tools scripts - Top 4 Download

Development Tools script downloads

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

Simple Application of htmllib for Parsing HTML

This script shows: how to derive a class from NullWriter that accumulates text from the body of an HTML page, how to derive a class from HTMLParser that retains metatag information, how to instantiate these classes and display a typical result of using them. ...
Python

Simple DirectMedia Layer

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games.SDL supports Linux, Windows, Windows CE, BeOS, MacOS, Mac OS X, FreeBSD, NetBSD, ...

Simple Modular Access Control List

SMACL is a php library, and a framework, for developing web application that requires a complex permissions system.Generic ACL libraries have their own data representation of the objects used for permission assign and check. Usually you already have a set of entities in your application database, to which you wish to ...

Simple Spreadsheet

Simple Spreadsheet is a web-based spreadsheet program written in Javascript, HTML, CSS and PHP. It features formulas, charts, numeric formats, keyboard navigation, etc. Javascript is used for the default data format and for the macros and formulas. Functionality: - Formulas - Functions (including all Javascript functions) - Custom ...

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

SimpleT

SimpleT is about "reclaiming" PHP as a template language for rendering HTML. SimpleT takes the view that PHP already is an excellent template language and when used purely for that purpose, is very easy for web page designers to work with (in particular because there are a number of tools popular ...

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

SiteVision

SiteVision is a free, open source HTML editor and web development suite. It has a full-featured, highly customizable development environment that can be used to create, edit, validate, preview and publish web pages and scripts. SiteVision is also a multi-purpose tool that has support for many scripting and programming languages. SiteVision ...
Delphi

sKWash

sKWash enables a transparent integration of C/C and other languages (such as Java, C#, ...) in Eclipse. sKWash is implemented as an Eclipse plugin and makes use of swig technology. sKWash is an open source project. A minimum installation consists of eclipse, swig and skwash. sKWash is nothing more than a ...

Slacker

Slacker is a host management and dynamic website creation tool that utilizes PHPReactor, PHP, MySQL and Apache.With slacker you can add users, create virtual hosts, and their dynamic websites including the backends, sms messenger, instant messenger, user logins, user list, mass emailer, calendar, webalizer stats, backup, phpReactor message boards/cards/polls/search/user profiles, skins, ...

slimrad

slimrad is a RAD (Rappid Application Development) environment based on PHP. With this tool you can build database backend-ed web applications in hours.The code is easy to customize to suit your need. It can be rapidly integrated into your own projects. ...

SmartClient Framework

SmartClient brings the productivity and performance of desktop applications to standard web browsers. Key Features:Client-side Ajax In SmartClient, all presentation duties, and all HTML generation, takes place in the browser. No HTML generation or presentation duties are handled by the server. Once a SmartClient application has loaded, only data is transmitted ...
JavaScript

SmashLib

SmashLib is a library of different kinds of software all written in PHP. This repository includes a DB abstraction layer, a template engine, and an access control system. This set of PHP applications is designed to make your web site more flexible and integrated. ...

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

Spike PHPCoverage

Spike PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. Spike PHPCoverage can instrument and record the line coverage information for any PHP script at runtime. Spike PHPCoverage also provides an extensible reporting mechanism with a standard HTML report implemented ...

Sprocket

Sprocket is an ATTEMPT at efficient databasing on NON-PERSISTENT applications (as opposed to MySQL) as used in the WEB (PHP). Sprockets is manifested in a dual purpose forum-CMS, with heirarchical qualities like inheritence and infinite nesting of data. ...

Stopwatch in Tkinter

This script is a small implementation of a stopwatch widget in Tkinter. The widget displays a label with minutes:seconds:1/100-seconds. The label is updated every 50 ms, but that can easily be changed. Methods are availble for starting, stopping and resetting the stopwatch. ...
Python

Story Time

Story Time is a Java based Book Reader similar to that of a children's CD-ROM Book. It has a designer for flexible multimedia design that can synchronize words with the audio voice and soon capture voice. It allows the user to create a software recording of any book. ...

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