Nagzilla: Jabber Relay Bot
Nagzilla [1] was designed to be a Jabber relay “bot” in that it sits quietly in a room until it gets a message to relay to either a chatroom or a person.
Nagzilla is written in Perl and released under GPLv2.
Nagzilla [1] was designed to be a Jabber relay “bot” in that it sits quietly in a room until it gets a message to relay to either a chatroom or a person.
Nagzilla is written in Perl and released under GPLv2.
Symphony [1] is an open source content management system designed to let developers program exclusively in the XSLT templating language.
The philosophy behind Symphony is that nothing should be sacrificed for flexibility – developers should have full control over their website’s markup, URLs and data structures.
Symphony is written in PHP5 (don’t mix it up with Symfony PHP Framework) is released under MIT/X11 License. You are also able to clone the project from GitHub.
git-send-bugzilla [1] attaches each commit between
and to the bug on GNOME’s bugzilla. If .. is not specified, the head of the current working tree is implied. If -n (or bugzilla.numbered in the repository configuration) is specified, instead of “[PATCH] Subject”, the first line is formatted as “[n/m] Subject”.
git-send-bugzilla is not limited on GNOME’s bugzilla, but was made for it. It is written in Perl.
PHP-Ext [1] is an open source widget library written for PHP 5 to empower the UI Layer.
It is based on Ext JS [2] javascript widgets which provide a standard and powerful API to build Rich Internet Applications. It basically works as a convenient wrapper for the Ext JS Javascript Objects.Among other features, PHP-Ext provides useful and common controls to create forms, rich comboboxes, powerful grids and menus. It also promotes the use of JSON and XML client/server communication to populate forms and grids using Ajax. Additionally it has a Javascript helper to ease the javascript code generation and use.
This project still in beta so keep comming for the final release. Take a look at the samples.
PHP-Ext is released under GNU Lesser General Public License.
[1] http://php-ext.quimera-solutions.com/ and http://code.google.com/p/php-ext/
[2] http://extjs.com/
Video4Linux4Java [1] (v4l4j) is a GPL’d java package providing simple access to the capture interface of the Video4Linux (V4L) API from Java. Using v4l4j, an application can:
- retrieve information about a video device, such as the number and type of video inputs, supported image formats, resolutions & video standards and available tuners,
- capture frames from any V4L-supported devices, which includes USB/Firewire webcams, video capture cards and tuner cards.
- access video controls, such as brightness, contrast, gain, Tilt, Focus, …
- access and control tuners (get / set frequency, access to received signal strength, …)
Mooeditable [1] is a simple web-based WYSIWYG editor, written in MooTools [2].
[1] http://cheeaun.github.com/mooeditable/
[2] http://www.renemoser.net/2009/07/mootools-javascript-framework/
MooTools [1] is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
MooTools is released under the Open Source MIT license.
Neatx [1] is an Open Source NX server, similar to the commercial NX server from NoMachine [2].
Neatx is developed by Google mostly in Python and licensed under GPLv2.
[1] http://code.google.com/p/neatx/
[2] http://www.nomachine.com/
flex-fw [1] is a small and fast front-end for Linux iptables utility with an easy command syntax like ipfw from FreeBSD or pf from OpenBSD system.
Licensed under GNU General Public License v3.
Hudson [1] monitors executions of repeated jobs, such as building a software project or jobs run by cron. Among those things, current Hudson focuses on the following two jobs:
- Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Hudson provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity.
- Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Hudson keeps those outputs and makes it easy for you to notice when something is wrong.
Hudson can be extended by plugins and can be integrated into IDEs like Eclipse. There are also a lot of tools like for example Firefox Add on. It is written in Java (1.6) released under the MIT license.
Update
Hudson now provides Debian packages.