39 projects tagged "Mac OS X"
The Parsing Expression Grammar Template Library (PEGTL) is a C++0x library for creating parsers according to a Parsing Expression Grammar (PEG). Grammars are embedded as regular C++ code, created with template programming (not template meta programming). These hierarchies naturally correspond to the inductive definition of PEGs. The library extends on the subject of PEGs with new expression types, actions that can be attached to grammar rules, and mechanisms to ensure helpful diagnostics in case of parsing errors. PEGs are superficially similar to Context-Free Grammars (CFGs).
hMUD is a classic Telnet MUD client that runs in major Web browsers (IE, Firefox, and Chrome). Internally it's a Flash client, but you do not interact directly with Flash; it just does a bridge between the HTML and the MUD server. For the user, it's just an HTML page using Javascript (like most Web sites). So it is largely accessible by modern computers. It works on any Telnet MUD, and it parses ANSI colors, transforming the output to HTML. It has basic features like command history, logging output in HTML (so that you can save a log with the same output currently in your screen), and other conveniences.
ChiMeRA is a configuration management tool designed around three basic concepts. The first is a framework for managing servers, allowing for command execution and file transfer over SSH. The second is a repository for managing files that enables change tracking, archiving, and management of various user definable configuration files across multiple servers through a standard revision control tool. The third concept is an aesthetic principle of simplicity, giving administrators straightforward interfaces to manage complicated environments.
P2P-Fusion is a software system that supports audiovisual creative activities and makes it easy for anyone to create, reuse, and share audio and video productions over the Internet legally, without costly servers and complicated system management. Fusion binds together a peer-to-peer network, a distributed semantic database, social enrichment features, support for embedded licenses, and a social media application toolkit into an integrated easy-to-use solution.
ciss is a simple command line tool for helping to manage issues in human-workable ISSUES.txt files. You can use your favorite text editor for quickly updating your project issues, associate issues with file patterns in your project, and assign tags for status/milestone/custom usage.
KeyAccess is a light-weight object-relational mapping (ORM) tool for Java, using existing databases as the starting point to generate a domain model. Its main goal is to reduce and sometimes eliminate manual updating between your domain object model and the underlying databases, while still being able to use arbitrarily complex SQL queries. In addition, KeyAccess doesn’t mandate a special architecture or framework – it will work in any application using JDBC.
Software which extends the functions of Asterisk with end-user Web clients.
A .NET implementation of BCrypt, PHPass, and traditional crypt password algorithms.