konqil.icio.us 1.8
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 182
konqil.icio.us 1.8
konqil.icio.us is a KDE service menu for del.icio.us. more>>
konqil.icio.us is a KDE service menu for del.icio.us.
INstallation:
1) Check you have the Perl HTML, URI and LWP modules installed (liburi-perl, libhtml-parser-perl and libwww-perl packages under GNU/Debian)
2) Copy del.icio.us and del.icio.us.desktop to $HOME/.kde/share/apps/konqueror/servicemenus
3) Make sure $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us is executable (chmod u+x $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us).
4) Change the username variable within $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us to point at your del.icio.us account (this is on line 33)
Enhancements:
- Bug fixes to bookmark method, brought about by changes to del.icio.us API
<<lessINstallation:
1) Check you have the Perl HTML, URI and LWP modules installed (liburi-perl, libhtml-parser-perl and libwww-perl packages under GNU/Debian)
2) Copy del.icio.us and del.icio.us.desktop to $HOME/.kde/share/apps/konqueror/servicemenus
3) Make sure $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us is executable (chmod u+x $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us).
4) Change the username variable within $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us to point at your del.icio.us account (this is on line 33)
Enhancements:
- Bug fixes to bookmark method, brought about by changes to del.icio.us API
Download (0.003MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
882 downloads
libcli 1.8.5
libcli is a Cisco-like telnet commandline library. more>>
libcli is a Cisco-like telnet commandline library.
It provides a shared library for including a Cisco-like command-line interface into other software. Its a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
libcli provides support for using the arrow keys for command-line editing. Up and Down arrows will cycle through the command history, and Left & Right can be used for editing the current command line.
libcli also works out the shortest way of entering a command, so if you have a command "show users grep foobar" defined, you can enter "sh us g foobar" if that is the shortest possible way of doing it.
Installation:
To compile:
make
make install
This will install libcli.so into /usr/local/lib. If you want to change the location, edit Makefile.
There is a test application built called clitest. Run this and telnet to port 8000.
By default, a single username and password combination is enabled.
Username: fred
Password: nerk
<<lessIt provides a shared library for including a Cisco-like command-line interface into other software. Its a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
libcli provides support for using the arrow keys for command-line editing. Up and Down arrows will cycle through the command history, and Left & Right can be used for editing the current command line.
libcli also works out the shortest way of entering a command, so if you have a command "show users grep foobar" defined, you can enter "sh us g foobar" if that is the shortest possible way of doing it.
Installation:
To compile:
make
make install
This will install libcli.so into /usr/local/lib. If you want to change the location, edit Makefile.
There is a test application built called clitest. Run this and telnet to port 8000.
By default, a single username and password combination is enabled.
Username: fred
Password: nerk
Download (0.029MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
tsocks 1.8
tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall). more>>
tsocks provides transparent network access through a SOCKS version 4 or 5 proxy (usually on a firewall).
SOCKS servers are a form of proxy that are commonly used in firewalled LAN environments to allow access between networks, and often to the Internet. The problem is that most applications dont know how to gain access through SOCKS servers. This means that network based applications that dont understand SOCKS are very limited in networks they can reach. An example of this is simple telnet.
tsocks role is to allow these non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary. If youre on a network firewalled from the internet with a SOCKS server for outside access, telnet cant use this server and thus cant telnet out to the Internet., sou you cannot get out.
tsocks is based on the shared library interceptor concept. Through use of the LD_PRELOAD environment variable or the /etc/ld.so.preload file tsocks is automatically loaded into the process space of every executed program. From there it overrides the normal connect() function by providing its own. Thus when an application calls connect() to establish a TCP connection it instead passes control to tsocks. tsocks determines if the connection needs to be made via a SOCKS server (by checking /etc/tsocks.conf) and negotiates the connection if so (through use of the real connect() function )
<<lessSOCKS servers are a form of proxy that are commonly used in firewalled LAN environments to allow access between networks, and often to the Internet. The problem is that most applications dont know how to gain access through SOCKS servers. This means that network based applications that dont understand SOCKS are very limited in networks they can reach. An example of this is simple telnet.
tsocks role is to allow these non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary. If youre on a network firewalled from the internet with a SOCKS server for outside access, telnet cant use this server and thus cant telnet out to the Internet., sou you cannot get out.
tsocks is based on the shared library interceptor concept. Through use of the LD_PRELOAD environment variable or the /etc/ld.so.preload file tsocks is automatically loaded into the process space of every executed program. From there it overrides the normal connect() function by providing its own. Thus when an application calls connect() to establish a TCP connection it instead passes control to tsocks. tsocks determines if the connection needs to be made via a SOCKS server (by checking /etc/tsocks.conf) and negotiates the connection if so (through use of the real connect() function )
Download (0.082MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1221 downloads
AntiCutAndPaste 1.8
AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming language source code. more>>
AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming language source code or plain text. AntiCutAndPaste is tested on sources from large C++, Pascal, Java, and C# (Mono) projects.
Algorithms used are very fast and can handle up to three million C++ code lines in one minute. Minor modifications of code are ignored during the search. GUI and command line versions are included. Reports are sorted conveniently by the total size of all similar fragments and there are many report customization options.
Linux command-line implementation is still a Beta version. Please be so kind and visit forums to ask a question or to write a comment.
Main features:
- Compatible with C++, Pascal, Java, C# (Mono) and plain text.
- Small download, prebuild static x86 binary.
- Very fast native x86 code. Processes about 50,000 lines of C++ sources in one second on Pentium 1.0 MHz computer.
- Convenient report sorted by total size of all cloned code places. Lots of report customization options available.
- Free for non-commersial use (Linux version only).
<<lessAlgorithms used are very fast and can handle up to three million C++ code lines in one minute. Minor modifications of code are ignored during the search. GUI and command line versions are included. Reports are sorted conveniently by the total size of all similar fragments and there are many report customization options.
Linux command-line implementation is still a Beta version. Please be so kind and visit forums to ask a question or to write a comment.
Main features:
- Compatible with C++, Pascal, Java, C# (Mono) and plain text.
- Small download, prebuild static x86 binary.
- Very fast native x86 code. Processes about 50,000 lines of C++ sources in one second on Pentium 1.0 MHz computer.
- Convenient report sorted by total size of all cloned code places. Lots of report customization options available.
- Free for non-commersial use (Linux version only).
Download (0.34MB)
Added: 2007-07-13 License: Free for non-commercial use Price:
999 downloads
Config::YUM 1.8
Config::YUM is a Perl extension for parsing yum.conf. more>>
Config::YUM is a Perl extension for parsing yum.conf.
SYNOPSIS
use Config::YUM;
my $yp = new Config::YUM;
my $yum_conf = $yp->parse();
foreach(keys %{$yum_conf}) {
print "Section: $_ is called " . $yum_conf->{$_}->{name} . "n";
}
$yum_conf will be a a hash, all INI sections are the primary hash keys.
include= will be automatically downloaded merged with the local yum.conf
mirrorlists will also be downloaded and saved as an array in $yum_conf->{somerepo}->{baseurls}
the first url in mirrorlists will be safed as $yum_conf->{somerepo}->{baseurl}.
exclude statements will be splited and safed to $yum_conf->{somerepo}->{exclude_hash}. Note that we
safe a perl regex string as keys here.
To say it with one sentence. Config::YUM automatically parses a yum.conf does the downloading and provides you
with a ready to use perl hash. :-)
You can define a few things @ new:
- use_cache: 0/1 (1 will enable, default: 0; Uses Cache::File)
- yum_conf: path to your yum.conf (default: /etc/yum.conf)
- yum_repos_d: path to your yum.repos.d (default: /etc/yum.repos.d)
- agent: You LWP::UserAgent agent string (default: Config::YUM/$VERSION)
- releasever: Define your RH/FC release version (rpm -qf --queryformat %{VERSION} /etc/redhat-release; Default: automatically queried)
- basearch: Define your basearch (uname -i; Default: automatically discovered)
- download_primary: Define if we should download/parse the primary.xml.gz
These arguments can be specified this way (dont forget the {!)
my $yp = new Config::YUM({
use_cache => 1,
yum_conf => /etc/yum.conf,
yum_repos_d => /etc/yum.repos.d,
agent => MyProgram/$VERSION,
relasever => 4,
basearch => i386,
download_primary => 1
});
This module provides you with a few functions,
parse() will return a hash containing the allready parsed local/remote yum.conf.
yumconf_local() will return a hash containing the allready parsed local yum.conf (Will run parse(), if you didnt yet)
yumconf_remote() will return a hash containing the allready parsed remote yum.conf (Will run parse(), if you didnt yet)
<<lessSYNOPSIS
use Config::YUM;
my $yp = new Config::YUM;
my $yum_conf = $yp->parse();
foreach(keys %{$yum_conf}) {
print "Section: $_ is called " . $yum_conf->{$_}->{name} . "n";
}
$yum_conf will be a a hash, all INI sections are the primary hash keys.
include= will be automatically downloaded merged with the local yum.conf
mirrorlists will also be downloaded and saved as an array in $yum_conf->{somerepo}->{baseurls}
the first url in mirrorlists will be safed as $yum_conf->{somerepo}->{baseurl}.
exclude statements will be splited and safed to $yum_conf->{somerepo}->{exclude_hash}. Note that we
safe a perl regex string as keys here.
To say it with one sentence. Config::YUM automatically parses a yum.conf does the downloading and provides you
with a ready to use perl hash. :-)
You can define a few things @ new:
- use_cache: 0/1 (1 will enable, default: 0; Uses Cache::File)
- yum_conf: path to your yum.conf (default: /etc/yum.conf)
- yum_repos_d: path to your yum.repos.d (default: /etc/yum.repos.d)
- agent: You LWP::UserAgent agent string (default: Config::YUM/$VERSION)
- releasever: Define your RH/FC release version (rpm -qf --queryformat %{VERSION} /etc/redhat-release; Default: automatically queried)
- basearch: Define your basearch (uname -i; Default: automatically discovered)
- download_primary: Define if we should download/parse the primary.xml.gz
These arguments can be specified this way (dont forget the {!)
my $yp = new Config::YUM({
use_cache => 1,
yum_conf => /etc/yum.conf,
yum_repos_d => /etc/yum.repos.d,
agent => MyProgram/$VERSION,
relasever => 4,
basearch => i386,
download_primary => 1
});
This module provides you with a few functions,
parse() will return a hash containing the allready parsed local/remote yum.conf.
yumconf_local() will return a hash containing the allready parsed local yum.conf (Will run parse(), if you didnt yet)
yumconf_remote() will return a hash containing the allready parsed remote yum.conf (Will run parse(), if you didnt yet)
Download (0.007MB)
Added: 2007-04-12 License: Perl Artistic License Price:
926 downloads
libsift 1.8
libsift is an algorithm to identify and locate interesting points within an image. more>>
libsift is an algorithm to identify and locate interesting points within an image. For all such points, a descriptive signature is extracted.
The signatures can be stored and matched among multiple images, allowing for a large number of interesting applications, such as aligning overlapping images and identifying objects or motion within image sequences.
libsift is used by the autopano-sift program to create panorama images.
This library is a 100% C# implementation of the SIFT algorithm ("Scale-Invariant Feature Transform") and additional matching algorithms. The SIFT algorithm is an image feature location and extraction algorithm which provides the following key advantages over similar algorithms:
- Combined feature location and extraction algorithm.
- The keypoint locations are more precise and repeatable, because SIFT uses subpixel localization and multiple scale keypoint identification
- The descriptors are highly distinctive. For example, I tested with up to 300,000 keypoints while matching a large 60 picture panorama and it did not have a single invalid match.
- The feature vectors can be efficiently correlated using probabilistic algorithms like Best-Bin-First kd-tree search.
Enhancements:
- A serious bug in the Gaussian sigma computation and a bug in the DoG scale handling were fixed.
<<lessThe signatures can be stored and matched among multiple images, allowing for a large number of interesting applications, such as aligning overlapping images and identifying objects or motion within image sequences.
libsift is used by the autopano-sift program to create panorama images.
This library is a 100% C# implementation of the SIFT algorithm ("Scale-Invariant Feature Transform") and additional matching algorithms. The SIFT algorithm is an image feature location and extraction algorithm which provides the following key advantages over similar algorithms:
- Combined feature location and extraction algorithm.
- The keypoint locations are more precise and repeatable, because SIFT uses subpixel localization and multiple scale keypoint identification
- The descriptors are highly distinctive. For example, I tested with up to 300,000 keypoints while matching a large 60 picture panorama and it did not have a single invalid match.
- The feature vectors can be efficiently correlated using probabilistic algorithms like Best-Bin-First kd-tree search.
Enhancements:
- A serious bug in the Gaussian sigma computation and a bug in the DoG scale handling were fixed.
Download (0.15MB)
Added: 2006-01-21 License: GPL (GNU General Public License) Price:
1374 downloads
fwknop 1.8.1
fwknop implements an authorization scheme that requires only a single encrypted packet to communicate various pieces of info. more>>
fwknop stands for the "FireWall KNock OPerator", and implements an authorization scheme based around Netfilter and libpcap that requires only a single encrypted packet in order to communicate various pieces of information including desired access through a Netfilter policy and/or complete commands to execute on the target system.
By using Netfilter to maintain a "default drop" stance, the main application of this program is to protect services such as OpenSSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult.
The authorization server passively monitors authorization packets via libcap and hence there is no "server" to which to connect in the traditional sense. Access to a protected service is only granted after a valid encrypted and non-replayed packet is monitored.
This method is similar to the Single Packet Authorization scheme proposed by Simple Nomad and the folks at NMRC
fwknop project was also the first tool to combine traditional encrypted port knocking with passive OS fingerprinting. This makes it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon.
Enhancements:
- A bugfix to ensure that the "keep-state" directive is added to firewall rules on systems running the ipfw firewall.
- The --Save-packet and --Save-packet-file command line arguments have been added to the fwknop client.
- These options instruct fwknop to save a copy of an encrypted SPA packet before it is sent across the network.
- A bugfix to find the minimal unused ipfw rule number for ipfw firewalls.
- This fixes an issue where ipfw rules added by fwknopd could be inserted at the same position as rules from an existing ipfw policy.
<<lessBy using Netfilter to maintain a "default drop" stance, the main application of this program is to protect services such as OpenSSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult.
The authorization server passively monitors authorization packets via libcap and hence there is no "server" to which to connect in the traditional sense. Access to a protected service is only granted after a valid encrypted and non-replayed packet is monitored.
This method is similar to the Single Packet Authorization scheme proposed by Simple Nomad and the folks at NMRC
fwknop project was also the first tool to combine traditional encrypted port knocking with passive OS fingerprinting. This makes it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon.
Enhancements:
- A bugfix to ensure that the "keep-state" directive is added to firewall rules on systems running the ipfw firewall.
- The --Save-packet and --Save-packet-file command line arguments have been added to the fwknop client.
- These options instruct fwknop to save a copy of an encrypted SPA packet before it is sent across the network.
- A bugfix to find the minimal unused ipfw rule number for ipfw firewalls.
- This fixes an issue where ipfw rules added by fwknopd could be inserted at the same position as rules from an existing ipfw policy.
Download (0.44MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
knowde 1.8.0
knowde is a knowledge management tool. more>>
knowde project is a knowledge management tool that lets you create a hierarchical tree structure of knowledge cards ("knowdes").
Despite its name, its not a KDE tool, but uses the GTK+ library and aims at supporting both Win32 and Unix-derivate systems.
The latest release 1.8.0 finally includes the keyword based choice list to jump between cross-referenced knowdes, adds selectable file-wide default fonts, help text, switchable layout rendering for the editor, and includes some minor bug-fixes in the tree view and the reader, where the knowdes date is now displayed.
Enhancements:
- edited Reader-class to clear buffer on File/Close
- finally implemented the keyword-based reference in Reader class
- added help text function to Reader and Menu class
<<lessDespite its name, its not a KDE tool, but uses the GTK+ library and aims at supporting both Win32 and Unix-derivate systems.
The latest release 1.8.0 finally includes the keyword based choice list to jump between cross-referenced knowdes, adds selectable file-wide default fonts, help text, switchable layout rendering for the editor, and includes some minor bug-fixes in the tree view and the reader, where the knowdes date is now displayed.
Enhancements:
- edited Reader-class to clear buffer on File/Close
- finally implemented the keyword-based reference in Reader class
- added help text function to Reader and Menu class
Download (0.045MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1118 downloads
Calcurse 1.8
Calcurse is a text-based personal organizer which helps keep track of events and everyday tasks. more>>
Calcurse is a text-based personal organizer which helps keep track of events and everyday tasks. Calcurse has a calendar and a "todo" list, and puts your appointments in order.
The user interface is configurable, and you can choose between different color schemes and layouts. All of the commands are documented within an online help system.
Enhancements:
- The command launched to notify a user of an upcoming appointment is now configurable.
- One can now be warned by mail of an upcoming appointment, but several other means can be considered.
- The color theme configuration menu was completely redesigned, with support for the default terminals color.
- The export command was implemented to save calcurse data in iCalendar format.
<<lessThe user interface is configurable, and you can choose between different color schemes and layouts. All of the commands are documented within an online help system.
Enhancements:
- The command launched to notify a user of an upcoming appointment is now configurable.
- One can now be warned by mail of an upcoming appointment, but several other means can be considered.
- The color theme configuration menu was completely redesigned, with support for the default terminals color.
- The export command was implemented to save calcurse data in iCalendar format.
Download (0.36MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
888 downloads
Sdictionary 1.8.0
Sdictionary is a cross-platform dictionary project uses own Sdict dictionary format. more>>
Sdictionary is a cross-platform dictionary project uses own Sdict dictionary format. Sdictionary includes Sdict, the main program and two simple applications: Jotter and Data.
Unlike ptkdic or gtkdic no MySQL needed, so you can work with dictionary files directly. Currently it is known to work under Unix, Win32 and Symbian OS.
Main features:
- Open Source, .dct format is also open and described in documentation
- Unicode, all words and articles are stored in utf8
- Two index levels: short and full
- Using compression
- Tools to convert from text file to .dct and vice versa
- Simple Web dictionary included into package
- C library framework
- Perl API (Sdict.pm module)
- Simple Jotter and Data applications
<<lessUnlike ptkdic or gtkdic no MySQL needed, so you can work with dictionary files directly. Currently it is known to work under Unix, Win32 and Symbian OS.
Main features:
- Open Source, .dct format is also open and described in documentation
- Unicode, all words and articles are stored in utf8
- Two index levels: short and full
- Using compression
- Tools to convert from text file to .dct and vice versa
- Simple Web dictionary included into package
- C library framework
- Perl API (Sdict.pm module)
- Simple Jotter and Data applications
Download (0.078MB)
Added: 2007-01-14 License: GPL (GNU General Public License) Price:
1016 downloads
TcosMonitor 0.1.8
TcosMonitor is a teacher management of a thin client classroom. more>>
TcosMonitor is a teacher management of a thin client classroom.
TcosMonitor is a pygtk app teacher tool to control a thin client classroom (PXES, LTSP, TCOS compatible) and allow to do actions on one or all thin clients like block/unblock screen, reboot/poweroff thin clients, and so many.
TCOS is a thin client implementation to build net initramfs images based on kernel, binaries and libs from debian/ubuntu, no more patched kernels and bins!!!
TCOS project is similar to PXES but work with more hardware and newer kernels.
App avalaible in spanish and english.
Debian/Ubuntu mirror:
deb http://soleup.eup.uva.es/tcos/debian unstable main
add gpg key:
# wget http://soleup.eup.uva.es/tcos/mariodebian-pub.key
# cat mariodebian-pub.key| apt-key add -
<<lessTcosMonitor is a pygtk app teacher tool to control a thin client classroom (PXES, LTSP, TCOS compatible) and allow to do actions on one or all thin clients like block/unblock screen, reboot/poweroff thin clients, and so many.
TCOS is a thin client implementation to build net initramfs images based on kernel, binaries and libs from debian/ubuntu, no more patched kernels and bins!!!
TCOS project is similar to PXES but work with more hardware and newer kernels.
App avalaible in spanish and english.
Debian/Ubuntu mirror:
deb http://soleup.eup.uva.es/tcos/debian unstable main
add gpg key:
# wget http://soleup.eup.uva.es/tcos/mariodebian-pub.key
# cat mariodebian-pub.key| apt-key add -
Download (0.28MB)
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
911 downloads
JoSQL 1.8
JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects. more>>
JoSQL (SQL for Java Objects) provides the ability for a developer to apply a SQL statement to a collection of Java Objects.
JoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects.
Example:
// Get a list of java.io.File objects.
List myObjs = getMyObjects ();
// Create a new Query.
Query q = new Query ();
// Parse the SQL you are going to use, it is assumed here that
// "myObjs" contains instances of "java.io.File".
q.parse ("SELECT name,length " +
"FROM java.io.File " +
"WHERE fileExtension (name) = :fileExt " +
"ORDER BY length DESC, name " +
"EXECUTE ON RESULTS avg (:_allobjs, length) avgLength");
// Set the bind variable "fileExt".
q.setVariable ("fileExt", "java");
// Execute the query.
QueryResults qr = q.execute (myObjs);
// Get the average length, this is a save value, the result
// of executing the call "avg (:_allobjs, length)", it is saved against
// key: "avgLength".
Map saveValues = qr.getSaveValues ();
Number avg = (Number) saveValues.get ("avgLength");
// Cycle over the results.
List res = qr.getResults ();
for (int i = 0; i < res.size (); i++)
{
// This time there is a List for each row, index 0 holds the name of
// the file that matched, index 1 holds the length.
List r = (List) res.get (i);
System.out.println ("NAME: " + r.get (0));
System.out.println ("LENGTH: " + r.get (1) + ", AVG: " + avg);
}
Enhancements:
- This release focuses on bug fixes.
<<lessJoSQL provides the ability to search, order and group ANY Java objects and should be applied when you want to perform SQL-like queries on a collection of Java Objects.
Example:
// Get a list of java.io.File objects.
List myObjs = getMyObjects ();
// Create a new Query.
Query q = new Query ();
// Parse the SQL you are going to use, it is assumed here that
// "myObjs" contains instances of "java.io.File".
q.parse ("SELECT name,length " +
"FROM java.io.File " +
"WHERE fileExtension (name) = :fileExt " +
"ORDER BY length DESC, name " +
"EXECUTE ON RESULTS avg (:_allobjs, length) avgLength");
// Set the bind variable "fileExt".
q.setVariable ("fileExt", "java");
// Execute the query.
QueryResults qr = q.execute (myObjs);
// Get the average length, this is a save value, the result
// of executing the call "avg (:_allobjs, length)", it is saved against
// key: "avgLength".
Map saveValues = qr.getSaveValues ();
Number avg = (Number) saveValues.get ("avgLength");
// Cycle over the results.
List res = qr.getResults ();
for (int i = 0; i < res.size (); i++)
{
// This time there is a List for each row, index 0 holds the name of
// the file that matched, index 1 holds the length.
List r = (List) res.get (i);
System.out.println ("NAME: " + r.get (0));
System.out.println ("LENGTH: " + r.get (1) + ", AVG: " + avg);
}
Enhancements:
- This release focuses on bug fixes.
Download (0.24MB)
Added: 2007-05-30 License: The Apache License 2.0 Price:
880 downloads
IPMItool 1.8.6
IPMItool is a command-line utility to control IPMI-enabled devices. more>>
IPMItool is a simple command-line interface to systems that support the Intelligent Platform Management Interface (IPMI) v1.5 and v2.0 specifications.
IPMItool provides the ability to read the SDR and print sensor values, display the contents of the SEL, print FRU information, read and set LAN configuration parameters, and perform chassis power control.
Originally written to take advantage of IPMI-over-LAN interfaces, it is also capable of using a system interface as provided by a kernel device driver such as OpenIPMI.
Enhancements:
- A major feature and bugfix release that includes support for PICMG (ATCA) management controllers, better support for Sensors and Events and Inventory data, fixes for IPMIv2 encryption and IPMIv2 Serial-over-LAN, and support for the Tyan implementation of IPMIv1.5 Serial-over-LAN.
<<lessIPMItool provides the ability to read the SDR and print sensor values, display the contents of the SEL, print FRU information, read and set LAN configuration parameters, and perform chassis power control.
Originally written to take advantage of IPMI-over-LAN interfaces, it is also capable of using a system interface as provided by a kernel device driver such as OpenIPMI.
Enhancements:
- A major feature and bugfix release that includes support for PICMG (ATCA) management controllers, better support for Sensors and Events and Inventory data, fixes for IPMIv2 encryption and IPMIv2 Serial-over-LAN, and support for the Tyan implementation of IPMIv1.5 Serial-over-LAN.
Download (0.26MB)
Added: 2006-02-14 License: BSD License Price:
1406 downloads
SNMP::Util 1.8
SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. more>>
SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc.
SYNOPSIS
use SNMP::Util;
## Documentation (POD) =head1 NAME
Perl SNMP utilities - SNMP::Util - Version 1.8
This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This library requires the UCD port of SNMP and the SNMP.pm module writted by Joe Marzot.
Enhancements:
- Includes patches from tyoshida
<<lessSYNOPSIS
use SNMP::Util;
## Documentation (POD) =head1 NAME
Perl SNMP utilities - SNMP::Util - Version 1.8
This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This library requires the UCD port of SNMP and the SNMP.pm module writted by Joe Marzot.
Enhancements:
- Includes patches from tyoshida
Download (0.023MB)
Added: 2007-04-19 License: Perl Artistic License Price:
937 downloads
Netpet-CMS 1.8
Netpet-CMS project provides easy-going deployment and administration of Web sites, newsletters, and banners. more>>
Netpet-CMS project provides easy-going deployment and administration of Web sites, newsletters, and banners. After a short introduction, even users with little experience are capable using Netpet-CMS.
Furthermore, you dont need any specially configured server to run Netpet CMS, so you can install Netpet CMS on standard cheap Web hosting accounts.
<<lessFurthermore, you dont need any specially configured server to run Netpet CMS, so you can install Netpet CMS on standard cheap Web hosting accounts.
Download (1.8MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
808 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 konqil.icio.us 1.8 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