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

Z Term Window freeware
Filter: All | Freeware | Demo
 

Z Term Window

1 2 3 4 5 > 
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: January 18, 2010 | Visits: 2.853

xscreensaver lock window themes xscreensaver lock window themes is a replacement for ugly password lock window. XScreenSaver is a ubiquitous program on Unix for preventing the pixels of your monitor from burning in, providing pretty animations and providing password protection. However, the default lock window used for... Platforms: *nix

License: Freeware Size: 76.8 KB Download (151): xscreensaver lock window themes Download

Released: September 01, 2014  |  Added: October 25, 2014 | Visits: 675

Mywe Desktop manager Mywe Desktop manager is an all-around desktop enhancer that aims to improve your productivity, by providing you with a wide range of desktop functionality enhancements (Virtual desktop, autohide, live window, transparency, Lightbox, Z-Index). In order to provide you with these features, the... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 967 KB Download (56): Mywe Desktop manager Download

Released: December 06, 2018  |  Added: January 14, 2019 | Visits: 9.425

Free Window Registry Repair The registry is a heart and soul of any Windows system. It contains information that controls how your system appears and how it behaves. Almost all Windows users gradually experiences the downfall in their PC's performance. Much of it can be attributed to Windows Registry Errors. By using Free... Platforms: Windows, Windows 7

License: Freeware Size: 798.82 KB Download (849): Free Window Registry Repair Download

Released: July 02, 2012  |  Added: July 30, 2012 | Visits: 3.655

Z-Cron Z-Cron is a scheduler that allows you to automatically execute tasks on computers according to a schedule. It acts as a central managing tool for the automation and monitoring of computer systems. Z-Cron scheduler does not only start other applications, it also includes a large variety of... Platforms: Windows

License: Freeware Size: 6.15 MB Download (242): Z-Cron Download

Released: April 16, 2014  |  Added: April 24, 2014 | Visits: 5.215

Free Internet Window Washer Free Internet Window Washer is a free and easy to use software that will safe guard your privacy by cleaning up the tracks of your activities on your PC and the Internet. As you work on your computer and browse the Internet, you leave behind traces of your activity.The Windows built-in... Platforms: Windows, Windows 7

License: Freeware Size: 1.25 MB Download (383): Free Internet Window Washer Download

Released: September 27, 2013  |  Added: October 22, 2013 | Visits: 4.945

A to Z Clipboard A to Z Clipboard is a free utility which allows you to copy up to 25 times before pasting. (Unlike the Windows clipboard which only allows you to copy once.) The small clipboard window floats above your work and you can see the first few words of each clip to remind you what they are. When you... Platforms: Windows, Other

License: Freeware Size: 4.78 MB Download (171): A to Z Clipboard Download

Released: September 30, 2020  |  Added: January 11, 2021 | Visits: 3.901

Hide Window Hotkey Hide Window Hotkey is a utility which allows you to hide the windows, and programs which are running on your screen.It will instantly hide or close all (or some) programs on your screen through Mouse Hotkey or Keyboard Hotkey in order to prevent uninvited persons from seeing them.It will serve... Platforms: Windows, Windows 7, Other

License: Freeware Size: 1.02 MB Download (439): Hide Window Hotkey Download

Added: June 09, 2010 | Visits: 1.059

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: June 11, 2010 | Visits: 1.485

dynamic window manager dynamic window manager or dwm is a dynamic window manager for X11. As founder and main developer of wmii I came to the conclusion that wmii is too clunky for my needs. I dont need so many funky features and all this hype about remote control through a 9P service, I only want to manage my... Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): dynamic window manager 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: August 12, 2010 | Visits: 1.162

GO::Model::Term GO::Model::Term is a term or concept in an ontology. SYNOPSIS # From a file use GO::Parser; my $parser = new GO::Parser({handler=>obj}); # create parser object $parser->parse("gene_ontology.obo"); # parse file -> objects my $graph = $parser->handler->graph; # get L object my $term =... Platforms: *nix

License: Freeware Size: 593.92 KB Download (97): GO::Model::Term Download

Added: June 19, 2010 | Visits: 1.777

Multi-Cursor Window Manager Multi-Cursor Window Manager is a modified Unix window manager which provides multiple cursors. This allows multiple users to simultaneously interact with a Unix desktop environment. Using a modified x2x client users can capture the keyboard and mouse input from their workstation and send to... Platforms: *nix

License: Freeware Size: 1.5 MB Download (166): Multi-Cursor Window Manager Download

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

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: July 18, 2010 | Visits: 1.318

Z-lock Z-lock is a Japanese shooter with a twist: your shot power is directly proportional to the number of enemies locked on to you. Installing/Uninstalling: Z-Lock is entirely contained within this directory. There is no installation. To uninstall, simply delete this directory. Running: Type... Platforms: *nix

License: Freeware Size: 5.5 MB Download (107): Z-lock Download

Added: April 03, 2010 | Visits: 1.426

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c... Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window 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: August 13, 2010 | Visits: 1.168

Window Manager Icons Window Manager Icons purpose of the wm-icons project is to provide a themeable icon distribution for window managers.. Platforms: *nix

License: Freeware Size: 3.5 MB Download (93): Window Manager Icons Download

1 2 3 4 5 >