219 projects tagged "GNU/Linux"
seaLISP is a Lisp interpreter with as many bells and whistles as possible but with absolutely no dependencies apart from the C++ standard library. The garbage collector, the computer algebra library, and all other components are written from scratch to be portable. It also has a PSP port with some primitives for graphics.
exceptions4c is a tiny, portable framework that brings the power of exceptions to your C applications. It provides a simple set of keywords (macros, actually) which map the semantics of exception handling you're probably already used to: try, catch, finally, throw. You can write try/catch/finally blocks just as if you were coding in Java. This way you will never have to deal again with boring error codes, or check return values every time you call a function.
Arronax is a plugin for Nautilus (the GNOME default file manager) to create and modify application starters (".desktop files"). It adds the menu item "Create starter for this file" to the context menu (the menu you get when you right-click a file in the file manager). If the file is an application starter, you get the item “Modify this starter” instead. If you have icons enabled on your desktop, Arronax adds the menu item “Create starter” to your desktop’s context menu.
gpgpwd is a terminal-based password manager. It stores a list of passwords in a GnuPG-encrypted file, and allows you to easily retrieve, change, and add to that file as needed. It also generates random passwords which you can use, easily allowing you to have one "master password" (for your gpg key), with one unique and random password for each website or service you use, ensuring that your other accounts stay safe even if one password gets leaked. gpgpwd can also utilize git to allow you to easily synchronize your passwords between different machines.
Revised is a visual editor (or wizard/assistant/GUI) for Ren’Py, the visual-novel game editor. Ren'Py has a lot of capabilities, and Revised's purpose is not to allow everything that Ren'Py can do, just some of the basics. You can think of it as a step-by-step wizard to create the skeleton of a Ren'Py game.
syslog2couchdb is a tool that converts syslog messages into JSON documents and stores them in a CouchDB database. It inserts JSON documents in bulk mode for best performance, and stores messages in memory before connecting to a database. A timer periodically triggers an insertion to avoid keeping data in memory for too long.
TCPWebLog is a system that collects and aggregates Apache and Varnish Web server logs from multiple Linux computers. It uses a simple "client" program that pipes logs to a central server over a TCP connection, and a "server" program that receive the logs and quickly aggregates or splits them.
LogPipe is a module that extends the default PHP error handling function. It allows you to send logs to syslog, or pipe them to an external program. It extends a standard log line to contain the IP address and host name of the server under which the current script is executing, and the client IP address. The IP address and host name can be used by an external program to split or aggregate logs based on the virtual host. This module has been designed mainly as a complement for the TCPWebLog project.
RackMap is a Web-based datacenter management tool. It was designed to help organisations catalog and manage datacenter assets such as racks, servers, routers, and switches. It allows you to catalog hardware location and cabling information, export data in various formats including PDF, generate bulk configuration scripts, and remotely control some devices.