2329 projects tagged "Linux"
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).
Algorithm Study provides tools and resources to augment the traditional study of algorithms. It includes implementations of common and less-common algorithms in a variety of languages and visualization tools to help in gaining a deeper understanding of the algorithms. The algorithm implementations are each accompanied by a discussion of the asymptotic ("big O") run time and memory limits of the algorithm. Some implementations include discussion of how the algorithm or data structure is commonly used and comparisons with similar algorithms or data structures. All implementations have test cases that exercise their functionality. The visualization tool, Algorithm Visualizer, displays what happens as various algorithms do their work.
PHPTAL is a fast, safe, XML-based template engine for XHTML and HTML5. It implements Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in Web browsers or opened in WYSIWYG editors. Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators. PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort. It features fine-grained caching of output, pre- and post- filters, internationalization via gettext or custom backend, creation of custom template attributes and expressions, and templates loaded from non-standard sources (e.g. databases). It supports UTF-8 well, is easy to integrate and redistribute with PHP frameworks and applications, and has an object-oriented design and a comprehensive unit test suite.
FusionForge is a collaborative development environment that gathers in one single place several tools useful for development teams: communication tools (forums, mailing-lists, news, etc.); development tools (bug/patch trackers, project management, source control systems, etc.); and community tools (file releases, software categorization, Web site hosting, etc.). It is the continuation of the free software version of GForge, based on the codebase that was maintained in parallel to the proprietary GForge AS version.
Visual Paradigm for UML (VP-UML) is a powerful, cross-platform, and easy-to-use visual UML modeling and CASE tool. It provides software developers with a cutting edge development platform to build quality applications faster, better, and cheaper. It facilitates excellent interoperability with other CASE tools and most of the leading IDEs.
The PushButton Engine is a Flash game engine and framework that's designed for a new generation of games. It makes it easy to bring together great existing libraries and components for building Flash games and makes it possible to spend less time on code and more time on building fun games.
drcom-client is an ISP client for Dr.COM networks, a specialized broadband access and authentication system produced by Doctorcom Corp, which has been used in many universities in China. Compared to the official Windows client, it avoids problems with the prevention of NAT and proxy servers.
0release is a program to generate source and binary releases automatically. With minimal configuration, 0release will generate a source tarball release candidate, build it to create a binary archive, upload them to your Web server, check the uploads, and tag the release in GIT and update the version number. It can run unit-tests and custom actions, such as building documentation, etc. For Zero Install users, it can also upload a signed XML metadata file about the release, allowing these users to upgrade automatically. Releases are signed with your GPG key.
DJ Swing Suite provides some components and utilities that are often needed or greatly help the creation of rich Swing user interfaces. The components include, among other things, combo buttons, tri-state check boxes, links, extended label (selectable/multi-line) and text/number fields with support for validation, notification tips, formatters, and masks. The utilities bring features like auto-scroll with middle mouse click, automatic fitting of table columns, and conversion of wildcard expressions.