idpack plus 7.5
ChromaTabs Plus 2.2
ChromaTabs Plus makes tabs more readily identifiable by tinting each tab a different color depending on the website loaded more>>
ChromaTabs Plus 2.2 offers you an excellent and very useful product which can make tabs more readily identifiable by tinting each tab a different color depending on the website loaded.
ChromaTabs Plus is the Firefox 3.0-3.5 compatible continuation of the original ChromaTabs 2.0 extension. By default, colors are matched to the sites favicon. Alternatively, tabs may be assigned a site-specific random color. ChromaTabs Plus is a continuation of 2.0 by Justin Dolske.
Major Features:
- Firefox 3.5 support
- New "most frequent color" mode. By default, this is not enabled. Please try it out and let me know if you would like to see this made the default. As you'll see in the screen shots, this mode provides richer, less "muddy" colors compared to the old "average icon color" method.
- "Average icon color" is the new default setting, instead of the random "hash based" default in the previous versions.
- Transparent Close Tab buttons.
- Improved compatibility with the Tree Style Tab extension. The vertical divider is now colorized.
- Fixed a couple bugs where tabs would not be colored in certain situations.
Enhancements:
- Option to use the most frequent color in the favicon. If the results are inconclusive (rarely), then it falls back to the old method of taking the average color.
- Defaults to favicon-based tab colors.
- Transparent close-tab buttons
- Colorized border between page and tabs when using the Tree Style Tab extension
- FIXED: When starting firefox w/ a restored session, only the active tab gets colored. Other tabs become colored on mouseover.
- FIXED: New tabs are not colored immediately after using "Open link in new tab"
Requirements: Mozilla Firefox
msn-pecan 0.0.19
msn-pecan is an alternative MSN protocol plugin for libpurple more>>
Major Features:
- Support for personal messages (readonly)
- Server-side storage for display names
- Partial direct connection support
- Improved network IO
- Improved error handling
- Network issues tested with netem
- GObject usage
Enhancements
- Personal status messages now work properly (can be enabled and disabled).
- Voice clip support has been added.
- There is a fix for WLM 2009 user displays, P4-context support for groups.im, a new option to hide Plus! tags, and support for Plus! sounds.
Quanta Plus 3.5.7
Quanta is a web editor for KDE supporting HTML and more. more>>
We recognize that we dont have the resources to do everything we would like to so our target is to make it easy for you to help make this the best community based desktop application anywhere. Pretty much everything in Quanta is designed so you can extend it.
Even the way it handles XML DTDs is based on XML files you can edit. You can even import DTDs, write scripts to manage editor contents, visually create dialogs for your scripts and assign script actions to nearly any file operation in a project. You can even look at and communicate with a wide range of what happens inside Quanta using DCOP.
Quanta is based on KDE so this means it is network transparent from any dialog or project. It can use not only FTP but other KDE KIO slaves from file dialogs or in project settings. For instance if you want secure access try the fish KIO slave that uses SSH.
Just enter fish://[user]@domain in any dialog or select fish in your project settings. Here on this site you will find information on using Kommander to visually build dialogs you can extend Quanta with. These applications talk to each other using an IPC (Inter Process Communication) called DCOP (DEsktop Communication Protocol).
Of course I realize this can sound like alphabet soup techno-babble to some web developers, but heres what it means. When you are using Quanta and realize you would like to do something and you want to ask "Can I do this?" you can expect the answer will not only be yes, but it will probably be even cooler than you hoped for.
Not included on this site are other tools you can use with Quanta for revision control and reviewing and merging changes in files. Those applications are Cervisia and Kompare, and if they are not installed and you install them Quanta will use them.
We would like to think that there are rich rewards to be found here for those willing to explore new ways of doing things, or perhaps in some cases old ways that are just new to you.

BitWise IM for Linux 1.7.3
It is for Linux, direct connect, sending messages, etc. more>> BitWise IM is an instant messenger with many advanced features, encrypted using proven, industry-standard methods, available for Windows, Mac OS X and Linux, direct connect, sending messages, etc. without a server, its own network that does not rely on another system, committed to privacy with no ads or spyware. Explore BitWises features Select a feature on the left
"I am more than pleased with BitWise and have been trying to get others to con-
sider switching over from other IM programs." - Submitted on a user survey
What are BitWise Personal, Plus and Professional?
BitWise Personal is for personal/home use and is free. Personal may not be used for any business or organization.
BitWise Plus is also for personal/home use, but offers additional encryption and security features for a small, one-time fee.
BitWise Professional is business-class instant messaging, providing administration, user rights, technical support, and more.<<less
Komodo Edit (Linux/x86 libstdc++6) 5.0.1
Komodo Edit is a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology. Background syntax checking and syntax coloring catch errors immediately, while auto more>>
Komodo Edit is a free, open source, multi-platform, multi-language editor for dynamic languages and Ajax technology, including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML.
Background syntax checking and syntax coloring catch errors immediately, while autocomplete and calltips guide you as you write. Available on Windows, Mac OS X and Linux. XPI extensions allow you to create your own plug-ins. XPI extension support provides the same capability as Firefox, with all standard Mozilla APIs based on XUL, XBL, and XPCOM, plus our own for Python and JavaScript.
Other features include Vi emulation, Emacs keybindings, code folding and code snippets.
System Requirements: Ubuntu 6.06+, Red Hat Enterprise Linux 4+, Fedora Core 8+, SuSE 9.0+; x86 processor
System Requirements: Multi-Window; Tabstops/Abbreviations; UI improvements; JavaScript Ext, YUI, etc. framework updates; Built on Mozilla 1.9; Performance improvements
<<lessKubuntu 7.10 (Gutsy Gibbon) Tribe 5
Kubuntu is an Ubuntu-derived distribution with the K Desktop Environment (KDE). more>>
Kubuntu is the result of several months effort to get KDE 3.4 into Ubuntus main repository and create the first major derived Ubuntu distribution. Kubuntu is not a fork of Ubuntu but an official project of it, sharing the same package archive and infrastructure. It is possible to convert an Ubuntu system to Kubuntu or vice versa.
relman 0.1.3
relman application takes your source code, runs the build, and distributes the packages. more>>
Once set up, you just have to call relman with the name given to the project plus the version to release. It calls pkgmake to build .tar.gz, .deb, and .rpm files, and then distributes them using FTP and/or SCP all in one run.
String::Scanf 0.98.8
String::Scanf can emulate sscanf() of the C library. more>>
SYNOPSIS
use String::Scanf; # imports sscanf()
($a, $b, $c, $d) = sscanf("%d+%d %f-%s", $input);
($e, $f, $g, $h) = sscanf("%x %o %s:%3c"); # input defaults to $_
$r = String::Scanf::format_to_re($f);
or
# works only for Perl 5.005
use String::Scanf qw(); # import nothing
my $s1 = String::Scanf->new("%d+%d %f-%s");
my $s2 = String::Scanf->new("%x %o %s:%3c");
($a, $b, $c, $d) = $s1->sscanf($input);
($e, $f, $g, $h) = $s2->sscanf(); # input defaults to $_
String::Scanf supports scanning strings for data using formats similar to the libc/stdio sscanf().
The supported sscanf() formats are as follows:
%d
Decimal integer, with optional plus or minus sign.
%u
Decimal unsigned integer, with optional plus sign.
%x
Hexadecimal unsigned integer, with optional "0x" or "0x" in front.
%o
Octal unsigned integer.
%e %f %g
(The [efg] work identically.)
Decimal floating point number, with optional plus or minus sign, in any of these formats:
1
1.
1.23
.23
1e45
1.e45
1.23e45
.23e45
The exponent has an optional plus or minus sign, and the e may also be E.
The various borderline cases like Inf and Nan are not recognized.
%s
A non-whitespace string.
%c
A string of characters. An array reference is returned containing the numerical values of the characters.
%%
A literal %.
The sscanf() formats [pnSC] are not supported.
The %s and %c have an optional maximum width, e.g. %4s, in which case at most so many characters are consumed (but fewer characters are also accecpted).
The numeric formats may also have such a width but it is ignored.
The numeric formats may have [hl before the main option, e.g. %hd, but since such widths have no meaning in Perl, they are ignored.
Non-format parts of the parameter string are matched literally (e.g. : matches as :), expect that any whitespace is matched as any whitespace (e.g. matches as s+).
plus4emu 1.2.1
plus4emu is a portable emulator of the Commodore Plus/4 computer. more>>
The project implements accurate, high quality hardware emulation, but the system requirements are higher than that of most other emulators.
Enhancements:
- TED emulation improvements were made.
- The frame rate in full speed mode is now limited to a maximum of 50 Hz to improve performance.
- Some minor bugs were fixed.
GData Java Client 1.13.0
GData Java Client provides a library and source code that make it easy to access data through Google Data APIs. more>>
The Google data APIs ("GData" for short) provide a simple standard protocol for reading and writing data on the web. GData combines common XML-based syndication formats (Atom and RSS) with a feed-publishing system based on the Atom publishing protocol, plus some extensions for handling queries.
Google also provides a set of client libraries for interacting with GData-enabled services, in a variety of programming languages. Using these libraries, you can construct GData requests, send them to a service, and receive responses.
Session Manager 0.5.4.1 for Firefox
Session Manager allows you to save and restore the state of all windows. more>>
Session Manager saves and restores the state of all windows - either when you want it or automatically at startup and after crashes. Additionally it offers you to reopen (accidentally) closed windows and tabs. If youre afraid of losing data while browsing - this extension allows you to relax...
This extension replaces SessionSaver and Tab Mix Plus session manager. It stores more data than both of them and should be more reliable in saving and restoring. Although it is not recommended to have more than one session related extension installed, Session Manager is compatible at least with Tab Mix Plus.
GTKO 2.14
GTKO is a GTK+ 2 Oracle development tool. more>>
For SQL statement analysis and tuning there is a tree-style SQL statement "explain plan" facility and the ability to load SQL statements from the runtime cursor cache (V$SQL table), Oracle Statspack repository, the Oracle Automatic Workload Repository in Oracle version 10g, plus full AWR reports.
Netembryo 0.0.3
Netembryo is a network abstraction library. more>>
It provides an uniform access to the following protocols:
- UDP
- TCP
- SCTP
Netembryo 0.0.3 is available, otherwise you may fetch the live sources from our public git tree or use a snapshot
The project is currently released under the GNU General Public License version 2 the next releases will be under GNU Lesser General Public License version 2.1
Drake CMS 0.4.5 Beta
Drake CMS is a lightweight, fast, and feature-rich content management system. more>>
Enhancements:
- This is a stabilization release which contains many bugfixes and improvements.
