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

Escaped freeware
Filter: All | Freeware | Demo
 

Escaped

< 1 2 3 > 
Added: July 18, 2010 | Visits: 1.662

URI::Escape URI::Escape is a Perl module to escape and unescape unsafe characters. SYNOPSIS use URI::Escape; $safe = uri_escape("10% is enoughn"); $verysafe = uri_escape("foo", " -377"); $str = uri_unescape($safe); This module provides functions to escape and unescape URI strings as defined by RFC... Platforms: *nix

License: Freeware Size: 96.26 KB Download (99): URI::Escape Download

Added: August 11, 2010 | Visits: 1.110

waproamd waproamd is a Linux WLAN roaming daemon for IEEE 802.11b cards supported by a driver with the wireless extension API. It is intended to configure the WEP keys according to the networks found. Due to driver and stability issues, starting from version 0.5 ifplugd is no longer recommended for... Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): waproamd Download

Added: June 02, 2010 | Visits: 1.108

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table Download

Added: September 16, 2010 | Visits: 951

MathML::Entities MathML::Entities is a Perl module that can convert XHTML+MathML Named Entities to Numeric Character References. SYNOPSIS use MathML::Entities; $html = © by me; # convert named HTML entities to character references: $numeric = name2numbered($html); # © by me # convert named HTML... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): MathML::Entities Download

Added: July 07, 2010 | Visits: 797

Leonardo Leonardo is an extensible content management system written in Python. Leonardo is architected in a REST-like style and initially focused on providing for personal websites with a password-protected wiki and blog (including Atom feed). It can be run as CGI and uses the filesystem as a database.... Platforms: *nix

License: Freeware Size: 97.28 KB Download (97): Leonardo Download

Added: February 24, 2010 | Visits: 1.371

gscan2pdf gscan2pdf project is a GUI to ease the process of producing PDFs from scanned documents. You scan one or several pages in with File/Scan, and create a PDF of selected pages with File/Save PDF. At maturity, the GUI will have similar features to that of the Windows Imaging program, but with the... Platforms: *nix

License: Freeware Size: 88.06 KB Download (431): gscan2pdf Download

Added: September 27, 2010 | Visits: 741

Lp4all Lp4all is a modern and efficient yet simple literate programming tool. According to Wikipedia, Literate programming is the writing of computer programs primarily for human beings to read, similar to a work of literature; hence the name literate programming. This contrasts with the traditional... Platforms: *nix

License: Freeware Size: 23.55 KB Download (94): Lp4all Download

Added: November 16, 2010 | Visits: 1.058

nodoze nodoze is a Perl script to repair websites built with MS Windows so that they will work properly on a UNIX server. It changes all file and directory names, and all relative URLS in the html, to lower case, and it changes all .htm extensions to .html. When websites are built on on computers... Platforms: *nix

License: Freeware Download (93): nodoze Download

Added: January 09, 2010 | Visits: 997

XML::Mini XML::Mini is a Perl implementation of the XML::Mini XML create/parse interface. SYNOPSIS use XML::Mini::Document; use Data::Dumper; ###### PARSING XML ####### # create a new object my $xmlDoc = XML::Mini::Document->new(); # init the doc from an XML string... Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): XML::Mini Download

Added: January 17, 2010 | Visits: 845

Pod::Dsr Pod::Dsr is a Perl module Convert POD data to formatted DSR input SYNOPSIS use Pod::Dsr; my $parser = Pod::Dsr->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to file.1.... Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Pod::Dsr Download

Added: June 04, 2010 | Visits: 768

ShaniXmlParser ShaniXmlParser is an XML/HTML DOM/SAX parser that can be validating. It can parse badly formed XML files. ShaniXmlParser can parse files with inverted tags and bad escaped &,< and >. ShaniXmlParser expands all HTML entities. ShaniXmlParser is well suited to parse HTML files. It is up to 3... Platforms: *nix

License: Freeware Size: 2 MB Download (88): ShaniXmlParser Download

Added: November 27, 2010 | Visits: 1.023

XML::Filter::Mode XML::Filter::Mode Perl module can filter out all chunks not in the current mode. SYNOPSIS use XML::Filter::Mode; use strict; my $filter = XML::Filter::Mode->new( Modes => "a,b,c" ); my $filter = XML::Filter::Mode->new( Modes => [qw( a b c )] ); ## To inspect the modes: my @modes =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): XML::Filter::Mode Download

Added: November 04, 2010 | Visits: 1.375

pod2man pod2man is a Perl module that can convert POD data to formatted *roff input. SYNOPSIS pod2man [--section=manext] [--release=version] [--center=string] [--date=string] [--fixed=font] [--fixedbold=font] [--fixeditalic=font] [--fixedbolditalic=font] [--official] [--lax] [--quotes=quotes] [input... Platforms: *nix

License: Freeware Size: 6 MB Download (140): pod2man Download

Added: January 12, 2010 | Visits: 1.179

Unicode::Regex::Set Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. SYNOPSIS use Unicode::Regex::Set qw(parse); $regex = parse([p{Latin} & p{L&} - A-Z]); Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Unicode::Regex::Set Download

Added: April 19, 2010 | Visits: 1.270

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );... Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: February 14, 2010 | Visits: 1.132

Docs::Site_SVD::Tie::FormA Docs::Site_SVD::Tie::FormA is a software version description (SVD) for the Tie::FormA program module. The system is the Perl programming language software. As established by the Perl referenced documents, program modules, such the "Tie::Form" module, extends the Perl language. The "Tie::Form"... Platforms: *nix

License: Freeware Size: 100.35 KB Download (92): Docs::Site_SVD::Tie::FormA Download

Added: March 21, 2010 | Visits: 916

URI::ParseSearchString URI::ParseSearchString is a Perl module that can parse Apache refferer logs and extract search engine query strings. SYNOPSIS use URI::ParseSearchString ( parse_search_string ); $string = parse_search_string(http://www.google.com/search?hl=en&q=a+simple+test&btnG=Google+Search) ;... Platforms: *nix

License: Freeware Size: 4.1 KB Download (105): URI::ParseSearchString Download

Added: April 04, 2010 | Visits: 930

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><... Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): HTML::CGIChecker Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 578

Judge Dredd - The Movie This is a platform action game based on the British comic book character of the same name and the 1995 movie that tarnished that name. In the 22nd century, the Earth's population has concentrated into vast urban areas where crime runs rampant. The police, juries, and trials do not exist, there... Platforms: Windows

License: Freeware Size: 1.6 MB Download (54): Judge Dredd - The Movie Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 746

Shutter Island for Mac OS US Marshal Teddy Daniels has come to Shutter Island, home of Ashecliffe Hospital for the Criminally Insane. Along with his partner Chuck Aule, he sets out to find an escaped patient, a murderess named Rachel Solando, as a hurricane bears down upon them. But nothing at Ashecliffe Hospital is... Platforms: Mac

License: Freeware Size: 131 MB Download (524): Shutter Island for Mac OS Download

< 1 2 3 >