52 projects tagged "English"
Backshift is a deduplicating (variable-sized, content-based blocks), compressing (xz or bz2) backup program. Full saves and incrementals are pretty indistinct other than the amount of data transmitted, somewhat like with "rsync --link-dest" but without the huge number of hardlinks. It also de-duplicates large file content at a granularity of about 2 megabytes on average; there tends to be a unique copy of each file with size less than around 2 megabytes on average.
Beat Back the Horde is a rhythm-time strategy game for Android 2.2 and up, focusing on fast-paced placing of units while tapping to the beat! Build up combos to spawn Über Units! It is playable in single-player mode, or in multi-player mode over Bluetooth, and can be learned in a minute and played for hours. It includes many achievements to unlock, five songs to master, adjustable difficulty single-player AI, and particle effects.
Bitcoin is a peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending.
C++ command line parameters parser (CLPP) is a command line parameter parser with callback functions and, if necessary, type/semantic checking of values of input parameters. It uses only Boost C++ libraries and ISO C++. It is header-only (no need to build it) and very simple to use.
Config4*, pronounced "config for star", is a family of configuration-file parsers. It currently provides C++ and Java implementations. It offers an incredibly flexible and user-friendly syntax and an API with powerful features not available in other configuration technologies such as XML, JSON, Java properties, or the Windows Registry. The comprehensive and easy-to-read documentation includes a getting started guide, expert tips, API reference manuals, and a maintenance guide.
Configurator is a configuration file parser. It allows you to use arbitrary nesting of sections. The user can define an option's default value, necessity, and semantic check. It supports single-line and multi-line comments (in C++ style). It provides common checks of options and sections, like duplication, incorrection, etc. It uses only Boost C++ libraries and ISO C++. It is header-only (does not require building) and very easy to use.