Development Tools C/C++ scripts - Top 4 Download

Development Tools C/C++ script downloads

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

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

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

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

Noexec

Noexec is a package for preventing process(es) from executing exec system call. It provides user with some kind of menu and prevent him from escape to the shell. ...

GPSTk Library

GPSTk project provides you an open source library for the satellite navigation management. The GPSTk library provides the base functionality for the GPSTk applications and for a number of other independent projects. There are several categories of functions in the GPSTk library: - GPS time. Conversion among time representations such as MJD, GPS ...

FlowDesigner

FlowDesigner is a free (GPL/LGPL) data flow oriented development environment. It can be used to build complex applications by combining small, reusable building blocks. In some ways, it is similar to both Simulink and LabView, but is hardly a clone of either. FlowDesigner features a RAD GUI with a visual debugger. ...

GAA Argument Analyser

GAA Argument Analyser allows you to analyze the arguments given to a program from the command line. You must create a configuration file in GAA language, and GAA will provide you .c and .h files to manage arguments. ...

Scintilla

Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product. As well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support ...

ggcov

ggcov is a GTK GUI for exploring test coverage data produced by C and C programs compiled with gcc -fprofile-arcs -ftest-coverage. In other words it is basically a GUI replacement for the gcov program that comes with gcc. Requirements: · libglade library with GNOME support · GNOME libgnomeui library · GNOME ...

Assembly Language Debugger

The Assembly Language Debugger is a tool for debugging executable programs at the assembly level. It currently runs only on Intel x86 platforms. ...

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