95 projects tagged "Development"
Templum is an extremely lightweight, simple yet powerful, and fast templating engine for PHP. It re-uses the power of PHP itself for rendering templates, but provides additional features making it easier and more secure to write templating code. Rendering templates using Templum is very fast; it approximates native PHP rendering speed for include() statements.
Open Object Rexx is an object-oriented scripting language. It is designed for "non-programmer" type users, so it is easy to learn and easy to use, and provides an excellent vehicle to enter the world of object-oriented programming without much effort. It extends the procedural way of programming with object-oriented features that allow you to gradually change your programming style as you learn more about objects.
RunVCS is a restricted shell that allows the user to run version control software and only access specified repositories. It also provides other useful features such as changing the username that is passed to programs. Only SVN is supported currently, but more version control systems will be supported over time.
The goal of dzo is to treat application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, dzo creates the SQL statements needed to update the database schema (or you can let dzo execute the SQL statements directly). If your application lives in a Tomcat or Java EE application server, dzo has a servlet that controls the deployment process, inspects and executes the necessary database changes, and finally deploys the application. Dzo currently works with HSQLDB, MySQL, Oracle, PostgreSQL, and SQL Server (more to come).
log4bash facilitates creating easy to read and easy to parse log files from your bash scripts. Developers have the ability to override pretty much all of the default behavior. If the developer chooses to let a user do so, they can pass flags to a script at run time to control some aspects of the logging output. This includes displaying the logging output to the screen in addition to the log file, and altering the logging level. There is a script included (test.log4bash.sh) that provides working code on how to use all of log4bash's features.
libpersist is a small library of C++ base classes and templates providing the capability to store and load objects in their entirety across executions. It also provides for object relocation between threads in a NUMA (non-uniform memory access) parallel processing environment. Objects are stored to disk as POD. They are reconstructed when reloaded into memory. Relocation is a special case of persistence, requiring reconstruction after the POD has been moved in memory. After all objects have been relocated, all references to the objects are swizzled (their IDs are resolved to their addresses), so that they can be dereferenced efficiently.
nc-cms is a simple, fast, easy-to-use content management system (CMS). As you may know, these systems are traditionally very large, complex, and can take many weeks to integrate into a Web site. nc-cms can be integrated within an hour. It's great for managing a site with a set amount of pages.
Jmx4Perl provides an alternate way of accessing Java JEE Server management interfaces that are based on JMX (Java Management Extensions). It is an agent-based approach where a small Web application deployed on the application server provides HTTP/JSON-based access to JMX MBeans registered within the application server. It is set up from a handful of Perl modules, which can be integrated seamlessly in your own programs. It also includes a Nagios plugin, check_jmx4perl, a jmx4perl command line tool for remote JMX queries and operations, and a readline-based JMX shell j4psh, with context sensitive command completion and syntax highlighting.
libposix is an impementation of the core functionality of all Unix systems. It is a full, cross-platform implementation of the POSIX 2008 standard. It is meant to replace existing implementations of a Unix system's core libraries. It is an exact implementation of POSIX 2008 and nothing else (no extensions, no previous POSIX versions). However, it works well with possible extensions to the core system functionallity (for example, GNU or BSD).
jFramework is a PHP framework that supports internationalization best practices, fast NIST 2 RBAC, optimized multi-database drivers, URL management, MVC best practices, certified security, incredible performance, full support for Web 2.0 including Comet, simple yet powerful templates, many plugins, an administration Web interface, options, a profiler and benchmarker, and much more.