5660 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.
netjukebox is a Web-based media jukebox for MPD, VideoLAN, and Winamp/httpQ. It features realtime MP3 streaming from different audio formats. Users can download single tracks or a whole album in one zip file. It is also possible to batch-transcode the whole music collection to another format or bitrate without touching the original 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.