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.399.331 Times

Hide My Data software
Filter: All | Freeware | Demo
 

Hide My Data

< 1 2 3 4 5 
Added: March 10, 2010 | Visits: 869

Regexp::Log Regexp::Log is a Perl base class for log files regexp builders. SYNOPSIS my $foo = Regexp::Log::Foo->new( format => custom %a %b %c/%d, capture => [qw( host code )], ); # the format() and capture() methods can be used to set or get $foo->format(custom %g %e %a %w/%s %c);...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Regexp::Log Download

Added: November 25, 2010 | Visits: 1.080

Data::Generate Data::Generate allows you to create various types of synthetic data by parsing "regex-like" data creation rules. This module generates data by parsing given text statements (data creation rules). These statements are flexible and powerful regex-like way to control the production of synthetic...





Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): Data::Generate Download

Added: November 27, 2010 | Visits: 928

File::Data File::Data is a Perl module as a interface to file data. Wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. Note that the file needs to exist prior to using this module! See new() SYNOPSIS use strict; use...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): File::Data Download

Added: March 06, 2010 | Visits: 1.428

WebService::Geograph::API WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. SYNOPSIS use WebService::Geograph::API; my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ; my $rv = $api->lookup ( csv, { i => 12345, ll => 1, thumb => 1, }) ; my $data = $rd->{results} ;...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): WebService::Geograph::API Download

Added: August 18, 2010 | Visits: 855

HTTunnel::Client HTTunnel::Client is a client class for Apache::HTTunnel. SYNOPSIS my $hc = new HTTunnel::Client("http://localhost/httunnel") ; $hc->connect(tcp, $some_host, $some_port) ; $hc->print(some request) ; my $some_response = $hc->read(1024) ; $ch->close() ; HTTunnel::Client is the client...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): HTTunnel::Client Download

Added: October 24, 2010 | Visits: 829

Template::Simple Template::Simple is a simple and fast template module. SYNOPSIS use Template::Simple; my $tmpl = Template::Simple->new(); my $template = < { date => Jan...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): Template::Simple Download

Added: July 10, 2010 | Visits: 938

WWW::Mixi::OO::Page WWW::Mixi::OO::Page is a WWW::Mixi::OOs Pages base class. SYNOPSIS package WWW::Mixi::OO::Foo; use base qw(WWW::Mixi::OO::Page); sub uri { shift->absolute_uri(foo.pl); } # some implementations... METHODS new # subclass sub new { my $this = shift->SUPER::new(@_); # some...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): WWW::Mixi::OO::Page Download

Added: October 18, 2010 | Visits: 860

XML::EasySQL XML::EasySQL is a two-way SQL/XML base class for Perl. SYNOPSIS ... # fetch a database row as hash ref my $data = $db->selectrow_hashref(select * from users where id = 2); # init the new EasySQL data object my $data_object = EasySqlChildClass->new({data=>$data}); # get the root XML...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): XML::EasySQL Download

Added: March 23, 2010 | Visits: 836

Object::InsideOut Object::InsideOut is a comprehensive inside-out object support module. SYNOPSIS package My::Class; { use Object::InsideOut; # Numeric field # With combined get+set accessor my @data :Field :Type(numeric) :Accessor(data); # Takes INPUT (or input, etc.) as a mandatory parameter to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (89): Object::InsideOut Download

Added: March 17, 2010 | Visits: 642

Iterator::BreakOn Iterator::BreakOn is a Perl module to create iterators with control flow breaks. SYNOPSIS use Iterator::BreakOn; # # get a generic data source with a next method implemented whom # returns a generic object # # in this example the order of the items in the data stream is assumed # to...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (89): Iterator::BreakOn Download

Added: June 22, 2010 | Visits: 815

XML::XPathToXML XML::XPathToXML is a Perl module that generates XML document from XPath expressions. SYNOPSIS my @data = ( /project/name => The Ultimate Question, /project/comment() => generated by XPathToXML , /project/start => 2002-09-08, /project/end => 7002002-09-08, /project/@id => 42,...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (89): XML::XPathToXML Download

Released: July 31, 2015  |  Added: July 18, 2016 | Visits: 825

IP Hider Ever IP Hider Ever is a professional software used to hide your IP address so that you can hide your internet traffic and the real location while surfing the web. This best IP hider software provides government-level safety protection, makes nobody know what you do on the internet. So you can surf...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $4.95 USD Size: 13.58 MB Download (88): IP Hider Ever Download

Released: February 10, 2014  |  Added: February 23, 2014 | Visits: 1.060

SSuite Office - Accel Spreadsheet Accel is a very useful spreadsheet application for everyday use at home or the office. This powerful spreadsheet has all the tools you need to calculate, analyse, summarise, and present your data in numerical reports or colourful graphics. A fully-integrated help system makes entering...


Platforms: Windows, Windows 7

License: Freeware Size: 17.76 MB Download (88): SSuite Office - Accel Spreadsheet Download

Added: August 24, 2010 | Visits: 1.068

Proc::Forking Proc::Forking is a Perl module that provides a set of tool to fork and daemonize. SYNOPSIS #!/usr/bin/perl use strict; use Proc::Forking; use Data::Dumper; use Time::HiRes qw(usleep); # to allow micro sleep my $f = Proc::Forking->new(); $SIG{ KILL } = $SIG{ TERM } = $SIG{ INT } = sub...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (86): Proc::Forking Download

Released: December 05, 2015  |  Added: February 06, 2016 | Visits: 864

Hide IP Address Safe Hide IP Address Safe is a professional software used to hide your IP address so that you can hide your internet traffic and the real location while surfing the web. This best IP hider software provides government-level safety protection, makes nobody know what you do on the internet. So you can...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $4.95 USD Size: 13.49 MB Download (78): Hide IP Address Safe Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 1.456

Private Proxy Anonymous Surfing Private Proxy Anonymous Surfing, by Privacy Partners, is an encrypted anonymous proxy that routes all Internet browsing through a secure tunnel enabling the user to surf anonymously. It features multiple servers and randomly rotating IP addresses. The IP addresses point to Virginia, Missouri,...


Platforms: Windows

License: Shareware Cost: $9.95 USD Download (76): Private Proxy Anonymous Surfing Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 1.070

Howto Hide My IP Address Software Hide your IP address is an intelligent browser fully protects your Internet privacy! If you thought the Internet was anonymous, it's time to think again. Each site you visit, every email you send, every image you download - all linked to your unique IP address. Hide your IP address is a specially...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 114 KB Download (67): Howto Hide My IP Address Software Download

Released: April 17, 2015  |  Added: May 10, 2015 | Visits: 778

Hide My MAC Address Hide your MAC Address from hackers, law enforcement, your ISP, WiFi networks, online games, and more! Anyone with the right tools can track your Internet activity if they know your MAC Address. Public Wireless Access Points are all over, some less secure then others. Every time you open you...


Platforms: Windows, Windows 7

License: Demo Cost: $19.95 USD Size: 1.16 MB Download (66): Hide My MAC Address Download

Added: May 10, 2013 | Visits: 739

@1 Sponsored Links Pro FeaturesAdministrator can add records to main database directly.Administrator can evaluate records posted by visitors before accepting them.Administrator can edit, delete or hold records posted by visitors.Administrator can mark records - group them for future action.Visitors can submit links but...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (62): @1 Sponsored Links Pro Download

Added: May 10, 2013 | Visits: 520

Parsing out EDI messages A parser I designed to work with HIPAA EDI files. It reads in files and spits out the individual segments without terminators.Requires Python 2.3 or greater. (Use can probably use Python 2.2 with from __future__ import generators at the top...)This parser is currently in use to work with...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Parsing out EDI messages Download

< 1 2 3 4 5