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

Quoted freeware
Filter: All | Freeware | Demo
 

Quoted

< 1 2 3 4 5 > 
Added: February 26, 2010 | Visits: 749

Regexp::Parser Regexp::Parser is a Perl module for parsing regexes. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4s regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there...



Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Regexp::Parser Download

Added: August 13, 2010 | Visits: 720

DBIx::PDlib DBIx::PDlib is a Perl with DBI SQL abstraction and convenience methods. SYNOPSIS use DBIx::PDlib; my $db = DBIx::PDlib->connect({ driver => mydriver, host => myhost.com, dbname => mydb, user => myuser, password => mypassword, }); my ($name) = $db->select(name,table1,"id = 10"); my...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): DBIx::PDlib Download

Added: January 11, 2010 | Visits: 1.289

Ticketsmith 1.0 Ticketsmith project is an all-in-one, Web-based email support ticket system. Messages sent to your support email list are inserted into a database and cataloged for easy viewing on the Web. Replies, both staff and customer, are also cataloged, even though your customer uses a regular mail...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (132): Ticketsmith 1.0 Download

Added: May 11, 2010 | Visits: 1.096

ASK - Active Spam Killer ASK is a spam killer. This program (Active Spam Killer, or ASK for short) takes an "Active" approach in solving the problem: Everytime an email is received, a message is sent back to the sender asking for confirmation. If that sender does not confirm the message, it remains queued for delivery....


Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): ASK - Active Spam Killer Download

Added: September 06, 2010 | Visits: 946

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (107): B::Lint Download

Added: October 08, 2010 | Visits: 993

cpphs cpphs is a liberalised re-implementation of cpp, the C pre-processor, in Haskell. Why re-implement cpp? Rightly or wrongly, the C pre-processor is widely used in Haskell source code. It enables conditional compilation for different compilers, different versions of the same compiler, and...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (90): cpphs Download

Added: September 24, 2010 | Visits: 1.191

libConfuse libConfuse is a library for parsing configuration files. It was called libcfg before, but was changed to not confuse with other similar libraries. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (100): libConfuse Download

Added: November 16, 2010 | Visits: 1.055

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 17, 2010 | Visits: 705

SafeSQL SafeSQL project is an SQL query processer to automate the tedious tasks of syntax testing, injection attack-proofing, dropping parts of queries and other misc features. It has only been tested with MySQL syntax, but any ANSI SQL-92 compliant db library should work OK. SYNOPSIS: require...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): SafeSQL Download

Added: July 16, 2010 | Visits: 941

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: November 03, 2010 | Visits: 828

Mail::IMAPTalk Mail::IMAPTalk is an IMAP client interface with lots of features. SYNOPSIS use Mail::IMAPTalk; $IMAP = Mail::IMAPTalk->new( Server => $IMAPServer, Username => foo, Password => bar, Uid => 1 ) || die "Failed to connect/login to IMAP server"; # Append message to folder open(my $F,...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Mail::IMAPTalk Download

Added: April 21, 2010 | Visits: 964

TRASHY TRASHY is a way to write HTML code using only a few characters, reducing the amount of typing errors, space wasted, helping you to arrange code, and providing an easy way to avoid some common HTML mistakes (like a wrong sequence in closing tags). Why write the attrib height thousands of times...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (92): TRASHY Download

Added: July 08, 2010 | Visits: 871

HTTPClient This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (94): HTTPClient Download

Added: November 04, 2010 | Visits: 1.373

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: April 16, 2010 | Visits: 973

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: May 10, 2013 | Visits: 897

XPertMailer XPertMailer is a PHP class that will help you send/read encoded MIME type mail messages (text, HTML, HTML embedded images, attachments) towards a localhost, client, relay with optional authentication and TLS/SSL support. Cc and Bcc functionality are included. The XPertMailer class functions are...


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

License: Freeware Download (101): XPertMailer Download

Added: March 03, 2010 | Visits: 861

SDL::App::FPS SDL::App::FPS is a framework for event-driven SDL games/applications. SYNOPSIS Subclass SDL::App::FPS and override some methods: package SDL::App::MyFPS; use strict; use SDL::App::FPS; use SDL; use base qw/SDL::App::FPS/; # override the method draw_frame with something to draw sub...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (101): SDL::App::FPS Download

Added: April 04, 2010 | Visits: 892

mime4j mime4j project provides a parser, MimeStreamParser , for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. If you are familiar with the SAX XML parser interface you...


Platforms: *nix

License: Freeware Download (96): mime4j Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 902

RegLookup RegLookup project is an small command line utility for reading and querying Windows NT/2K/XP registries. Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (96): RegLookup Download

Added: March 09, 2010 | Visits: 924

Mailody Mailody is a Qt/KDE based mail client which only supports the IMAP protocol. It supports tabbed email reading. This is the first release. I want to have feedback about all the problems. To which mailservers can Mailody not talk for example. Are there any crucial bugs which renders the software...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (100): Mailody Download

< 1 2 3 4 5 >