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

Development Tools C/C++ script downloads

rsync encryption

This application provides you a slightly reduced strength bulk encryption. In exchange for the reduced strength, you get the ability to rsync the encrypted files, so that local changes in the plaintext file will result in (relatively) local changes to the cyphertext file. Requirements: · gzip · rsync ...

S3U Memory Test

S3U is a simple utility for testing USB mass storage devices such as a flash memory reader. Tests include stuck-at data bit faults and sequential read and write speeds. Note the device that under test will need to be re-formatted once tested. Once the S3U executable is started, a graphical user ...

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

SCREEM

SCREEM is a web development environment. It's purpose is to increase productivity when constructing a site, by providing quick access to commonly used features. While it is written for use with the GNOME desktop environment in mind it does not specifically require you to be running it, just have the libraries ...

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

Sglib

Sglib is a library defining useful macros for manipulating common data structures. The library currently provides generic implementation for: - sorting arrays - manipulating linked lists - manipulating sorted linked lists - manipulating double linked lists - manipulating red-black trees - manipulating hashed containers A ...

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

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

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

SW Test Automation Framework

The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF removes the tedium of building an automation infrastructure, thus enabling you to focus on building your automation solution. The ...

swf2exe

swf2exe is an application that allows one to generate a stand alone executable to display swf (Flash) files.Various options are available (windowed, transparent...). It also allows to embed special fscommand to interact with the underlying OS. ...

SWFSource SDK

SWFSource SDK is a Cross-Platform Flash SDK for addition of Flash Import / Export to applications. ...

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

TagManager

TagManager is a library for creating, managing and querying tags in a variety of languages. ...

UniversalIndentGUI

UniversalIndentGUI  is a cross platform compatible GUI for several code formatters, beautifiers and indenters, e.g. GreatCode, AStyle (Artistic Style), GNU Indent, BCPP and others. Its main feature is a live preview to directly see how the selected formatting options affect the source code. Features: - Directly see how the code/text is ...

USBSink

USBSink is a GNOME program for automatic file synchronization over USB. It is designed for users of removable drives, such as flash drives or external hard disks. In USBSink you define a task associated to a particular USB drive, and then have a complete automation of data transfers. With file monitoring ...

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

Wine

Wine is a translation layer (a program loader) capable of running Windows applications on Linux and other POSIX compatible operating systems. Windows programs running in Wine act as native programs would, running without the performance or memory usage penalties of an emulator, with a similar look and feel to other applications ...

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

Wsmake

Wsmake is a make tool written in C/C for website development and maintenance. It features tag substitution, page ordering, and 'make'-like dependency checking. ...