Generating fast sorting routines
In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the...
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the...
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
LibGD is an open source Graphics library for the creation of images dynamically by programmers. GD is written in C, and “wrappers” are available for Perl, PHP and other languages. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development. It allows to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file.
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
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 compression, encryption, encoding, datatype conversion and formatting, dates, times, calendars, internet programming (MIME, CGI) and many more.
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
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 secure. It creates a virtual encrypted dist within a file and mounts it as a real disk.
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
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++ Standard Library and the Boost Libraries.
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
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 with regard to buffer overflows, simpler than C string manipulation, works ok for ‘\0’ terminated strings and generally faster for common string operations.
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
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 FORTRAN and C calling sequences are hidden in a header file that has to be created for every FORTRAN library. FLIB2C simplifies the task of creating a header file.
Read MorePosted by M. Saqib | Sep 9, 2008 | Utility Programs and Applications |
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 doubt, use grep or anything else to find out if a specific configuration symbol is used somewhere.
Read More