datalookup 0.03
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 208
DBIx::DataLookup 0.03
DBIx:DataLookup 0.03 is designed as a useful tool which can help you easily both cache records pulled by an SQL statement from a database in the memory as well as look them up later at any time during execution of your script. more>> <<less
Added: 2009-07-26 License: Perl Artistic License Price: FREE
downloads
Watsup 0.03
Watsup is a system and process monitor for CPU, memory, page faults, disk IO, network IO. more>>
Watsup is a system and process monitor for CPU, memory, page faults, disk IO, network IO.
Low overhead. GUI controls. Formatted report in window. Sample interval down to 0.1 secs. Choose font size. System resources: CPU (1-4), memory (free/used/cache), page faults (hard/soft), disk IO, network IO. Process resources: same + execution file name.
Main features:
- overhead is about 1/3 as much
- sample interval as low as 0.1 seconds is supported
- overall system and top process resources are shown on one page
- disk I/O, network I/O, and page fault rates can be monitored
- font can be made small (for display in a corner) or large (whole screen)
- the top N processes are displayed with minimal jumping around between samples
- (which makes it easier to watch one or a few processes)
- process ranking is a weighted sum of CPU, hard page faults, and disk I/O
<<lessLow overhead. GUI controls. Formatted report in window. Sample interval down to 0.1 secs. Choose font size. System resources: CPU (1-4), memory (free/used/cache), page faults (hard/soft), disk IO, network IO. Process resources: same + execution file name.
Main features:
- overhead is about 1/3 as much
- sample interval as low as 0.1 seconds is supported
- overall system and top process resources are shown on one page
- disk I/O, network I/O, and page fault rates can be monitored
- font can be made small (for display in a corner) or large (whole screen)
- the top N processes are displayed with minimal jumping around between samples
- (which makes it easier to watch one or a few processes)
- process ranking is a weighted sum of CPU, hard page faults, and disk I/O
Download (0.18MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
808 downloads
Data::ENAML 0.03
Data::ENAML is a Perl extension for ENAML data representation. more>>
Data::ENAML is a Perl extension for ENAML data representation.
SYNOPSIS
use Data::ENAML qw (serialize deserialize);
print serialize(login => {nick => Schop,
email => ariel@atheist.org.il,
tagline => If I had no modem I would not lose Regina});
$struct = deserialize(bad-nick: {nick: "c00l dewd" text: "spaces not allowed"});
ENAML stands for ENAML is Not A Markup Language. (And as we all know, Gnu is Not UNIX, Pine Is Not Email, Wine Is Not Emulator, Lame Aint Mp3 Encoder and so on).
ENAML was defined by Robey Pointer for use in Say2, check http://www.lag.net/say2.
<<lessSYNOPSIS
use Data::ENAML qw (serialize deserialize);
print serialize(login => {nick => Schop,
email => ariel@atheist.org.il,
tagline => If I had no modem I would not lose Regina});
$struct = deserialize(bad-nick: {nick: "c00l dewd" text: "spaces not allowed"});
ENAML stands for ENAML is Not A Markup Language. (And as we all know, Gnu is Not UNIX, Pine Is Not Email, Wine Is Not Emulator, Lame Aint Mp3 Encoder and so on).
ENAML was defined by Robey Pointer for use in Say2, check http://www.lag.net/say2.
Download (0.004MB)
Added: 2006-11-15 License: Perl Artistic License Price:
1073 downloads
foundation 0.03
foundation Perl module inheritance without objects. more>>
foundation Perl module to inheritance without objects.
SYNOPSIS
package Foo;
sub fooble { 42 }
package Bar;
sub mooble { 23 }
sub hooble { 13 }
package FooBar;
use foundation;
foundation(qw(Foo Bar));
sub hooble { 31 }
print fooble(); # prints 42
print moodle(); # prints 23
print hooble(); # prints 31 (FooBar overrides hooble() from Bar)
print SUPER(hooble); # prints 13 (Bars hooble())
Havent drunk the OO Kool-Aid yet? Think object-oriented has something to do with Ayn Rand? Do you eat Java programmers for breakfast?
If the answer to any of those is yes, than this is the module for you! foundation adds the power of inheritance without getting into a class-war!
Simply use foundation and list which libraries symbols you wish to "inherit". It then sucks in all the symbols from those libraries into the current one.
Functions
foundation
foundation(@libraries);
Declares what libraries you are founded on. Similar to use base.
SUPER
my @results = SUPER($function, @args);
Calls the named $function of the current packages foundation with the given @args.
Similar to $obj-SUPER::meth();>
<<lessSYNOPSIS
package Foo;
sub fooble { 42 }
package Bar;
sub mooble { 23 }
sub hooble { 13 }
package FooBar;
use foundation;
foundation(qw(Foo Bar));
sub hooble { 31 }
print fooble(); # prints 42
print moodle(); # prints 23
print hooble(); # prints 31 (FooBar overrides hooble() from Bar)
print SUPER(hooble); # prints 13 (Bars hooble())
Havent drunk the OO Kool-Aid yet? Think object-oriented has something to do with Ayn Rand? Do you eat Java programmers for breakfast?
If the answer to any of those is yes, than this is the module for you! foundation adds the power of inheritance without getting into a class-war!
Simply use foundation and list which libraries symbols you wish to "inherit". It then sucks in all the symbols from those libraries into the current one.
Functions
foundation
foundation(@libraries);
Declares what libraries you are founded on. Similar to use base.
SUPER
my @results = SUPER($function, @args);
Calls the named $function of the current packages foundation with the given @args.
Similar to $obj-SUPER::meth();>
Download (0.004MB)
Added: 2007-06-19 License: Perl Artistic License Price:
857 downloads
Memlockd 0.03
Memlockd project locks a list of files into RAM so that if the system starts paging excessively the sysadmin will still recover. more>>
Memlockd project locks a list of files into RAM so that if the system starts paging excessively (as the result of a DOS attack or buggy program), the sysadmin will still be able to login to recover it.
The project will lock regular files as well as programs in memory, and for programs, it can optionally lock all shared objects that they are linked against.
Enhancements:
- The daemon now writes a PID file.
- The restart option of the init.d script now starts a new instance unconditionally so that the new instance can kill the old one.
- This means that there is no time window when memlockd is not running.
<<lessThe project will lock regular files as well as programs in memory, and for programs, it can optionally lock all shared objects that they are linked against.
Enhancements:
- The daemon now writes a PID file.
- The restart option of the init.d script now starts a new instance unconditionally so that the new instance can kill the old one.
- This means that there is no time window when memlockd is not running.
Download (0.007MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
954 downloads
Plonx 0.03
Plonx is a simple puzzle game for Linux console. more>>
Plonx is a simple puzzle game for Linux console.
Plonx is a small puzzle game, where youll have to avoid bombs and collect points.
You control the white @-sign.
The red asterisks are bombs. Youll have to collect the green numbers, while avoiding the bombs, the upper and lower edges of the map, and the blue trail you leave behind.
The left and right edges of the map wrap around. Youll move 1-6 spaces forward, depending on what number you first pick up on that move.
During game, you can press ? to get help, use the number-keys to move, or press q to quit.
Plonx also accepts some commandline parameters:
--wid X Sets the map width to X. Default is 20.
--hei Y Sets the map height to Y. Default is 20.
--level N Sets the number of bombs on the level to N. Default is 10.
--seed N Sets the random number seed used to generate the map.
--delay N Sets the delay for moving on the map. Default is 50000.
<<lessPlonx is a small puzzle game, where youll have to avoid bombs and collect points.
You control the white @-sign.
The red asterisks are bombs. Youll have to collect the green numbers, while avoiding the bombs, the upper and lower edges of the map, and the blue trail you leave behind.
The left and right edges of the map wrap around. Youll move 1-6 spaces forward, depending on what number you first pick up on that move.
During game, you can press ? to get help, use the number-keys to move, or press q to quit.
Plonx also accepts some commandline parameters:
--wid X Sets the map width to X. Default is 20.
--hei Y Sets the map height to Y. Default is 20.
--level N Sets the number of bombs on the level to N. Default is 10.
--seed N Sets the random number seed used to generate the map.
--delay N Sets the delay for moving on the map. Default is 50000.
Download (0.003MB)
Added: 2005-11-22 License: GPL (GNU General Public License) Price:
1431 downloads
Math::ODE 0.03
Math::ODE Perl module allows you to solve N-th Order Ordinary Differential Equations with as little pain as possible. more>>
Math::ODE Perl module allows you to solve N-th Order Ordinary Differential Equations with as little pain as possible.
Currently, only IVPs (initial value problems) are supported, but native support for BVPs (boundary value problems) may be added in the future. To solve N-th order equations, you must first turn it into a system of N first order equations, as in MATLAB.
<<lessCurrently, only IVPs (initial value problems) are supported, but native support for BVPs (boundary value problems) may be added in the future. To solve N-th order equations, you must first turn it into a system of N first order equations, as in MATLAB.
Download (0.005MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
867 downloads
Tk::Menustrip 0.03
Tk::Menustrip is another menubar with help menu support, etc. more>>
Tk::Menustrip is another menubar with help menu support, etc.
SYNOPSIS
use Tk::Menustrip;
use Tk;
my $MainWindow = MainWindow->new();
my $l_Menubar = $this->Menustrip();
$l_Menubar->MenuLabel (File),
$l_Menubar->MenuEntry (File, Save, sub {Save();});
$l_Menubar->MenuSeparator (File);
$l_Menubar->MenuEntry (File, Exit, sub {Exit();});
$l_Menubar->MenuLabel (Help, -right);
$l_Menubar->MenuEntry (Help, About...);
$l_Menubar->MenuSeparator (Help);
$l_Menubar->MenuEntry (Help, Help On...);
$l_Menubar->pack(-fill => x);
Tk::MainLoop;
<<lessSYNOPSIS
use Tk::Menustrip;
use Tk;
my $MainWindow = MainWindow->new();
my $l_Menubar = $this->Menustrip();
$l_Menubar->MenuLabel (File),
$l_Menubar->MenuEntry (File, Save, sub {Save();});
$l_Menubar->MenuSeparator (File);
$l_Menubar->MenuEntry (File, Exit, sub {Exit();});
$l_Menubar->MenuLabel (Help, -right);
$l_Menubar->MenuEntry (Help, About...);
$l_Menubar->MenuSeparator (Help);
$l_Menubar->MenuEntry (Help, Help On...);
$l_Menubar->pack(-fill => x);
Tk::MainLoop;
Download (0.050MB)
Added: 2006-11-01 License: Perl Artistic License Price:
1087 downloads
Acme::Tpyo 0.03
Acme::Tpyo consists of a Perl extension for misspelling words. more>>
Acme::Tpyo consists of a Perl extension for misspelling words.
Tired of having to misspell your words on accident? Want to do it more often and worse than normal?
Acme::Tpyo is for you! With Acme::Tpyo you can use your normally perfectly type strings and make them look like a 2nd grader!
Great to give your project that professional edge your boss is always asking for!
<<lessTired of having to misspell your words on accident? Want to do it more often and worse than normal?
Acme::Tpyo is for you! With Acme::Tpyo you can use your normally perfectly type strings and make them look like a 2nd grader!
Great to give your project that professional edge your boss is always asking for!
Download (0.003MB)
Added: 2007-03-30 License: Perl Artistic License Price:
938 downloads
Samba::LDAP 0.03
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. more>>
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend.
SYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
<<lessSYNOPSIS
use Carp;
use Samba::LDAP;
my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1016 downloads
Tk::Columns 0.03
Tk::Columns is a multicolumn list widget with sortable & sizeable columns. more>>
Tk::Columns is a multicolumn list widget with sortable & sizeable columns.
SYNOPSIS
use Tk::Columns;
$Columns = $parent->B
(
-columnlabels => [qw (column1 column2)]
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
);
$ColumnHeader = $Columns->B
(
-listfont => -adobe-new century schoolbook-medium-r-normal--14-*-*-*-*-*-*-*,
-buttoncolor => beige,
-text => column3,
-width => 15,
-trimcount => 2,
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
-sort => true,
-sortcommand => $a cmp $b,
-image => $icon_image,
-buttoncommand => sub {...},
-selectcommand => sub {...}
);
$Columns->insert (end, [List, Row, Contents]);
$Columns->insert (end, {column1 => List, column2 => Row, column3 => Contents});
$Columns->insert (end, List, Row, Contents);
$Columns->delete (0, end);
...
Tk::MainLoop;
<<lessSYNOPSIS
use Tk::Columns;
$Columns = $parent->B
(
-columnlabels => [qw (column1 column2)]
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
);
$ColumnHeader = $Columns->B
(
-listfont => -adobe-new century schoolbook-medium-r-normal--14-*-*-*-*-*-*-*,
-buttoncolor => beige,
-text => column3,
-width => 15,
-trimcount => 2,
-listbackground => white,
-listforeground => black,
-buttonforeground => black,
-buttonbackground => blue,
-sort => true,
-sortcommand => $a cmp $b,
-image => $icon_image,
-buttoncommand => sub {...},
-selectcommand => sub {...}
);
$Columns->insert (end, [List, Row, Contents]);
$Columns->insert (end, {column1 => List, column2 => Row, column3 => Contents});
$Columns->insert (end, List, Row, Contents);
$Columns->delete (0, end);
...
Tk::MainLoop;
Download (0.050MB)
Added: 2007-08-11 License: Perl Artistic License Price:
804 downloads
Java::Import 0.03
Java::Import is Perl module to use Java classes in Perl. more>>
Java::Import is Perl module to use Java classes in Perl.
SYNOPSIS
use Java::Import qw(
some.package.SomeClass
);
my $instance = new some.package.SomeClass();
$instance->someMethod();
my $ret_val = some::package::SomeClass::someStaticMethod();
$ret_val->someMethod();
$ret_val2 = $instance->someOtherMethod($ret_val);
$ret_val2->someMethod();
my $java_array_ref $instance->someMethod2();
foreach my $obj ( @$java_array_ref ) {
$obj->someMethod();
}
The purpose of this module is to provide a simple method for using Java classes from a Perl program while using the latest in Open Source Java Technology. Thus, this module makes great use of the GNU Compiler Tools for Java in its implimentation.
<<lessSYNOPSIS
use Java::Import qw(
some.package.SomeClass
);
my $instance = new some.package.SomeClass();
$instance->someMethod();
my $ret_val = some::package::SomeClass::someStaticMethod();
$ret_val->someMethod();
$ret_val2 = $instance->someOtherMethod($ret_val);
$ret_val2->someMethod();
my $java_array_ref $instance->someMethod2();
foreach my $obj ( @$java_array_ref ) {
$obj->someMethod();
}
The purpose of this module is to provide a simple method for using Java classes from a Perl program while using the latest in Open Source Java Technology. Thus, this module makes great use of the GNU Compiler Tools for Java in its implimentation.
Download (0.028MB)
Added: 2006-12-01 License: Perl Artistic License Price:
1059 downloads
Findwild 0.03
Findwild is a program to search for files. more>>
Findwild is (yet another) program to search for files. It works quite differently from the other programs you may have used.
This software offers the following search criteria:
- directory path to search, with multiple wildcards placed anywhere
- file name(s) to search for, with multiple wildcards anywhere
- file name(s) to exclude, with multiple wildcards anywhere
- file content string(s) to search for, with multiple wildcards anywhere
- file content string(s) to exclude, with multiple wildcards anywhere
- file modification date within a desired range
- your choice of delimiters that define the file strings to be searched
Search criteria can be saved and recalled. It is relatively easy to modify a query incrementally, to zero-in on the results you need.
Performance Indicators:
+ Search /usr/share/* (69000 files) for all files containing the string thumb* 193 files found, 89 seconds
+ Modify the query to search only files named *.html 51 files found, 12 seconds
<<lessThis software offers the following search criteria:
- directory path to search, with multiple wildcards placed anywhere
- file name(s) to search for, with multiple wildcards anywhere
- file name(s) to exclude, with multiple wildcards anywhere
- file content string(s) to search for, with multiple wildcards anywhere
- file content string(s) to exclude, with multiple wildcards anywhere
- file modification date within a desired range
- your choice of delimiters that define the file strings to be searched
Search criteria can be saved and recalled. It is relatively easy to modify a query incrementally, to zero-in on the results you need.
Performance Indicators:
+ Search /usr/share/* (69000 files) for all files containing the string thumb* 193 files found, 89 seconds
+ Modify the query to search only files named *.html 51 files found, 12 seconds
Download (MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
811 downloads
TSKmount-Fuse 0.03
TSKmount-Fuse is the filesystem of deleted files. more>>
TSKmount-Fuse is the filesystem of deleted files.
TSKmount, is a free Fuse filesystem written in perl and based on The Sleuth Kit tools. It is intended to provide an easy way to recover deleted files over ext2, fat and ntfs filesystems.
Short HowTo:
Mounting device /dev/hda5 on /tmp/fuse empty directory:
tskmount /dev/hda5 /tmp/fuse
### wait the "Ready" message before going to /tmp/fuse ###
Unmounting filesystem:
fusermount -u /tmp/fuse
See common options:
tskmount --help
<<lessTSKmount, is a free Fuse filesystem written in perl and based on The Sleuth Kit tools. It is intended to provide an easy way to recover deleted files over ext2, fat and ntfs filesystems.
Short HowTo:
Mounting device /dev/hda5 on /tmp/fuse empty directory:
tskmount /dev/hda5 /tmp/fuse
### wait the "Ready" message before going to /tmp/fuse ###
Unmounting filesystem:
fusermount -u /tmp/fuse
See common options:
tskmount --help
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
FLV::Info 0.03
FLV::Info is an extract metadata from Flash Video files. more>>
FLV::Info is an extract metadata from Flash Video files.
SYNOPSIS
use FLV::Info;
my $reader = FLV::Info->new();
$reader->parse(video.flv);
my %info = $reader->get_info();
print "$info{video_count} video framesn";
print $reader->report();
This module reads Macromedia FLV files and reports metadata about those files.
<<lessSYNOPSIS
use FLV::Info;
my $reader = FLV::Info->new();
$reader->parse(video.flv);
my %info = $reader->get_info();
print "$info{video_count} video framesn";
print $reader->report();
This module reads Macromedia FLV files and reports metadata about those files.
Download (0.72MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1208 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 datalookup 0.03 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