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

Development Tools C/C++ script downloads

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

AdWords API

Google's AdWords API service lets developers design computer programs that interact directly with the AdWords platform. With these applications, advertisers and third-parties can more efficiently - and creatively - manage their large or complex AdWords accounts and campaigns. Flexible and FunctionalWhat can you do with the AdWords API? That all depends ...

Account Authentication for Installed Applications

This page is aimed at programmers who are developing client applications that access Google services and who want to implement a programmatic way to log into Google accounts. It assumes you've read up on the service(s) being accessed and are aware of any access/authentication issues involved. You will need to know ...

Google Gadgets

The Google Gadgets API is a simple way to create little applications that run on multiple sites, including Google Personalized Homepage, Google Desktop, Google Page Creator, and thousands of sites all over the web that use Google Gadgets For Your Page. Google Gadgets reach tens of millions of users every week; ...

google kongulo

Kongulo is a web spider for Google Desktop Search, written in Python. It is offered as an example of how to write a GDS plugin in the fabulous Python programming language.It crawls websites you specify, e.g. intranet websites, and dumps them into Google Desktop. You must install Google Desktop prior to ...

ColdStore

ColdStore is a gigabyte-scale persistent object store which provides: - Extent-based allocation (for maximal spatial locality of reference, minimal working set) - Interning of Elf symbols (so your class implementation may change without the necessity to rebuild the store.) - A rich set of Container and Basic classes optimised ...

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

Youpee

Youpee is an html preprocessor that allows you to embed any code of any script language as well as calling any external program to generate text files. It is specially designed to work with html/xml documents and provides traditional features: define, include, macro, conditional tests, loop... ...

Devhelp

Devhelp is an API documentation browser for GNOME 2. It works natively with gtk-doc (the API reference framework developed for GTK and used throughout GNOME for API documentation). If you use gtk-doc with your project, you can use Devhelp to browse the documentation. Requirements: · GTK+ 2.2.0 or later ...

Jade

Jade is an implementation of the DSSSL style language.Jade includes the following components: - An abstract interface to groves. This is designed to be implementable on top of a database, in addition to simple in-memory implementations. - An in-memory implementation of this interface built with SP. This is ...

libbinio

The binary I/O stream class library presents a platform-independent way to access binary data streams in C . The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on ...

rep gtk

rep-gtk is a binding of the GTK and GDK libraries for the librep Lisp environment. It's currently targeted at GTK 1.2. ...

AutoGen

AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized. A common example where this would be useful is in creating and maintaining the ...

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

Check

Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The ...

CxxTest

CxxTest is a JUnit/CppUnit/xUnit-like framework for C .It is extremely portable since it doesn't depend on RTTI, exception handling or any libraries (including standard ones). Its advantages over existing alternatives are that it: - Doesn't require RTTI - Doesn't require member template functions - Doesn't require exception handling ...

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

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