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

Term Paper Example software
Filter: All | Freeware | Demo
 

Term Paper Example

< 1 2 3 4 5 > 
Added: June 09, 2010 | Visits: 1.051

Term::VT102 Term::VT102 is a class to emulate a DEC VT102 terminal. SYNOPSIS use Term::VT102; my $vt = Term::VT102->new (cols => 80, rows => 24); while (<>) { $vt->process ($_); } The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a...



Platforms: *nix

License: Freeware Size: 24.58 KB Download (121): Term::VT102 Download

Added: February 12, 2010 | Visits: 1.168

Term::ANSIScreen Term::ANSIScreen is a Perl module for terminal control using ANSI escape sequences. SYNOPSIS # qw/:color/ is exported by default, i.e. color() & colored() use Term::ANSIScreen qw/:color :cursor :screen :keyboard/; print setmode(1), setkey(a,b); print "40x25 mode now, with a mapped to...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): Term::ANSIScreen Download

Added: November 01, 2010 | Visits: 919

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: June 20, 2010 | Visits: 790

Term::ANSIMenu Term::ANSIMenu is an infrastructure for creating menus in ANSI capable terminals. SYNOPSIS use Term::ANSIMenu; my $menu = Term::ANSIMenu->new( width => 40, help => [[, &standard_help], [hint 1, &help_item], [ undef, &standard_help], [hint 3, undef] ], title => title, items => [[1,...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Term::ANSIMenu Download

Added: January 15, 2010 | Visits: 1.154

Paper::Specs Paper::Specs is a Perl module with size and layout information for paper stock, forms, and labels. SYNOPSIS use Paper::Specs units => "cm"; my $form = Paper::Specs->find( brand => "Avery", code => "1234"); use Paper::Specs units => "cm", brand => "Avery"; my $form = Paper::Specs->find(...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (109): Paper::Specs Download

Added: March 09, 2010 | Visits: 1.765

Term::Animation Term::Animation is a Perl module that provides a framework to produce sprite animations using ASCII art. Each ASCII sprite is given one or more frames, and placed into the animation as an animation entity. An animation entity can have a callback routine that controls the position and frame of...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (132): Term::Animation Download

Added: February 17, 2010 | Visits: 881

Term::Prompt Term::Prompt is a Perl extension for prompting a user for information. SYNOPSIS use Term::Prompt; $value = &prompt(...); use Term::Prompt qw(termwrap); print &termwrap(...); $Term::Prompt::MULTILINE_INDENT = ; PREREQUISITES You must have Text::Wrap and Term::ReadKey available on...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): Term::Prompt Download

Added: October 21, 2010 | Visits: 1.032

Term::Shell Term::Shell is a simple command-line shell framework. SYNOPSIS package MyShell; use base qw(Term::Shell); sub run_command1 { print "command 1!n"; } sub smry_command1 { "what does command1 do?" } sub help_command1 { <


Platforms: *nix

License: Freeware Size: 17.41 KB Download (96): Term::Shell Download

Added: July 26, 2010 | Visits: 1.365

Paper Harbour Paper Harbour is a software based system which allows you to securely organise and distribute your electronic documentation. Paper Harbour runs over a network and allows clients to access a central document archive. Paper Harbour is compatible with both Windows and Linux platforms and is...


Platforms: *nix

License: Freeware Size: 921.6 KB Download (111): Paper Harbour Download

Added: March 24, 2010 | Visits: 934

Term::TtyRec::Player Term::TtyRec::Player is a Perl module that playbacks ttyrec data. SYNOPSIS use Term::TtyRec::Player; use FileHandle; # $handle is any IO::* object my $handle = FileHandle->new(file.tty); my $player = Term::TtyRec::Player->new($handle); # options can be set as hashref my $player =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): Term::TtyRec::Player Download

Added: September 19, 2010 | Visits: 771

Term::ShellUI Term::ShellUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::ShellUI; my $term = new Term::ShellUI( commands => { "cd" => { desc => "Change to directory DIR", maxargs => 1, args => sub { shift->complete_onlydirs(@_); }, proc => sub { chdir($_[0] ||...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (88): Term::ShellUI Download

Added: February 23, 2010 | Visits: 896

Term::GDBUI Term::GDBUI is a fully-featured shell-like command line environment. SYNOPSIS use Term::GDBUI; my $term = new Term::GDBUI(commands => get_commands()); # (see below for the code to get_commands) $term->run(); Term::GDBUI uses the history and autocompletion features of Term::ReadLine to...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (89): Term::GDBUI Download

Added: May 14, 2010 | Visits: 1.236

Term::TtyRec::Plus Term::TtyRec::Plus is a Perl module to read a ttyrec. SYNOPSIS Term::TtyRec::Plus is a module that lets you read ttyrec files. The related module, Term::TtyRec is designed more for simple interactions. Term::TtyRec::Plus gives you more information and, using a callback, lets you munge the...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (96): Term::TtyRec::Plus Download

Added: July 26, 2010 | Visits: 909

Term::Gnuplot Term::Gnuplot is a Perl module for lowlevel graphics using gnuplot drawing routines. SYNOPSIS use Term::Gnuplot :ALL; list_terms(); change_term(dumb) or die "Cannot set terminal.n"; term_init(); # init() term_start_plot(); # graphics(); $xmax = scaled_xmax(); $ymax = scaled_ymax();...


Platforms: *nix

License: Freeware Size: 716.8 KB Download (93): Term::Gnuplot Download

Added: March 15, 2010 | Visits: 1.089

Catalyst::Example::InstantCRUD Catalyst::Example::InstantCRUD is a CRUD scaffolding for Catalyst. SYNOPSIS instantcrud.pl -name=My::App -dsn=dbi:Pg:dbname=CE -user=zby -password=pass The instantcrud.pl executable creates a skeleton CRUD application in current directory. The parameters are: name of the application and...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Catalyst::Example::InstantCRUD Download

Added: October 19, 2010 | Visits: 1.151

Catalyst::Example::Controller::InstantCRUD Catalyst::Example::Controller::InstantCRUD is a Catalyst CRUD example Controller. SYNOPSIS use base Catalyst::Example::Controller::InstantCRUD; METHODS load_interface_config Returns the config hash for input forms (widgets) and other interface elements get_resultset Returns the...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (95): Catalyst::Example::Controller::InstantCRUD Download

Released: October 27, 2010  |  Added: November 01, 2010 | Visits: 1.147

Paper Form Designer Create your own paper forms for printing. Do not care about the layout at all. Simply enter all you want to query: name, street, city etc. Possible fields are text fields or free size, checkbox fields and radio fields. You can sort the fields into different segments (categories). Write an...


Platforms: Windows

License: Demo Cost: $39.00 USD Size: 1.43 MB Download (112): Paper Form Designer Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 694

Graph Paper Maker for Mac OS Software that lets you create your own custom sheets of graph paper. You have complete control over the graph characteristics: - X and Y axis can independently be set for linear or log scale, and scaling - Hydraulic scaling for graphing flow vs pressure. - Selection from a dozen standard paper...


Platforms: Mac

License: Freeware Size: 5 MB Download (62): Graph Paper Maker for Mac OS Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 1.026

Flash Flipping Paper - freeware Flash Flipping Paper is a free flash flip book creator, is developed to make flash book, flash page flip, flash magazine from text book files. Flash Flipping Paper also generate an HTML webpage embedded with flash flip book so that you can upload your self-made flip magazine to your website for...


Platforms: Windows

License: Freeware Size: 10.19 MB Download (51): Flash Flipping Paper - freeware Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 932

Super Paper Mario Cheats Super Paper Mario Cheats - FREE A free list of cheats & hints to Super Paper Mario Wii, including: - Infinite 3D mode - Ways to unlock hidden mini games - Secret doors - and lots more ! ...


Platforms: iPhone

License: Freeware Size: 600 KB Download (615): Super Paper Mario Cheats Download

< 1 2 3 4 5 >