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

Readability software
Filter: All | Freeware | Demo
 

Readability

< 1 2 3 4 5 > 
Added: May 19, 2010 | Visits: 1.154

Convert::GeekCode Convert::GeekCode is a Perl module that can convert and generate geek code sequences. SYNOPSIS use Convert::GeekCode; # exports geek_decode() my @out = geek_decode(q( -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a-- C++++ UB++++$ P++++$...



Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Convert::GeekCode Download

Added: January 05, 2010 | Visits: 931

Zorn Zorn is a 2D top-view space shooter written in Python, using SDL and OpenGL. There is no story. Oh, there used to be one. A story about a fledgling civilisation, alien technologies, unfathomable enemies and valiant struggles. This quickly gave way to survival, then to revenge, then to hatred...





Platforms: *nix

License: Freeware Size: 30.72 KB Download (92): Zorn Download

Added: March 15, 2010 | Visits: 819

lptools The lptools suite provides a complete, programming-language independent, literate programming environment. The suite targets XML documentation, but the underlying system has no bias that would disadvantage other documentation languages. Also included, and probably worth the price of admission...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (92): lptools Download

Added: November 01, 2010 | Visits: 1.020

Danga::Socket Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self = fields::new($self) unless ref $self; $self->SUPER::new( @_ );...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Danga::Socket Download

Added: August 07, 2010 | Visits: 886

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: March 17, 2010 | Visits: 807

Getopt::Lucid Getopt::Lucid is a clear, readable syntax for command line processing. SYNOPSIS use Getopt::Lucid qw( :all ); # basic option specifications with aliases @specs = ( Switch("version|V"), Counter("verbose|v"), Param("config|C"), List("lib|l|I"), Keypair("define"), Switch("help|h") );...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (104): Getopt::Lucid Download

Added: November 14, 2010 | Visits: 647

CurlyML CurlyML project is a simple, concise format for storing and transmitting structured data and documents. CurlyML allows you describe structured data in a way that is efficiently, easily readable and writeable to both human beings and machines, with no extraneous fuss or redundant markup....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CurlyML Download

Added: January 06, 2010 | Visits: 1.215

Penny Pool Penny Pool is a small utility to ease the pooling of expenses. It facilitates the administration of many (small) shared expenses, which typically add up to significant amounts. It uses PHP/MySQL/Apache, and has an emphasis on easy installation. A well-known problem in groups of people is how...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): Penny Pool Download

Added: July 27, 2010 | Visits: 1.344

Cons Cons is a Software Construction System. Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (98): Cons Download

Added: January 02, 2010 | Visits: 958

libdisassemble libdisassemble is a Python library that will disassemble X86. A disassembler is a computer program which translates machine language into assembly language, performing the inverse operation to that of an assembler. A dissasembler differs from a decompiler, which targets a high level language...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): libdisassemble Download

Added: August 02, 2010 | Visits: 860

YAML YAML - YAML Aint Markup Language. SYNOPSIS use YAML; # Load a YAML stream of 3 YAML documents into Perl data structures. my ($hashref, $arrayref, $string) = Load(<<...); --- name: ingy age: old weight: heavy # I should comment that I also like pink, but dont tell anybody. favorite...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (103): YAML Download

Added: May 08, 2010 | Visits: 694

pam_dotfile pam_dotfileis a PAM module which allows users to have more than one password for a single account, each for a different service. This is desirable because many users have objections to using the same password for (as an example) an IMAP4 mailbox and SSH access. The IMAP4 password should be...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (88): pam_dotfile Download

Added: July 18, 2010 | Visits: 1.543

The Qu Programming Language Qu is a powerful full-featured object oriented programming language. It is an Open Source software. The Qu Programming Language is absolutely free (as in free lunch) and distributed under the GNU General Public License (GPL). Qu is inspired by other languages. Most noticeably Perl, Python, Ruby...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (99): The Qu Programming Language Download

Added: June 23, 2010 | Visits: 960

AVL Array AVL Array is an STL-like container for C++ that fills the gap between vector (or deque) and list, providing both fast random access and fast insertion/removal, all O(log n). This is not a map; in an avl_array, the "keys" always range from 0 to size-1, and they automatically change on insertion...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (93): AVL Array Download

Added: March 27, 2010 | Visits: 845

libcfg+ libcfg+ is a C library that features multi- command line and configuration file parsing. It is possible to set up various special properties such as quoting characters, deliminator strings, file comment prefixes, multi-line postfixes, and more. It supports many data types such as booleans,...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (95): libcfg+ Download

Added: April 15, 2010 | Visits: 1.299

DEV web management system Dev is powerful and very flexible content management system for web portals. Dev is powerful and very flexible content management system for web portals. System is licensed as freeware under the terms of GNU/GPL licence. Its absolutely free for non-commercial and commercial use. DEV contains...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (94): DEV web management system Download

Added: January 06, 2010 | Visits: 1.582

iODBC Driver Manager and SDK iODBC is a cross-platform Driver Manager that comforms to the Microsoft ODBC 2.x & 3.x and X/Open SQL CLI data access specs. iODBC Driver Manager and SDK enables the development of database-centric solutions that are both database and platform independent. What is the ODBC Value Proposition?...


Platforms: *nix

License: Freeware Size: 512 KB Download (116): iODBC Driver Manager and SDK Download

Added: August 04, 2010 | Visits: 745

Foxtrot Foxtrot is a small and powerful API for using threads with Swing. Its a small and powerful API for using threads with the Java(TM) Foundation Classes (JFC/Swing). It is based on a new concept, the Synchronous Model, which greatly increases ease of use. While other solutions have been...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (87): Foxtrot Download

Added: October 25, 2010 | Visits: 989

SNIMMER SNIMMER stands for Single Network Instant Messaging Mediation and Relay. SNIMMER can talk to any IM network, and can relay instant messages from one IM network to another. Currently, one cannot use AOL messenger to chat with users on MSN, Yahoo!, or GTalk and vice-versa. SNIMMER overcomes...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): SNIMMER Download

Added: September 06, 2010 | Visits: 720

SpecStatus SpecStatus is a multi-function system monitor based on kstatus v1.1 by karraskal. SpecStatus includes all of the best features of kstatus, and adds to it with numerous improvements to "at-a-glance" readability, a simplified style, and default controls for the best music player in the world...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (93): SpecStatus Download

< 1 2 3 4 5 >