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 50.478.817 Times

Hide My Data freeware
Filter: All | Freeware | Demo
 

Hide My Data

< 1 2 3 4 5 
Added: July 17, 2010 | Visits: 1.417

Data::FormValidator::Filters::Image Data::FormValidator::Filters::Image is a filter that allows you to shrink incoming image uploads using Data::FormValidator. SYNOPSIS use Data::FormValidator::Filters::Image qw( image_filter ); # Build a Data::FormValidator Profile: my $my_profile = { required => qw( uploaded_image ),... Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): Data::FormValidator::Filters::Image Download

Added: November 14, 2010 | Visits: 759

Data::Stag::HashDB Data::Stag::HashDB is a perl used for building indexes over Stag files or objects. SYNOPSIS # parsing a file into a hash my $hdb = Data::Stag::HashDB->new; $hdb->unique_key("ss_details/social_security_no"); $hdb->record_type("person"); my $obj = {}; $hdb->index_hash($obj);... Platforms: *nix

License: Freeware Size: 440.32 KB Download (129): Data::Stag::HashDB Download

Added: February 06, 2010 | Visits: 1.052

Data::CTable Data::CTable is a Perl module that helps you read, write, manipulate tabular data. SYNOPSIS ## Read some data files in various tabular formats use Data::CTable; my $People = Data::CTable->new("people.merge.mac.txt"); my $Stats = Data::CTable->new("stats.tabs.unix.txt"); ## Clean stray... Platforms: *nix

License: Freeware Size: 153.6 KB Download (95): Data::CTable Download

Added: July 03, 2010 | Visits: 688

Data::BenchmarkResults Data::BenchmarkResults is a Perl extension for averaging and comparing multiple benchmark runs. SYNOPSIS use Data::BenchmarkResults; $conditionA_results = new Data::BenchmarkResults; $conditionB_results = new Data::BenchmarkResults; #Load test result runs for the first condition... Platforms: *nix

License: Freeware Size: 9.22 KB Download (86): Data::BenchmarkResults Download

Added: May 16, 2010 | Visits: 1.045

Data::SpreadPagination Data::SpreadPagination is a Perl module for page numbering and spread pagination. SYNOPSIS use Data::SpreadPagination; my $pageInfo = Data::SpreadPagination->new({ totalEntries => $totalEntries, entriesPerPage => $entriesPerPage, # Optional, will use defaults otherwise. # only 1 of... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Data::SpreadPagination Download

Added: August 23, 2010 | Visits: 1.270

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Data::ICal::Entry::Alarm::Email Download

Added: August 09, 2010 | Visits: 1.339

GraphViz::Data::Structure GraphViz::Data::Structure can visualise data structures. SYNOPSIS use GraphViz::Data::Structure; my $gvds = GraphViz:Data::Structure->new($data_structure); print $gvds->graph()->as_png; This module makes it easy to visualise data structures, even recursive or circular ones. It is... Platforms: *nix

License: Freeware Size: 40.96 KB Download (120): GraphViz::Data::Structure Download

Added: May 11, 2010 | Visits: 1.170

Preferences Hide and Seek Preferences Hide and Seek can configure hard to find and hidden options of GNOME. Preferences Hide and Seek is a utility that groups together the options that actually exist for GNOME, but are usually hard to find or are just plain hidden from the user. This utility also makes it possible to... Platforms: *nix

License: Freeware Size: 88.06 KB Download (113): Preferences Hide and Seek Download

Added: November 21, 2010 | Visits: 1.009

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: June 02, 2010 | Visits: 587

Data::TreeDumper Data::TreeDumper is an improved replacement for Data::Dumper. Powerful filtering capability. SYNOPSIS use Data::TreeDumper ; my $sub = sub {} ; my $s = { A => { a => { } , bbbbbb => $sub , c123 => $sub , d => $sub } , C => { b => { a => { a => { } , b => sub { } ,... Platforms: *nix

License: Freeware Size: 26.62 KB Download (88): Data::TreeDumper Download

Added: August 13, 2010 | Visits: 932

Data::Page Data::Page is a Perl module that helps when paging through sets of results. SYNOPSIS use Data::Page; my $page = Data::Page->new(); $page->total_entries($total_entries); $page->entries_per_page($entries_per_page); $page->current_page($current_page); print " First page: ",... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Data::Page Download

Added: November 26, 2010 | Visits: 772

Data::Inherited Data::Inherited is a Perl module with hierarchy-wide accumulation of list and hash results. SYNOPSIS package Foo; use base Data::Inherited; use constant PROPERTIES => (qw/name address/); package Bar; use base Foo; use constant PROPERTIES => (qw/age/); package main; my $bar =... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): Data::Inherited Download

Added: July 14, 2010 | Visits: 1.226

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: July 14, 2010 | Visits: 922

Data::Serializer Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my secret, compress => 1, ); $serialized =... Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): Data::Serializer Download

Added: April 11, 2010 | Visits: 946

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C... Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: June 19, 2010 | Visits: 759

Data::SimplePassword Data::SimplePassword provides a simple random password generator. SYNOPSIS use Data::SimplePassword; my $sp = Data::SimplePassword->new; $sp->chars( 0..9, a..z, A..Z ); # optional my $password = $sp->make_password( 8 ); # length Its a very easy-to-use but a bit strong random password... Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Data::SimplePassword Download

Added: September 20, 2010 | Visits: 982

Data::CGIForm Data::CGIForm is a Perl module with form data interface. Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values. You probably dont want to use this module.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Data::CGIForm Download

Added: April 23, 2010 | Visits: 824

Data::Diver Data::Diver is a simple, ad-hoc access to elements of deeply nested structures. SUMMARY Data::Diver provides the Dive() and DiveVal() functions for ad-hoc access to elements of deeply nested data structures, and the DiveRef(), DiveError(), DiveClear(), and DiveDie() support functions.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Data::Diver Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 712

My Gun Collection My Gun Collection (MGC) is a suseful tool designed to help you manage your gun collection. The My Gun Collection application was carefully designed to allow you to quickly get advanced details about a specific firearm all with the click of the mouse. With an easy to Use interface - the firearms... Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (520): My Gun Collection Download

Released: September 18, 2012  |  Added: September 18, 2012 | Visits: 559

My Things, Your Things for Mac OS My Things, Your Things lets you organize things you borrow to and from other people. It helps you keep track of where your stuff is. You can handle due dates with automatic alarms (e.g. for returning a book to the library in time), organize your things through filtering with smart groups and... Platforms: Mac

License: Freeware Size: 2.3 MB Download (477): My Things, Your Things for Mac OS Download

< 1 2 3 4 5