25 projects tagged "English"
Geeklog is the weblog software that concentrates on performance, privacy, and security. It features Web-based administration, surveys (polls), user-customizable boxes, a friendly administration GUI with a topic manager, an option to edit or delete stories, an option to delete comments, a search engine, backend/headlines generation (RSS/Atom format), calendaring, and much more.
Kittens is an application container that can embed X applications and steal them from your window manager in order to provide advanced window management options to any window manager. It can tab windows together, split to show them vertically side by side, and allow applications and splits to be resized with the mouse or keyboard. It works in environments such as GNOME, KDE, and XFCE. Kittens is also ideal for managing applications without having to use a mouse.
Cgictrl is a CGI framework for Ruby. It allows you to use the structure of a mainframe program (like on IBM's CICS) with CGI. Programs are selected by transaction codes, and the CGI program indicates the next transaction code to continue the conversation process. Basically, one CGI program sends only one kind of view, and processes input data from only this view. Each program can store internal data in a SPA (Scratch Pad Area) on the server, which is allocated uniquely per session.
TimeIT is a time tracker that works quietly almost without any interaction and still measures the time you are spending on several projects. The concept of this program is that tasks and projects are assigned to workspaces and while you are in those workspaces your projects are timed. It also has detection of idleness, editing of time records, and summary views grouped by day, week, month, and year.
XmlPlus xsd2cpp is a tool that compiles an XML schema into C++ data bindings. When invoked on an input XSD file, it generates the C++ sources (implementation/headers) for the supplied XML schema, a main.cpp template to demonstrate how generated sources can be consumed, and the automake/autoconf files for building the generated source.
Eero is a binary-compatible variant of Objective-C 2.0, implemented with a patched version of the Clang/LLVM compiler. It features a streamlined syntax with improved readability and reduced code clutter, as well as new features such as Python-like indentation and a limited form of operator overloading. It is inspired by languages such as Smalltalk and Ruby.