Utility Programs and Applications

A2FPLOT (Read ASCII data and write in fplot style)

A2FPLOT (Read ASCII data and write in fplot style)

To configure the program, edit the file "jsconfig.h". Since this is a general configuration file, not all settings may apply to this package. If in…

FLIB2C (Fortran Library to C)

FLIB2C is a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C. The differences between the…

A Safer and Better C/C++ String Library

This is a better String Library which is superior to the existing C String library i.e. char string type, or C++'s std::string. It is safer…

Adobe Source Libraries (ASL) and Open Source

Adobe Source Libraries (ASL) provides peer-reviewed and portable C++ source libraries. The libraries are intended to be widely useful, leveraging and extending both the C++…

Data Structure Library

Ubiqx is a collection of ANSI C compatible modules for implementing linked lists, binary trees, caching and spare arrays. The goal of the ubiqx project…

Disk Encryption Utility written in C Programming Language

Truecrypt is an Open Source utility written in C that allows you to encrypt files or disk volumes on Windows or Linux and is very…

Standard Function Library – ANSI C

The SFL (Standard Function Library) is an open source portable function library for C/C++ programs. Written by iMatix, the SFL provides about 450 functions for…

Generating fast sorting routines

In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the header file "gensort.h", contained in the this…

Bank Management Program

This is an automated software system written in C programming language for Bank Management which can handle accounts for customers. It uses files to handle…