Development Tools scripts - Top 4 Download

Development Tools script downloads

GNU DDD

GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. Besides ``usual'' front-end features such as viewing source texts, DDD has become famous through its interactive graphical data display, where data structures are displayed ...

Program Version Switch

pvswitch is a very tiny program which makes it possible to use different program installations on one machine flawlessly. Its flexibility is intended for people who need to run programs against different interpreter versions. It can also be used for different purposes like switching the version of a compiler, text editor, ...

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

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

ACDK

ACDK is a development framework with a similar target of Microsoft's .NET or Sun's ONE platform, but instead of using Basic/C# or Java as programming language, it bases C as core implementation language. ACDK implements the standard library packages, including acdk::lang, acdk::lang::reflect, acdk::util, acdk::io, acdk::text (including regexpr), acdk::net, acdk::sql, acdk::xml and ...

IDLEfork

IDLEfork project was an official experimental development fork of Python's small, light, 'bundled' integrated development environment, IDLE.The objective was to develop a version of IDLE which had an execution environment which could be initialized prior to each run of user code.  ...
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. ...

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

Cscope

Cscope is a developer's tool for browsing source code.Features: - Allows searching code for: - all references to a symbol - global definitions - functions called by a function - functions calling a function - text string - regular expression pattern - a file ...

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

wxWidgets

wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. You could link with the appropriate library for your platform (Windows/Unix/Mac) and compiler (almost any popular C compiler), and your application will adopt the look and feel appropriate to ...

PyQwt

PyQwt is a set of Python bindings for the Qwt C class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values. ...
Python

Quasi

Quasi is Yet Another Python Shell, but with a twist. It supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs. ...
Python

Cflow2vcg

Cflow2vcg converts the result of the cflow utility in a VCG format. It offers the ability to view graphically the call-graph of sources, and import it in documentation. ...

FreeDCE

This application represents a free implementation of DCE RPC, with development aimed at implementing DCOM for Linux (and other UNIX systems). ...

GENDIST Toolkit

GENDIST creates a makefile-based build-system for your distribution. It helps you to automate the following three tasks: - maintain your root-filesystem - maintain your "cd-filesystem" (in case you create a bootable CD) - package everything on a media GENDIST creates a hierarchy of makefiles with a number of ...

getAbsPath

getAbsPath is a C header (getAbsPath.h) or an ANSI C tool (getAbsPath) which converts relative unix/win32 pathes to absolute ones. It uses current working directory (CWD) as basis. You could use it e.g. for finding out the current path of a shell script. ...

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

Aegis

Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Requirements: · ...

cksfv

Some files that you download will come with a .sfv file. This is used to verify that the files that you received are the same as the originals.cksfv is a program that can use the .sfv file to verify the downloaded files. Also, it can be used to create new .sfv ...