Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.587.159 Times

Senior Operations Inc freeware
Filter: All | Freeware | Demo
 

Senior Operations Inc

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.036

File::PathList File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). SYNOPSIS # Create a basic pathset my $inc = File::PathList->new( @INC ); # Again, but with more explicit params my $inc2 = File::PathList->new( paths => @INC, cache => 1, ); #...



Platforms: *nix

License: Freeware Size: 26.62 KB Download (93): File::PathList Download

Added: April 04, 2010 | Visits: 1.137

Archive::Chm Archive::Chm is a Perl module that performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. The module supersedes Text::Chm written by Domenico Delle Side....





Platforms: *nix

License: Freeware Size: 419.84 KB Download (101): Archive::Chm Download

Added: October 27, 2010 | Visits: 1.055

DateTime::Precise DateTime::Precise can perform common time and date operations with additional GPS operations. SYNOPSIS use DateTime::Precise; use DateTime::Precise qw(:TimeVars); # Constructors and ways to set time. $t1 = DateTime::Precise->new; $t2 = DateTime::Precise->new(1998. 4. 3 12:13:44.054);...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (89): DateTime::Precise Download

Added: January 08, 2010 | Visits: 1.407

Apogee These are drivers for the range of scientific CCD cameras manufactured by Apogee Instruments Inc. The drivers are accompanied by a full GUI interface designed for use in an astronomical environment. The .tgz binary can be installed using the following commands cd / tar -xvzPf...


Platforms: *nix

License: Freeware Size: 22 MB Download (152): Apogee Download

Added: May 11, 2010 | Visits: 930

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): Env::Path Download

Added: March 16, 2010 | Visits: 1.228

StelsDBF StelsDBF is a DBF JDBC type 4 driver that allows to perform SQL queries and other JDBC operations on DBF files (dBase III/ IV/ V, xBase, FoxPro, FoxBase, Clipper). StelsDBF driver is completely platform-independent and does not require installing additional client or server software to provide...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (313): StelsDBF Download

Added: September 18, 2010 | Visits: 1.345

H-FTP H-FTP is a small ftp client who allows you to make simple operations like downloading and uploading single files. It contains some bugs that I will fix thereafter and I count on your help to do that, (the source code is not commented on).. H-FTP KDE-Apps.org Community Portal for KDE...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (96): H-FTP Download

Added: September 15, 2010 | Visits: 1.232

Dungeon Inc DungeonInc is a realtime dungeon simulator. The creatures living in the dungeon have their own will and the player can only interact to a certain extend. Dungeon Incs goal is to gather as much valuables in your dungeon as you can. In order to accomplish that, youve to make it as comfortable as...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Dungeon Inc Download

Added: February 27, 2010 | Visits: 690

wmtheme wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. For example, to rename do wmtheme -r oldname newname, or to activate do wmtheme name. Furthermore, it takes great care to make installation painless, in spite of evolving formats,...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (88): wmtheme Download

Added: September 10, 2010 | Visits: 1.153

SNMP::Multi SNMP::Multi is a Perl module to perform SNMP operations on multiple hosts simultaneously. SYNOPSIS use SNMP::Multi; my $req = SNMP::Multi::VarReq->new ( nonrepeaters => 1, hosts => [ qw/ router1.my.com router2.my.com / ], vars => [ [ sysUpTime ], [ ifInOctets ], [ ifOutOctets ] ], );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): SNMP::Multi Download

Added: September 08, 2010 | Visits: 580

Libtext 0.0.0 Beta Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error callbacks. Libtext performs actions such as append, delete, find, get, insert, prepend, replace, and reverse. Libtext can also append, insert, overwrite, and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (86): Libtext 0.0.0 Beta Download

Added: April 12, 2010 | Visits: 945

AI::FuzzyLogic AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i = new AI::FuzzyLogic $subset1, $subset2, $subset3; #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): AI::FuzzyLogic Download

Added: February 01, 2010 | Visits: 868

Tree::PseudoIncLib Tree::PseudoIncLib is a Perl class for encapsulating a description of pseudo-INC array. ABSTRACT This module encapsulates a perl-type library description data and provides methods for manipulating that data. It is in no way associated with any real @INC array on the system. Instead, it works...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Tree::PseudoIncLib Download

Added: June 15, 2010 | Visits: 978

Tk::NumEntry Tk::NumEntry is a numeric Entry widget with inc. & dec. Buttons. SYNOPSIS use Tk::NumEntry; $parent->NumEntry(?-option=>value, ...?); Tk::NumEntry defines a widget for entering integer numbers. The widget also contains buttons for increment and decrement. Tk::NumEntry supports all the...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (90): Tk::NumEntry Download

Added: October 11, 2010 | Visits: 595

File::AnySpec File::AnySpec is a Perl module to perform operations on foreign (remote) file names. SYNOPSIS # Subroutine Interface # use File::AnySpec qw(fspec2fspec pm2fspec os2fspec fspec2os fspec_glob fspec2pm); $file = fspec2fspec($from_fspec, $to_fspec $fspec_file, [$nofile]) $os_file =...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (87): File::AnySpec Download

Added: January 02, 2010 | Visits: 1.006

Pioneer Rifleman Alpha Pioneer Linux, a product of Technalign, Inc, is a desktop-oriented, Kubuntu-based distribution targeted at new as well as experienced Linux users. Pioneer Linux comes in two flavours: as a freely downloadable live and installation CD, and as a commercial boxed edition with CrossOver Office and...


Platforms: *nix

License: Freeware Size: 754 MB Download (96): Pioneer Rifleman Alpha Download

Added: August 21, 2010 | Visits: 987

Yahoo::Marketing::BidInformationService Yahoo::Marketing::BidInformationService is an object that provides operations that return the current bid and cutoff bid required for a keyword to make it to best rank. You can use this information to optimize your keyword bid in real-time. SYNOPSIS See EWS documentation online for available...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (94): Yahoo::Marketing::BidInformationService Download

Added: January 25, 2010 | Visits: 686

Order Of Operations Order Of Operations provides practice for students in grades five through nine, to figure out mathematical "order of operations" problems.. Five different levels allow you to tailor the drill to the ability of the student. The font is large and easy to read; and the layout is simple.


Platforms: Mac

License: Freeware Size: 296 KB Download (98): Order Of Operations Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 517

Elves Inc Christmas Mission Plunge yourself into the shining world of a winter fairy tale! Control and master the logistics of Christmas! Help magic elves deliver and load gifts to Santa’s sledge before Christmas comes. Make sure they don’t run into each other or they will drop the gifts and children won’t get their...


Platforms: Windows

License: Freeware Size: 11.87 MB Download (590): Elves Inc Christmas Mission Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 321

BookMark.inc Bookmark.inc is a PHP class that provides the essential functions to manage a bookmark. It provides an (multilingual) administrator interface, and allows the personalization of the bookmark visualization through a simple template system.


Platforms: Windows, Mac, Linux

License: Freeware Size: 17.86 KB Download (44): BookMark.inc Download

< 1 2 3 4 5 >