kevin
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 100
Konq Rellinks 0.4.1
Konq Rellinks is an add-on for Konqueror. more>>
Konq Rellinks is an add-on for Konqueror, the official KDE browser.
It allows you to access the relations defined in the header of the document. These relations can be links to other versions of the document, RSS backend, search page, copyright informations,.... For more informations about this, see The link-Element in (X)HTML .
The look of the Rellinks add-on is similar to the "Site Navigation Toolbar" of the Mozilla browser (not Mozilla Firebird).
Enhancements:
- Support for "target" attribute,
- Distinction between "rel" and "rev" relations
<<lessIt allows you to access the relations defined in the header of the document. These relations can be links to other versions of the document, RSS backend, search page, copyright informations,.... For more informations about this, see The link-Element in (X)HTML .
The look of the Rellinks add-on is similar to the "Site Navigation Toolbar" of the Mozilla browser (not Mozilla Firebird).
Enhancements:
- Support for "target" attribute,
- Distinction between "rel" and "rev" relations
Download (0.047MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1600 downloads
ParakeetBrainz 0.2 Alpha
Parakeet Brainz analyzes the acoustic properties of music and looks it up in a large, public database. more>>
If youve had your music collection for a while, youve probably noticed that some (or most) of your tracks are mislabeled, skip, are duplicates, or have low bitrates. Depending on how long youve had your collection, this could be thousands of redundant, poping, or mislabled tracks. Parakeet Brainz is a tool to correct this, with a little user intervention as possible.
Parakeet Brainz analyzes the acoustic properties of music and looks it up in a large, public database. Using this information Parakeet Brainz sorts and organizes your collection.
Parakeet Brainz also intelegently detects duplicate tracks waisting disk space and removes them, so your collection can grow even larger.
Parakeet Brainz also supports plugins. these plugins can be used to decode and encode music for analysis and convertion.
ParakeetBrainz is completely free and open source under the GNU Public Licence.
<<lessParakeet Brainz analyzes the acoustic properties of music and looks it up in a large, public database. Using this information Parakeet Brainz sorts and organizes your collection.
Parakeet Brainz also intelegently detects duplicate tracks waisting disk space and removes them, so your collection can grow even larger.
Parakeet Brainz also supports plugins. these plugins can be used to decode and encode music for analysis and convertion.
ParakeetBrainz is completely free and open source under the GNU Public Licence.
Download (MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
KABC Client 0.8.1
KABC Client is a command line tool that provides access to the KDE address book. more>>
KABC Client is a command line tool that provides access to the KDE address book, which is also used by applications like KAddressBook.
It can take its input from either the command line or through standard input, allowing its use in Unix shell pipe and filter constructs. Input and output text is interpreted and formatted by filters.
kabcclient can perform the following operations:
- List: --list or -L
Write all contacts of the addressbook to stdout
- Search: --search or -S
Search for contacts matching the programs input
- Add: --add or -A
Add new contacts to the addressbook
- Remove: --remove or -R
Remove contacts matching the programs input from the addressbook
- Merge: --merge or -M
Add data from the programs input to matching contacts in the addressbook
Enhancements:
- Adding installation instructions and build files for creating Debian packages.
- No changes to the program itself!
<<lessIt can take its input from either the command line or through standard input, allowing its use in Unix shell pipe and filter constructs. Input and output text is interpreted and formatted by filters.
kabcclient can perform the following operations:
- List: --list or -L
Write all contacts of the addressbook to stdout
- Search: --search or -S
Search for contacts matching the programs input
- Add: --add or -A
Add new contacts to the addressbook
- Remove: --remove or -R
Remove contacts matching the programs input from the addressbook
- Merge: --merge or -M
Add data from the programs input to matching contacts in the addressbook
Enhancements:
- Adding installation instructions and build files for creating Debian packages.
- No changes to the program itself!
Download (0.25MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1514 downloads
PacketFence 1.6.1
Packetfence is an open-source network registration and worm detection system. more>>
PacketFence project provides interior worm mitigation and policy enforcement capabilities.
PacketFence be placed strategically throughout the enterprise to compartmentalize networks that may present a threat to valuable resources: VPN concentrators, client and guest networks, extranet connectivity points, etc.
PacketFence is designed to operate in heterogeneous where users are either unable or unwilling, without assistance, to secure their systems properly.
Main features:
- Open Architecture-Based on unmodified open-source components, PacketFence requires no software to be installed on client systems.
- Registration-Registration/authentication can be enforced before admission to the network is granted. Additionally successul completion of a vulnerability scan and acceptance of an AUP can also be required
- Detection-detection of worms, trojans, etc by behavorial or signature-based means
- Remediation-Context-sensitive information provided to user for self-directed remediation.
<<lessPacketFence be placed strategically throughout the enterprise to compartmentalize networks that may present a threat to valuable resources: VPN concentrators, client and guest networks, extranet connectivity points, etc.
PacketFence is designed to operate in heterogeneous where users are either unable or unwilling, without assistance, to secure their systems properly.
Main features:
- Open Architecture-Based on unmodified open-source components, PacketFence requires no software to be installed on client systems.
- Registration-Registration/authentication can be enforced before admission to the network is granted. Additionally successul completion of a vulnerability scan and acceptance of an AUP can also be required
- Detection-detection of worms, trojans, etc by behavorial or signature-based means
- Remediation-Context-sensitive information provided to user for self-directed remediation.
Download (0.96MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1152 downloads
svcmon 1.0
svcmon is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down. more>>
svcmon project is a versatile TCP service watchdog, that can optionally send email alerts when services are detected as being down.
svcmon is written using Perl, and requires a few "standard" Perl modules, which should be included as part of your base Perl installation:
Net::SMTP
IO::Socket
Getopt::Std
Installation:
Download the tarball, and extract to an appropriate location, e.g.:
# cd /usr/local
# wget http://www.zazzybob.com/svcmon/svcmon.tar.gz
# tar xzf ./svcmon.tar.gz
# ls ./svcmon
README bin etc
There are TWO configuration files (discussed below):
# cd /usr/local/svcmon
# ls etc
svcmail.conf svcmon.conf
Ensure that svcmon.pl is executable before continuing:
# chmod u+x /usr/local/svcmon/bin/svcmon.pl
<<lesssvcmon is written using Perl, and requires a few "standard" Perl modules, which should be included as part of your base Perl installation:
Net::SMTP
IO::Socket
Getopt::Std
Installation:
Download the tarball, and extract to an appropriate location, e.g.:
# cd /usr/local
# wget http://www.zazzybob.com/svcmon/svcmon.tar.gz
# tar xzf ./svcmon.tar.gz
# ls ./svcmon
README bin etc
There are TWO configuration files (discussed below):
# cd /usr/local/svcmon
# ls etc
svcmail.conf svcmon.conf
Ensure that svcmon.pl is executable before continuing:
# chmod u+x /usr/local/svcmon/bin/svcmon.pl
Download (0.005MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 downloads
ZMsgServer
ZMsgServer is a peer-to-peer LAN messaging application written in the Java programming language. more>>
ZMsgServer is a peer-to-peer LAN messaging application written in the Java programming language. I have successfully tested the application on a variety of platforms, under a variety of network conditions, and even in its infancy, it is a very nicely featured application. I use it regularly for sending "reminders" and code-snippets across the network to other machines. A fast and simple way to get a message to another user on the LAN.
Until I get some more comprehensive documentation online, here is a brief overview of how ZMsgServer works. Each machine on the LAN runs an instance of the server, listening on port 7999. If you have another service on your network that uses port 7999, then change the source to a free port. Ill make this configurable via the GUI in a later version.
When another host wants sends a message, it uses the next available port to broadcast the message, which is received via port 7999 on the recipient machine. Messages are sent via an ObjectOutputStream and are instances of the ZMessage class, which is nothing more than a nice neat container for four strings. These messages are received on the targets machine, decomposed, and displayed on the GUI.
When the documentation is online, all will become clear, but for now, download the source code below, as its the best documentation available!
<<lessUntil I get some more comprehensive documentation online, here is a brief overview of how ZMsgServer works. Each machine on the LAN runs an instance of the server, listening on port 7999. If you have another service on your network that uses port 7999, then change the source to a free port. Ill make this configurable via the GUI in a later version.
When another host wants sends a message, it uses the next available port to broadcast the message, which is received via port 7999 on the recipient machine. Messages are sent via an ObjectOutputStream and are instances of the ZMessage class, which is nothing more than a nice neat container for four strings. These messages are received on the targets machine, decomposed, and displayed on the GUI.
When the documentation is online, all will become clear, but for now, download the source code below, as its the best documentation available!
Download (0.005MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
956 downloads
mplayerplug-in 3.45
mplayerplug-in is a browser plugin that uses mplayer to play digital media from websites. more>>
mplayerplug-in is a browser plugin that uses mplayer to play digital media from websites.
This plug-in gives Mozilla the ability to play media from a website the net without reading the source html and getting the url manually.
Media is played embedded in the page or in a separate window depending on how the author of the webpage intended the media to be seen.
<<lessThis plug-in gives Mozilla the ability to play media from a website the net without reading the source html and getting the url manually.
Media is played embedded in the page or in a separate window depending on how the author of the webpage intended the media to be seen.
Download (0.47MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
822 downloads
Credence 1.4
Credence is a program for combating pollution and spam in filesharing networks. more>>
Credence is a program for combating pollution and spam in filesharing networks.
It lets you vote on files in the network, analyzes the votes of your peers so that you can avoid polluted files, and automatically identifies the voters in the network that are most credible and useful. It is built as an extension to LimeWire, running on the Gnutella filesharing network.
Enhancements:
- This release added a more sophisticated voting backend and a new GUI to match.
- More complex voting lets you vote down just the file name or bit rate, for example, and search results automatically show how different peers voted.
- Startup is much faster than previous versions, especially for users that vote a lot.
- A new status bar at the bottom shows detailed information about startup and current status.
- All the latest improvements and fixes to the main LimeWire software have been merged in.
<<lessIt lets you vote on files in the network, analyzes the votes of your peers so that you can avoid polluted files, and automatically identifies the voters in the network that are most credible and useful. It is built as an extension to LimeWire, running on the Gnutella filesharing network.
Enhancements:
- This release added a more sophisticated voting backend and a new GUI to match.
- More complex voting lets you vote down just the file name or bit rate, for example, and search results automatically show how different peers voted.
- Startup is much faster than previous versions, especially for users that vote a lot.
- A new status bar at the bottom shows detailed information about startup and current status.
- All the latest improvements and fixes to the main LimeWire software have been merged in.
Download (5.5MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1334 downloads
infobot 44.3
infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence. more>>
infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence by learning information ("factoids") from channel discussions and then responding intelligently to queries about this accumulated information.
In the beginning, we had to type URLs out, or, at best, wade through a set of hierarchic bookmarks for a URL. But what about when you dont know what youre looking for? If you just want to name it, and find out where it is? (Of course, archie has done this for years.)
What makes infobots different from a lycos or a set of bookmarks is that he learns by observing, and that you can query him in intuitive ways.
Internet Relay Chat is a set of client and server which use a protocol. People get on and chat in near-real-time; rather than wait for your netnews replies, you can ask a question and get ignored or answered while you wait.
Url has been sitting on the EFNet channel #macintosh, where hes picked up quite a few factoids from the local community*.
Url, purl, and rurl are perl scripts that once ran under sirc. In fact, it would also run under MacPerl and my barebones port of MacSirc. However, I ended up writing a little irc front-end for it of my own because sirc would hang (rather than, say, crash gracefully).
<<lessIn the beginning, we had to type URLs out, or, at best, wade through a set of hierarchic bookmarks for a URL. But what about when you dont know what youre looking for? If you just want to name it, and find out where it is? (Of course, archie has done this for years.)
What makes infobots different from a lycos or a set of bookmarks is that he learns by observing, and that you can query him in intuitive ways.
Internet Relay Chat is a set of client and server which use a protocol. People get on and chat in near-real-time; rather than wait for your netnews replies, you can ask a question and get ignored or answered while you wait.
Url has been sitting on the EFNet channel #macintosh, where hes picked up quite a few factoids from the local community*.
Url, purl, and rurl are perl scripts that once ran under sirc. In fact, it would also run under MacPerl and my barebones port of MacSirc. However, I ended up writing a little irc front-end for it of my own because sirc would hang (rather than, say, crash gracefully).
Download (0.36MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1226 downloads
Gtk2::Ex::Dialogs 0.11
Gtk2::Ex::Dialogs is a Perl module with useful tools for Gnome2/Gtk2 Perl GUI design. more>>
Gtk2::Ex::Dialogs is a Perl module with useful tools for Gnome2/Gtk2 Perl GUI design.
SYNOPSIS
use Gtk2::Ex::Dialogs ( destroy_with_parent => TRUE,
modal => TRUE,
no_separator => FALSE );
# do some stuff like creating your apps main $window then,
# to ensure that all messages use the right parent, set it:
Gtk2::Ex::Dialogs->set_parent_window( $window );
# now popup a new dialog
my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hackers glue?" );
if ( $r ) {
# end-user thinks so
} else {
# end-user does not think so
}
# now popup a new dialog ( blocking the main loop if there is one )
new_and_run
Gtk2::Ex::Dialogs::Message ( title => "Dialog Title",
text => "This is a simple message" );
# now popup a new dialog ( blocking the main loop if there is one )
new_and_run
Gtk2::Ex::Dialogs::ErrorMsg ( "Simple error message." );
This module provides the Gtk2::Ex::Dialogs::Message, Gtk2::Ex::Dialogs::ErrorMsg and Gtk2::Ex::Dialogs::Question classes to the main application while setting the initial defaults to those specified upon using Gtk2::Ex::Dialogs.
<<lessSYNOPSIS
use Gtk2::Ex::Dialogs ( destroy_with_parent => TRUE,
modal => TRUE,
no_separator => FALSE );
# do some stuff like creating your apps main $window then,
# to ensure that all messages use the right parent, set it:
Gtk2::Ex::Dialogs->set_parent_window( $window );
# now popup a new dialog
my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hackers glue?" );
if ( $r ) {
# end-user thinks so
} else {
# end-user does not think so
}
# now popup a new dialog ( blocking the main loop if there is one )
new_and_run
Gtk2::Ex::Dialogs::Message ( title => "Dialog Title",
text => "This is a simple message" );
# now popup a new dialog ( blocking the main loop if there is one )
new_and_run
Gtk2::Ex::Dialogs::ErrorMsg ( "Simple error message." );
This module provides the Gtk2::Ex::Dialogs::Message, Gtk2::Ex::Dialogs::ErrorMsg and Gtk2::Ex::Dialogs::Question classes to the main application while setting the initial defaults to those specified upon using Gtk2::Ex::Dialogs.
Download (0.020MB)
Added: 2007-02-23 License: Perl Artistic License Price:
973 downloads
Gtk2::Ex::Dialogs::Question 0.11
Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog. more>>
Gtk2::Ex::Dialogs::Question is a Perl module that provides a simple question dialog.
SYNOPSIS
use Gtk2::Ex::Dialogs::Question ( destroy_with_parent => TRUE,
modal => TRUE,
no_separator => FALSE );
# do some stuff like creating your apps main $window then,
# to ensure that all messages use the right parent, set it:
$Gtk2::Ex::Dialogs::Question::parent_window = $window;
# now popup a new dialog
my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hackers glue?" );
if ( $r ) {
# end-user thinks so
} else {
# end-user does not think so
}
This module provides a simple dialog api that wraps Gtk2::Dialog objectively. The objective is a clean and simple question dialog (just "NO" and "YES" buttons).
<<lessSYNOPSIS
use Gtk2::Ex::Dialogs::Question ( destroy_with_parent => TRUE,
modal => TRUE,
no_separator => FALSE );
# do some stuff like creating your apps main $window then,
# to ensure that all messages use the right parent, set it:
$Gtk2::Ex::Dialogs::Question::parent_window = $window;
# now popup a new dialog
my $r = ask Gtk2::Ex::Dialogs::Question ( "Is Perl only hackers glue?" );
if ( $r ) {
# end-user thinks so
} else {
# end-user does not think so
}
This module provides a simple dialog api that wraps Gtk2::Dialog objectively. The objective is a clean and simple question dialog (just "NO" and "YES" buttons).
Download (0.020MB)
Added: 2007-02-23 License: Perl Artistic License Price:
975 downloads
Konjugator 0.1
Konjugator project is a conjugator for Welsh inflected verbs. more>>
Konjugator project is a conjugator for Welsh inflected verbs.
It produces a list of around 200,000 inflected verb forms for almost 4,000 Welsh verbs, along with English glosses and parsing information.
It attempts to conjugate Welsh verbs that are unknown to it, and will give parsing details for random Welsh verb forms if these are known to it.
Main features:
- a spelling checker (for which Konjugator will provide the verb input),
- a grammar checker (the current main focus of work),
- a dictionary,
- and a basic Welsh-English auto-translator.
<<lessIt produces a list of around 200,000 inflected verb forms for almost 4,000 Welsh verbs, along with English glosses and parsing information.
It attempts to conjugate Welsh verbs that are unknown to it, and will give parsing details for random Welsh verb forms if these are known to it.
Main features:
- a spelling checker (for which Konjugator will provide the verb input),
- a grammar checker (the current main focus of work),
- a dictionary,
- and a basic Welsh-English auto-translator.
Download (0.16MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1087 downloads
TkYahtzee 1.2.1
TkYahtzee project is a dice game. more>>
TkYahtzee project is a dice game.
This is another program I found at tcl.tk which was mostly complete but had playability issues.
Ive made a few changes, including the addition of high-score and help widgets, and redesigning the buttons and menus.
Thanks to the original author, Kevin Kenny.
<<lessThis is another program I found at tcl.tk which was mostly complete but had playability issues.
Ive made a few changes, including the addition of high-score and help widgets, and redesigning the buttons and menus.
Thanks to the original author, Kevin Kenny.
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1067 downloads
Q Desktop Services 0.4.4
QDS is a library for Qt developers which provides cross-platform access to additional features of the various desktop APIs. more>>
The QDS library allows Qt applications to access features provided in common desktop APIs in a portable way, without requiring dependencies on any desktop platform library.
This is especially useful for applications targeting the Unix desktops, because Qt/X11 is very generic and only provides features it can implement on all sub platforms. All library code is licenced under 2-clause BSD licence.
Service implementations are loaded from plugins which link to the respective desktop libraries. The plugin to use can be specified on the applications commandline, in the QDS configuration file or QDS can try to autodetect the currently running platform.
Enhancements:
- Autodetection to use GNOME plugin in case GNOME_DESKTOP_SESSION_ID is set
- Replaced the primitive example application with a simple but network aware text editor application
- Support for wildcards in mailcap entries
<<lessThis is especially useful for applications targeting the Unix desktops, because Qt/X11 is very generic and only provides features it can implement on all sub platforms. All library code is licenced under 2-clause BSD licence.
Service implementations are loaded from plugins which link to the respective desktop libraries. The plugin to use can be specified on the applications commandline, in the QDS configuration file or QDS can try to autodetect the currently running platform.
Enhancements:
- Autodetection to use GNOME plugin in case GNOME_DESKTOP_SESSION_ID is set
- Replaced the primitive example application with a simple but network aware text editor application
- Support for wildcards in mailcap entries
Download (0.24MB)
Added: 2005-10-07 License: BSD License Price:
1477 downloads
passwd_info 0.1
passwd_info is a simple program that can query the /etc/passwd file for current user or specified user. more>>
passwd_info is a simple program that can query the /etc/passwd file for current user or specified user.
USAGE: passwd_info [username]
Sample:
#include < unistd.h >
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < pwd.h >
#include < string.h >
struct passwd *pw;
void print_usage(void);
int main( int argc, char *argv[] )
{
if ( argc > 2 ) {
print_usage();
exit(1);
}
char *name;
uid_t uid;
gid_t gid;
char *gecos;
char *dir;
char *shell;
char *user_arg;
if ( argv[1] != NULL ) {
user_arg=(char *)malloc(strlen(argv[1]));
strcpy( user_arg, argv[1] );
if ( (pw = getpwnam(user_arg) ) == NULL ) {
fprintf( stderr, "Error: user %s does not existn", user_arg );
exit(1);
}
uid = pw->pw_uid;
free(user_arg);
}
else /* get for current user */
{
uid = getuid();
pw = getpwuid(uid);
}
name = pw->pw_name;
gid = pw->pw_gid;
gecos = pw->pw_gecos;
dir = pw->pw_dir;
shell = pw->pw_shell;
printf( "/etc/passwd file information for %sn", name );
printf( "Username = %stUID = %dtGID = %dn", name, (int)uid, (int)gid );
printf( "GECOS = %snHome = %stShell = %sn", gecos, dir, shell );
exit(0);
}
void print_usage( void )
{
fprintf( stderr, "USAGE: passwd_info [username]n" );
}
<<lessUSAGE: passwd_info [username]
Sample:
#include < unistd.h >
#include < stdlib.h >
#include < stdio.h >
#include < sys/types.h >
#include < pwd.h >
#include < string.h >
struct passwd *pw;
void print_usage(void);
int main( int argc, char *argv[] )
{
if ( argc > 2 ) {
print_usage();
exit(1);
}
char *name;
uid_t uid;
gid_t gid;
char *gecos;
char *dir;
char *shell;
char *user_arg;
if ( argv[1] != NULL ) {
user_arg=(char *)malloc(strlen(argv[1]));
strcpy( user_arg, argv[1] );
if ( (pw = getpwnam(user_arg) ) == NULL ) {
fprintf( stderr, "Error: user %s does not existn", user_arg );
exit(1);
}
uid = pw->pw_uid;
free(user_arg);
}
else /* get for current user */
{
uid = getuid();
pw = getpwuid(uid);
}
name = pw->pw_name;
gid = pw->pw_gid;
gecos = pw->pw_gecos;
dir = pw->pw_dir;
shell = pw->pw_shell;
printf( "/etc/passwd file information for %sn", name );
printf( "Username = %stUID = %dtGID = %dn", name, (int)uid, (int)gid );
printf( "GECOS = %snHome = %stShell = %sn", gecos, dir, shell );
exit(0);
}
void print_usage( void )
{
fprintf( stderr, "USAGE: passwd_info [username]n" );
}
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
956 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above kevin search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed