4884 projects tagged "English"
Generic Makefile for C Projects is a generic makefile that builds a binary from C source code files with any number of build modes. The CFlags and LFlags variables can be defined in a mode dependent way, i.e. CFlags_Debug. File dependencies are generated by the compiler (-MMD flag for preconfigured GNU compiler) and included by the makefile automatically. All output is written under a single target directory. It supports source files with the same name that are located in different directories. You can use wildcards to add any number of source files.
PerlShare is a DropBox drop-in to create your own private file sharing "cloud". It consists of two parts; a client and a server. The server part lets you configure a Linux machine to accept PerlShare clients. PerlShare behaves a lot like DropBox. On collisions, for example, it creates conflicted copies. The workhorse for synchronization is Unison, a very reliable piece of software from Pascal Bach.
A tool for dynamically changing the properties of a running XFree86 xterm.
A fast C++ matrix library with optional interfaces to LAPACK and ATLAS.