handles
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1609
MonAMI 0.9
MonAMI is a friendly monitoring daemon. more>>
MonAMI aims to be a standard place for monitoring services availability and performance, talking to many different monitoring systems whilst remaining easy to configure.
MonAMI project has a plugin structure, making it easy to add new things to monitor, or integrate with new monitoring systems.
MonAMI uses a plugin architecture to allow it to be extended by developing new targets. Information is provided by plugins and delivered to different destination by targets.
MonAMI-core mediates the flow of information, collecting data from plugins when the data is needed and sending it to the correct destination.
Enhancements:
- Two new monitoring plugins for clusters: torque and maui.
- Big improvement to the Ganglia plugin: it now supports dynamic dmax values, a gmond.conf file parser, and is careful not to overload gmond.
- ksysguard is more conservative, only allowing local connections by default, fluidsynth handles disconnects better, nut has better parsing of error messages and handles disconnects better, and nagios allows the user to specify localhosts host name.
<<lessMonAMI project has a plugin structure, making it easy to add new things to monitor, or integrate with new monitoring systems.
MonAMI uses a plugin architecture to allow it to be extended by developing new targets. Information is provided by plugins and delivered to different destination by targets.
MonAMI-core mediates the flow of information, collecting data from plugins when the data is needed and sending it to the correct destination.
Enhancements:
- Two new monitoring plugins for clusters: torque and maui.
- Big improvement to the Ganglia plugin: it now supports dynamic dmax values, a gmond.conf file parser, and is careful not to overload gmond.
- ksysguard is more conservative, only allowing local connections by default, fluidsynth handles disconnects better, nut has better parsing of error messages and handles disconnects better, and nagios allows the user to specify localhosts host name.
Download (0.20MB)
Added: 2007-08-15 License: BSD License Price:
802 downloads
NDisc6 0.9.3
ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that perform ICMPv6 Neighbor Discovery. more>>
ndisc6 consists of two small command line tools (ndisc6 and rdisc6) that perform ICMPv6 Neighbor Discovery and ICMPv6 Router Discovery respectively.
NDisc6 is primarily meant for IPv6 networking diagnostics or to detect rogue IPv6 nodes or routers on an Ethernet segment.
Enhancements:
- traceroute has been parallelized for faster execution, and handles IPv6 extension headers and more ICMPv6 errors, UDP-Lite probes.
- rdisc6 supports RFC4191 (router preference and specific routes) and RDNSS.
<<lessNDisc6 is primarily meant for IPv6 networking diagnostics or to detect rogue IPv6 nodes or routers on an Ethernet segment.
Enhancements:
- traceroute has been parallelized for faster execution, and handles IPv6 extension headers and more ICMPv6 errors, UDP-Lite probes.
- rdisc6 supports RFC4191 (router preference and specific routes) and RDNSS.
Download (0.021MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
811 downloads
AIPS 31DEC07-07-30
AIPS (Astronomical Information Processing System) handles the processing and display of data from radio interferometers. more>>
AIPS (Astronomical Information Processing System) handles the processing and display of data from radio interferometers.
Data can be collected from any radio telescope array. Images can be exported in FITS format.
Enhancements:
- Numerous major bugfixes and updates, some of which are not backwards-compatible with previous releases.
<<lessData can be collected from any radio telescope array. Images can be exported in FITS format.
Enhancements:
- Numerous major bugfixes and updates, some of which are not backwards-compatible with previous releases.
Download (89.7MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
817 downloads
Email::Handle 0.01
Email::Handle is a Objective Email Handler. more>>
Email::Handle is a Objective Email Handler.
SYNOPSIS
use Email::Handle;
my $email = Email::Handle->new(root@example.com);
print $email->is_valid ? yes : no;
print $email->obfuscate;
print $email->anonymize;
print $email;
$email->send(From => foo@example.com);
This module is also convenient for using on the DB application with Template and Class::DBI / DBIx::Class.
# setup the table that has column of email with this module
my $loader = Class::DBI::Loader->new(
...
namespace => MyApp
);
$loader->find_class(user)->has_a(email => Email::Handle);
# then output records with TT2
my $tmpl = Template->new;
$tmpl->process(
sample.tt,
{ users => $loader->find_class(user)->retrieve_all }
);
# You can write the template with some methods of this module like this
[% WHILE (user IN users) %]
[% user.email.obfuscate IF user.email.is_valid %]
[% END %]
<<lessSYNOPSIS
use Email::Handle;
my $email = Email::Handle->new(root@example.com);
print $email->is_valid ? yes : no;
print $email->obfuscate;
print $email->anonymize;
print $email;
$email->send(From => foo@example.com);
This module is also convenient for using on the DB application with Template and Class::DBI / DBIx::Class.
# setup the table that has column of email with this module
my $loader = Class::DBI::Loader->new(
...
namespace => MyApp
);
$loader->find_class(user)->has_a(email => Email::Handle);
# then output records with TT2
my $tmpl = Template->new;
$tmpl->process(
sample.tt,
{ users => $loader->find_class(user)->retrieve_all }
);
# You can write the template with some methods of this module like this
[% WHILE (user IN users) %]
[% user.email.obfuscate IF user.email.is_valid %]
[% END %]
Download (0.005MB)
Added: 2007-08-03 License: Perl Artistic License Price:
813 downloads
ATA over Ethernet driver 49
ATA over Ethernet driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol. more>>
ATA over Ethernet driver allows the Linux kernel to use the ATA over Ethernet (AoE) network protocol.
Using AoE, a Linux system can use AoE block devices like EtherDrive (R) storage blades.
The block devices appear as local device nodes (e.g. /dev/etherd/e0.0).
Enhancements:
- The driver now handles payloads larger than 4KiB, receives large packets without extra in-memory copy, and handles I/O requests so that the user can choose between the Linux I/O schedulers.
<<lessUsing AoE, a Linux system can use AoE block devices like EtherDrive (R) storage blades.
The block devices appear as local device nodes (e.g. /dev/etherd/e0.0).
Enhancements:
- The driver now handles payloads larger than 4KiB, receives large packets without extra in-memory copy, and handles I/O requests so that the user can choose between the Linux I/O schedulers.
Download (0.066MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
831 downloads
Perlbug::Object 2.93
Perlbug::Object is a object handler for Perlbug database. more>>
Perlbug::Object is a object handler for Perlbug database.
Handles Perlbug database objects, typically bug, group, message, patch, note, test, user, and severity, status etc....
Methods included to recognise objects by their id or by their also unique name.
SYNOPSIS
my $o_obj = Perlbug::Object->new(%init); # see L
$o_obj = $o_obj->read($oid); # data
my $name = $o_obj->data(name); # Bug
# ALL bugids (optionally) constrained by sql where clause
my @ids = $o_obj->ids($where); # where
# Relation ids
my @patchids = $o_obj->rel_ids(patch); # relids
print = $o_obj->format(h);
<<lessHandles Perlbug database objects, typically bug, group, message, patch, note, test, user, and severity, status etc....
Methods included to recognise objects by their id or by their also unique name.
SYNOPSIS
my $o_obj = Perlbug::Object->new(%init); # see L
$o_obj = $o_obj->read($oid); # data
my $name = $o_obj->data(name); # Bug
# ALL bugids (optionally) constrained by sql where clause
my @ids = $o_obj->ids($where); # where
# Relation ids
my @patchids = $o_obj->rel_ids(patch); # relids
print = $o_obj->format(h);
Download (0.49MB)
Added: 2007-07-08 License: Perl Artistic License Price:
841 downloads
Smart Common Input Method platform 1.4.7
Smart Common Input Method platform is a development platform. more>>
Smart Common Input Method platform is a development platform that significantly reduces the difficulty of input method development.
SCIM splits input method into three parts: FrontEnd, which handles user interface and communication with client applications, Server, which handles the key event to string conversion work, and BackEnd, which manages all of the Servers.
Enhancements:
- The implementation of scim::Socket was improved for better error handling.
- A high power consumption issue caused by the X11 frontend was fixed.
<<lessSCIM splits input method into three parts: FrontEnd, which handles user interface and communication with client applications, Server, which handles the key event to string conversion work, and BackEnd, which manages all of the Servers.
Enhancements:
- The implementation of scim::Socket was improved for better error handling.
- A high power consumption issue caused by the X11 frontend was fixed.
Download (2.5MB)
Added: 2007-06-27 License: LGPL (GNU Lesser General Public License) Price:
852 downloads
B::Keywords 1.06
B::Keywords is a Perl module that contains lists of reserved barewords and symbol names. more>>
B::Keywords is a Perl module that contains lists of reserved barewords and symbol names.
SYNOPSIS
use B::Keywords qw( @Symbols Barewords );
print join "n", @Symbols,
@Barewords;
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions, and @Barewords. The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes, and @Filehandles. Similarly, @Barewords adds a few non-function keywords and operators to the @Functions array.
All additions and modifications are welcome.
DATA
@Scalars
@Arrays
@Hashes
@Filehandles
@Functions
The above are lists of variables, special file handles, and built in functions.
@Symbols
This is just the combination of all of the above: variables, file handles, and functions.
@Barewords
This is a list of other special keywords in perl including operators and all the control structures.
<<lessSYNOPSIS
use B::Keywords qw( @Symbols Barewords );
print join "n", @Symbols,
@Barewords;
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays, @Hashes, @Filehandles, @Symbols, @Functions, and @Barewords. The @Symbols array includes the contents of each of @Scalars, @Arrays, @Hashes, and @Filehandles. Similarly, @Barewords adds a few non-function keywords and operators to the @Functions array.
All additions and modifications are welcome.
DATA
@Scalars
@Arrays
@Hashes
@Filehandles
@Functions
The above are lists of variables, special file handles, and built in functions.
@Symbols
This is just the combination of all of the above: variables, file handles, and functions.
@Barewords
This is a list of other special keywords in perl including operators and all the control structures.
Download (0.006MB)
Added: 2007-06-25 License: Perl Artistic License Price:
851 downloads
OpenInteract2::Datasource::DBI 1.99_06
OpenInteract2::Datasource::DBI is a Perl module that can create DBI database handles. more>>
OpenInteract2::Datasource::DBI is a Perl module that can create DBI database handles.
SYNOPSIS
# Define the parameters for a database handle main using PostgreSQL
[datasource main]
type = DBI
dbi_type = Pg
dsn = dbname=urkelweb
username = webuser
password = urkelnut
# Define a handle win32 that uses Microsoft SQL Server and connects
# with ODBC
[datasource win32]
type = DBI
dbi_type = MSSQL
use_odbc = yes
dsn = MyDSN
username = webuser
password = urkelnut
# Request the datasource main from the context object (which in
# turn requests it from the OpenInteract2::DatasourceManager object,
# which in turn requests it from this class)
my $dbh = CTX->datasource( main );
my $sth = $dbh->prepare( "SELECT * FROM urkel_fan" );
$sth->execute;
...
No, we do not subclass DBI with this. No, we do not override any of the DBI methods. Instead, we provide the means to connect to the database from one location using nothing more than a datasource name. This is somewhat how the Java Naming and Directory Interface (JNDI) allows you to manage objects, including database connections.
Note that if you are using it this should work flawlessly (although pointlessly) with Apache::DBI, and if you are using this on a different persistent Perl platform (say, PerlEx) then this module gives you a single location from which to retrieve database handles -- this makes using the BEGIN/END tricks ActiveState recommends in their FAQ pretty trivial.
<<lessSYNOPSIS
# Define the parameters for a database handle main using PostgreSQL
[datasource main]
type = DBI
dbi_type = Pg
dsn = dbname=urkelweb
username = webuser
password = urkelnut
# Define a handle win32 that uses Microsoft SQL Server and connects
# with ODBC
[datasource win32]
type = DBI
dbi_type = MSSQL
use_odbc = yes
dsn = MyDSN
username = webuser
password = urkelnut
# Request the datasource main from the context object (which in
# turn requests it from the OpenInteract2::DatasourceManager object,
# which in turn requests it from this class)
my $dbh = CTX->datasource( main );
my $sth = $dbh->prepare( "SELECT * FROM urkel_fan" );
$sth->execute;
...
No, we do not subclass DBI with this. No, we do not override any of the DBI methods. Instead, we provide the means to connect to the database from one location using nothing more than a datasource name. This is somewhat how the Java Naming and Directory Interface (JNDI) allows you to manage objects, including database connections.
Note that if you are using it this should work flawlessly (although pointlessly) with Apache::DBI, and if you are using this on a different persistent Perl platform (say, PerlEx) then this module gives you a single location from which to retrieve database handles -- this makes using the BEGIN/END tricks ActiveState recommends in their FAQ pretty trivial.
Download (0.91MB)
Added: 2007-06-22 License: Perl Artistic License Price:
854 downloads
OpenPlugin::Datasource::DBI 0.11
OpenPlugin::Datasource::DBI is a DBI driver, used to create DBI database handles for the OpenPlugin::Datasource plugin. more>>
OpenPlugin::Datasource::DBI is a DBI driver, used to create DBI database handles for the OpenPlugin::Datasource plugin.
SYNOPSIS
# Define the parameters for a database handle main in the config file
type = DBI
db_owner =
username = webuser
password = urkelnut
dsn = host=localhost;database=urkelweb
db_name =
driver = mysql
long_read_len = 65536
long_trunc_ok = 0
# Request the datasource main:
my $dbh = $OP->datasource->connect( main );
my $sth = $dbh->prepare( "SELECT * FROM urkel_fan" );
$sth->execute;
...
No, we do not subclass DBI with this. No, we do not override any of the DBI methods. Instead, we provide the means to connect to the database from one location using nothing more than a datasource name. This is somewhat how the Java Naming and Directory Interface (JNDI) allows you to manage objects, including database connections.
Note that if you are using it this should work flawlessly with Apache::DBI, and if you are using this on a different persistent Perl platform (say, PerlEx) then this module gives you a single location from which to retrieve database handles -- this makes using the BEGIN/END tricks ActiveState recommends in their FAQ pretty trivial.
<<lessSYNOPSIS
# Define the parameters for a database handle main in the config file
type = DBI
db_owner =
username = webuser
password = urkelnut
dsn = host=localhost;database=urkelweb
db_name =
driver = mysql
long_read_len = 65536
long_trunc_ok = 0
# Request the datasource main:
my $dbh = $OP->datasource->connect( main );
my $sth = $dbh->prepare( "SELECT * FROM urkel_fan" );
$sth->execute;
...
No, we do not subclass DBI with this. No, we do not override any of the DBI methods. Instead, we provide the means to connect to the database from one location using nothing more than a datasource name. This is somewhat how the Java Naming and Directory Interface (JNDI) allows you to manage objects, including database connections.
Note that if you are using it this should work flawlessly with Apache::DBI, and if you are using this on a different persistent Perl platform (say, PerlEx) then this module gives you a single location from which to retrieve database handles -- this makes using the BEGIN/END tricks ActiveState recommends in their FAQ pretty trivial.
Download (0.077MB)
Added: 2007-06-22 License: Perl Artistic License Price:
854 downloads
DirHandle 5.8.8
DirHandle is a Perl module created to supply object methods for directory handles. more>>
DirHandle is a Perl module created to supply object methods for directory handles.
SYNOPSIS
use DirHandle;
$d = new DirHandle ".";
if (defined $d) {
while (defined($_ = $d->read)) { something($_); }
$d->rewind;
while (defined($_ = $d->read)) { something_else($_); }
undef $d;
}
The DirHandle method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions.
The only objective benefit to using DirHandle is that it avoids namespace pollution by creating globs to hold directory handles.
NOTES
On Mac OS (Classic), the path separator is :, not /, and the current directory is denoted as :, not .. You should be careful about specifying relative pathnames. While a full path always begins with a volume name, a relative pathname should always begin with a :. If specifying a volume name only, a trailing : is required.
<<lessSYNOPSIS
use DirHandle;
$d = new DirHandle ".";
if (defined $d) {
while (defined($_ = $d->read)) { something($_); }
$d->rewind;
while (defined($_ = $d->read)) { something_else($_); }
undef $d;
}
The DirHandle method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions.
The only objective benefit to using DirHandle is that it avoids namespace pollution by creating globs to hold directory handles.
NOTES
On Mac OS (Classic), the path separator is :, not /, and the current directory is denoted as :, not .. You should be careful about specifying relative pathnames. While a full path always begins with a volume name, a relative pathname should always begin with a :. If specifying a volume name only, a trailing : is required.
Download (12.2MB)
Added: 2007-05-15 License: Perl Artistic License Price:
895 downloads
Scenic 0.12.3
Scenic is a 2-dimensional scene based graphics library. more>>
Scenic is a 2-dimensional scene based graphics library. Scenic stores graphics in a tree-like structure (scene). Scenic also handles user input (mouse and keyboard).
Main features:
- Affine transformations
- Polygons
- Lines
- Cubic Bezier curves
- Antialiased text
- Images
- Clipping
- Alpha transparency
- Edge antialiasing
- OpenGL primitives
- Conservative garbage collection
<<lessMain features:
- Affine transformations
- Polygons
- Lines
- Cubic Bezier curves
- Antialiased text
- Images
- Clipping
- Alpha transparency
- Edge antialiasing
- OpenGL primitives
- Conservative garbage collection
Download (MB)
Added: 2007-04-03 License: LGPL (GNU Lesser General Public License) Price:
935 downloads
FinerEdge Calculator 2.8
FinerEdge Calculator project handles all types of loans, bonds, annuities and other investments. more>>
The FinerEdge Calculation Solution is a modern Java, ISO and XML standards-based, customizable financial amortization calculation system designed for financial institutions, financial software vendors, and application service providers. The FinerEdge Calculator is a single source financial calculation solution from the Web to the Desktop to the Mainframe.
FinerEdge Calculator project handles all types of loans, bonds, annuities and other investments using all of the proper calculation methods and terms for each of the different types of cash flows. In addition, new calculation methods and terms can visually be added to FinerEdge Calculator and immediately leveraged across your entire enterprise and web offerings, all without any programming! In turn, this enables the easy creation and servicing of custom, hybrid financial products that keep you ahead of the competition.
<<lessFinerEdge Calculator project handles all types of loans, bonds, annuities and other investments using all of the proper calculation methods and terms for each of the different types of cash flows. In addition, new calculation methods and terms can visually be added to FinerEdge Calculator and immediately leveraged across your entire enterprise and web offerings, all without any programming! In turn, this enables the easy creation and servicing of custom, hybrid financial products that keep you ahead of the competition.
Download (2.3MB)
Added: 2007-04-02 License: Free To Use But Restricted Price:
939 downloads
Upstart 0.3.8
Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot. more>>
Upstart project is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.
It is being developed for the Ubuntu distribution, but is intended to be suitable for deployment in all Linux distributions as a replacement for the venerable sysvinit package.
Main features:
- Tasks and Services are started and stopped by events
- Events are generated as tasks and services are run and stopped
- Events may also be generated at timed intervals, or when files are changed
- Events may be received from any other process on the system
- Services may be respawned if they die unexpectedly
- Bi-directional communication with init daemon to discover which jobs are running, why jobs failed, etc.
Enhancements:
- This release fixes an assertion error and an interaction bug between initctl stop and jobs that call it to stop themselves.
<<lessIt is being developed for the Ubuntu distribution, but is intended to be suitable for deployment in all Linux distributions as a replacement for the venerable sysvinit package.
Main features:
- Tasks and Services are started and stopped by events
- Events are generated as tasks and services are run and stopped
- Events may also be generated at timed intervals, or when files are changed
- Events may be received from any other process on the system
- Services may be respawned if they die unexpectedly
- Bi-directional communication with init daemon to discover which jobs are running, why jobs failed, etc.
Enhancements:
- This release fixes an assertion error and an interaction bug between initctl stop and jobs that call it to stop themselves.
Download (0.54MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
952 downloads
OpenL2TP 0.17
OpenL2TP is an open source L2TP client / server, written by Katalix Systems specifically for Linux. more>>
OpenL2TP is an open source L2TP client / server, written by Katalix Systems specifically for Linux. The project has been designed for use as an enterprise L2TP VPN server or in commercial, Linux-based, embedded networking products and is able to support hundreds of sessions, each with different configuration.
A userspace daemon handles the L2TP control protocol and a kernel component handles the datapath. The distribution includes kernel patches for 2.4 and 2.6, a pppd plugin, a command line application for management and documentation. Other PPP implementations may be used instead of pppd by use of an OpenL2TP plugin.
Enhancements:
- This release adds a mechanism by which individual L2TP sessions will automatically retry if the peer drops the connection.
- This feature is useful for ISPs that use multiple sessions in a single L2TP tunnel.
- Support for the Linux 2.6.20 kernel has been added.
- New pre-built RPMs for FC5/FC6 kernel updates are also available.
<<lessA userspace daemon handles the L2TP control protocol and a kernel component handles the datapath. The distribution includes kernel patches for 2.4 and 2.6, a pppd plugin, a command line application for management and documentation. Other PPP implementations may be used instead of pppd by use of an OpenL2TP plugin.
Enhancements:
- This release adds a mechanism by which individual L2TP sessions will automatically retry if the peer drops the connection.
- This feature is useful for ISPs that use multiple sessions in a single L2TP tunnel.
- Support for the Linux 2.6.20 kernel has been added.
- New pre-built RPMs for FC5/FC6 kernel updates are also available.
Download (0.19MB)
Added: 2007-02-27 License: Other/Proprietary License with Source Price:
969 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 handles 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