39 projects tagged "Linux"
Government Sanctioned is a custom-developed text-based RPG (i.e., MUD). New players enter the world of Government Sanctioned as covert agents working for a super-secretive government organization colloquially known as "the agency". Players have a choice of six different roles spanning 19 unique professions. Whether you like stealthy, clandestine operations, the use of subterfuge and guile to infiltrate enemy organizations, or full-blown military actions, the agency has a spot for you. Players are empowered to deeply customize their character through numerous differentiation mechanisms. Character backgrounds lay the foundation for character abilities and are further defined through their cover occupation and agency department affiliation. To put a fine point on character customization, the skill and feat system provides an extensive array of options to tweak the character to suit your style of game play. The skill system boasts over 35 different skill families with around 50 different skills and checks. Skill points are gained upon professional level advancement and can be spent any way the player chooses. With 19 feat trees and over a hundred diverse feats (with new feats being added regularly), your capability for customization is endless.
libktomgirl is a library that reads a subset of the Tomboy file format. When it's done, it should support reading and writing all aspects of files created by Tomboy, Gnote, and KTomGirl. Despite the K in its name, there are no KDE or Qt dependencies (nor C#, GKT, or GLIB). This is pure C++ with boost and stdlib only. Most of the code is from Gnote.
4K Video Downloader is a video and audio downloader for YouTube, Vimeo, Facebook, Dailymotion, Metacafe, and other video-sharing services. It features video quality up to 4k resolution, FLV, MP4, and MKV support, extraction of audio to the MP3 format, and a "Smart Mode" for fast downloads.
The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.
LIME is a dynamic programming language with a LISP-like syntax. It features partial function application, eager and lazy evaluation, call-by-value and call-by-reference, macros, reading/writing LIME code as data, a standard library including infinite streams, and an interactive mode with auto-indentation.
Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game developed by Arkane Studios. Arx Fatalis features crafting, melee and ranged combat, and a unique casting system where the player draws runes in real time to effect the desired spell. The Arx Libertatis source code is based on the publicly released Arx Fatalis sources. This does however not include the game data, so you need to obtain a copy of the original Arx Fatalis or its demo.
Galera wsrep provider is a dlopenable generic replication library which implements the wsrep provider API. It provides very efficient synchronous replication, and multi-master and "parallel applying" capabilities for opaque data buffers. Its primary focus is data consistency. A transaction is either applied on every node, or not at all. It works anywhere TCP works, including on WAN, and can utilize UDP multicast where available. It is used by the MySQL-wsrep patch project to create true multi-master MySQL/InnoDB clusters.