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

Give Me Sample Term Paper freeware
Filter: All | Freeware | Demo
 

Give Me Sample Term Paper

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 989

Term::ReadLine::Gnu Term::ReadLine::Gnu is a Perl extension for the GNU Readline/History Library. SYNOPSIS use Term::ReadLine; $term = new Term::ReadLine ProgramName; while ( defined ($_ = $term->readline(prompt>)) ) { ... } This is an implementation of Term::ReadLine using the GNU Readline/History... Platforms: *nix

License: Freeware Size: 66.56 KB Download (101): Term::ReadLine::Gnu Download

Released: September 20, 2012  |  Added: September 20, 2012 | Visits: 615

Remind Me Please Remind-Me-Please is a freeware reminder program which will give you advance warning of upcoming events, appointments, TV programs, movies, birthdays and so on. Enter one-off or repeating events: daily, weekly, monthly, yearly and specials like 'Every two weeks from 1/1/2002' or 'Third Sunday of... Platforms: Windows, Windows Vista

License: Freeware Size: 2.04 MB Download (65): Remind Me Please Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 659

Tell Me My Specs! Tell Me My Specs! was designed as a very lightweight and easy-to-use software utility that can give you detailed information about your personal computer. Now you can view the details of your CPU, memory, GPU and mainboard in no time at all with the help of this app. Platforms: Windows

License: Freeware Download (406): Tell Me My Specs! Download

Released: January 11, 2013  |  Added: February 14, 2013 | Visits: 1.289

Flippagemaker Free Paper Flip Maker Publish cool flash paper flip diary Do you want to show your ordinary Text format diary in a cool way? If so, our Free Paper Flip Maker can be your great helper then. This software is paper flip book publisher that enables you to convert common digital Text file to animated flip book. In this... Platforms: Windows

License: Freeware Size: 8.92 MB Download (69): Flippagemaker Free Paper Flip Maker Download

Added: June 27, 2006 | Visits: 2.844

vS Lonely Me I Clear landscape, peaceful music, lonely me ... a taste of quietness. Incude 5 images,1 music. Freeware! Chinese archaic landscape,brush drawing. Find everything new and fresh. Please visiting: http://www.vallistudio.com/vscr01.htm Shareware, vS Lonely me II(similar screensaver,but... Platforms: Windows

License: Freeware Size: 467 KB Download (146): vS Lonely Me I Download

Released: December 14, 2012  |  Added: January 17, 2013 | Visits: 5.368

Sample Rate and BPM Calculator This program is lets you calculate the BPM or sample rate required to change the pitch of audio up or down by a number of semitones. It also calculates the BPM or sample rate change required to change the pitch of audio by a specific number of semitones. It's simple, but useful if you perform any... Platforms: Windows

License: Freeware Size: 1.37 MB Download (411): Sample Rate and BPM Calculator Download

Added: May 11, 2010 | Visits: 2.009

Super Slide Me Super Slide Me is an application to create image galleries. By a user-friendly interface, you can resize and rotate images and make slideshow presentations, eventually with sound in background.. Platforms: *nix

License: Freeware Size: 276.48 KB Download (188): Super Slide Me Download

Added: June 09, 2010 | Visits: 1.060

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 (122): Term::VT102 Download

Added: February 12, 2010 | Visits: 1.177

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 (98): Term::ANSIScreen Download

Added: November 01, 2010 | Visits: 927

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: 800

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.165

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.776

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 (138): Term::Animation Download

Added: February 17, 2010 | Visits: 887

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.036

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 (97): Term::Shell Download

Added: July 26, 2010 | Visits: 1.377

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: 941

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 (111): Term::TtyRec::Player Download

Added: September 19, 2010 | Visits: 778

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: 901

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 (95): Term::GDBUI Download

Added: February 14, 2010 | Visits: 1.297

FeedBite Feed Me FeedBite Feed Me is a Firefox extension that adds Feed Me to the right-click and Tools menu. Use this option to easily add the current page to your FeedBite news blog (custom rss feed).. Create custom RSS Feeds from your favorite sites. Share them or keep them private! Platforms: *nix

License: Freeware Size: 10.24 KB Download (100): FeedBite Feed Me Download

< 1 2 3 4 5 >