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

Portable Quest Text Adventure freeware
Filter: All | Freeware | Demo
 

Portable Quest Text Adventure

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

DAGII Daves AGI Interpreter ("DAGII") is a reimplementation of Sierras Adventure Game Interpreter ("AGI"). In short, it allows you to play some old-school adventure games such as Kings Quest and Space Quest on modern computer systems. DAGII is implemented in portable C++, uses SDL for display, and is... Platforms: *nix

License: Freeware Size: 122.88 KB Download (112): DAGII Download

Added: May 14, 2010 | Visits: 1.639

Portable Coroutine Library Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is... Platforms: *nix

License: Freeware Size: 307.2 KB Download (118): Portable Coroutine Library Download

Added: September 20, 2010 | Visits: 1.647

Quest OpenSSH Quest OpenSSH provides password-less, secure, encrypted remote login and file transfer services for Vintela Authentication Services (VAS). It is a derivative of OpenSSH, an open-source implementation of the SSH protocol. Quest OpenSSH provides: - default single sign on for Quest customers... Platforms: *nix

License: Freeware Size: 3 MB Download (96): Quest OpenSSH Download

Added: May 14, 2010 | Visits: 771

Text::WagnerFischer Text::WagnerFischer is an implementation of the Wagner-Fischer edit distance. SYNOPSIS use Text::WagnerFischer qw(distance); print distance("foo","four");# prints "2" print distance([0,1,2],"foo","four");# prints "3" my @words=("four","foo","bar"); my... Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): Text::WagnerFischer Download

Added: July 09, 2010 | Visits: 649

Text::Refer Text::Refer can parse Unix "refer" files. SYNOPSIS Pull in the module: use Text::Refer; Parse a refer stream from a filehandle: while ($ref = input Text::Refer *FH) { # ...do stuff with $ref... } defined($ref) or die "error parsing input"; Same, but using a parser object for more... Platforms: *nix

License: Freeware Size: 31.74 KB Download (92): Text::Refer Download

Added: October 05, 2010 | Visits: 830

Text::PromptBalanced Text::PromptBalanced aid in creating CLI prompts that keep track of balanced text. SYNOPSIS use Text::PromptBalanced qw(balance_factory); ($state,$balance) = balance_factory( string => { type => toggle, open => " }, paren => { type => balanced, open => (, close => ), ignore_in => string... Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Text::PromptBalanced Download

Added: May 15, 2010 | Visits: 1.031

Text::Graph Text::Graph is a Perl extension for generating text-based graphs. SYNOPSIS use Text::Graph; blah blah blah Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Text::Graph Download

Added: March 27, 2010 | Visits: 1.174

Text::EP3::Verilog Text::EP3::Verilog Perl module contains a verilog extension for the EP3 preprocessor. SYNOPSIS use Text::EP3; use Text::EP3::Verilog; This module is an EP3 extension for the Verilog Hardware Description Language. The signal directive @signal key definition Take a list of signals and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::EP3::Verilog Download

Added: January 03, 2010 | Visits: 840

Text::VimColor Text::VimColor is a syntax color text in HTML or XML using Vim. SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => perl, ); print $syntax->html; print $syntax->xml; This module tries to markup text files according to their syntax. It can be used to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Text::VimColor Download

Added: February 15, 2010 | Visits: 836

Text::Convert::ToImage Text::Convert::ToImage is a Perl module. SYNOPSIS use Text::Convert::ToImage; my $tti = Text::Convert::ToImage->new(); my $length = length($email); if ($length > 150) { $email = "Your text length of $length is too large:"; } my $config = { TEXT => $email ? $email : "y@hn.org",... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Text::Convert::ToImage Download

Added: November 15, 2010 | Visits: 1.789

Create Your Own Adventure 0.4 Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure. The user can upload a picture (in any format... Platforms: *nix

License: Freeware Size: 14.34 KB Download (150): Create Your Own Adventure 0.4 Download

Added: October 24, 2010 | Visits: 709

Text::Yats Text::Yats is Yet Another Template System. SYNOPSIS use Text::Yats; my $template = < < ENDHTML; < html > < head > < title >$title - $version< /title > < /head > < body > < form > < select name="names" >< !--{1}-- > < option $selected >$list< /option > < !--{2}-- >< /select > <... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Text::Yats Download

Added: November 26, 2010 | Visits: 1.327

Common Text Transformation Library Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. Common Text Transformation Library implementation is based on STL classes and algorithms. Concept of a substring plays major role in design of the text transformation... Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): Common Text Transformation Library Download

Added: September 15, 2010 | Visits: 722

Text::Indent Text::Indent is a simple indentation of text shared among modules. SYNOPSIS In your main program: use Text::Indent; my $indent = Text::Indent->new; $indent->spaces(2); In a module to produce indented output: use Text::Indent; my $indent = Text::Indent->instance; $indent->increase;... Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Text::Indent Download

Added: February 04, 2010 | Visits: 1.139

OpenOffice::OODoc::Text OpenOffice::OODoc::Text is a Perl module for the text processing submodule of OpenOffice::OODoc. This manual chapter describes the text-oriented methods of OpenOffice::OODoc, implemented by the OpenOffice::OODoc::Text class, and inherited by the OpenOffice::OODoc::Document class. These... Platforms: *nix

License: Freeware Size: 215.04 KB Download (109): OpenOffice::OODoc::Text Download

Added: May 19, 2010 | Visits: 1.550

Standard Portable Library Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support.. Platforms: *nix

License: Freeware Size: 512 KB Download (102): Standard Portable Library Download

Added: August 06, 2010 | Visits: 996

Text::MetaMarkup::HTML Text::MetaMarkup::HTML is a MM-to-HTML converter. SYNOPSIS use Text::MetaMarkup::HTML; print Text::MetaMarkup::HTML->new->parse(file => $filename); This module extends Text::MetaMarkup and converts the parsed document to HTML. Text::MetaMarkup::HTML adds special support for the following... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Text::MetaMarkup::HTML Download

Added: April 24, 2010 | Visits: 728

Text::EtText::HTML2EtText Text::EtText::HTML2EtText is a Perl module to convert from HTML to the EtText editable-text format. SYNOPSIS my $t = new Text::EtText::HTML2EtText; print $t->html2text ($html); or my $t = new Text::EtText::HTML2EtText; print $t->html2text (); # from STDIN ethtml2text will convert a HTML... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Text::EtText::HTML2EtText Download

Added: April 05, 2010 | Visits: 929

Text::EtText::EtText2HTML Text::EtText::EtText2HTML is a Perl module to convert from the simple EtText editable-text format into HTML. SYNOPSIS my $t = new Text::EtText::EtText2HTML; print $t->text2html ($text); or my $t = new Text::EtText::EtText2HTML; print $t->text2html (); # from STDIN ettext2html will... Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Text::EtText::EtText2HTML Download

Added: November 02, 2010 | Visits: 1.455

Text::Editor::Vip::Buffer::DoUndoRedo Text::Editor::Vip::Buffer::DoUndoRedo is a non optional plugin for a Text::Editor::Vip::Buffer. The do, undo, redo functionality of Text::Editor::Vip::Buffer is implemented by this package. This package automatically extends a Text::Editor::Vip::Buffer when a Text::Editor::Vip::Buffer instance... Platforms: *nix

License: Freeware Size: 53.25 KB Download (132): Text::Editor::Vip::Buffer::DoUndoRedo Download

< 1 2 3 4 5