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

Bus Terminal Manila freeware
Filter: All | Freeware | Demo
 

Bus Terminal Manila

< 1 2 3 4 5 > 
Added: June 28, 2013 | Visits: 232

Terminal Zoomer Like lots of Terminal.app windows, but don't have the space? Terminal Zoomer will take the focussed Terminal.app window and make it's font larger so you can concentrate on what you are doing.



Platforms: Mac

License: Freeware Size: 30.72 KB Download (35): Terminal Zoomer Download

Added: October 12, 2013 | Visits: 480

Zhcon Zhcon is a fast double-byte virtual console (terminal) for Chinese/Japanese/Korean (CJK) running under GNU/Linux and FreeBSD. It adds the ability of displaying and inputing CJK double-byte characters on console device. Here are some key features of "Zhcon": A*A* Video card support Support a...





Platforms: *nix

License: Freeware Size: 4.8 MB Download (38): Zhcon Download

Added: August 30, 2013 | Visits: 466

TILT (Terminal Interaction Logging Tool) TILT is a set of terminal logging and playback tools for auditing telnet and SSH connections made from a bastion host. It provides timestamped logs and real time playback of logs for incident reports, incident analysis or as a training aid


Platforms: *nix

License: Freeware Size: 317.44 KB Download (33): TILT (Terminal Interaction Logging Tool) Download

Added: November 15, 2013 | Visits: 278

multi-gnome-terminal Multi Gnome Terminal is an enhanced version of gnome-terminal, with manypowerful new features and extensions, such as: multi tabbing, custom keybindings, font shadowing, xterm emulation, shading and tinting, improved Class handling,and much more.


Platforms: *nix

License: Freeware Size: 1.79 MB Download (35): multi-gnome-terminal Download

Added: March 10, 2006 | Visits: 5.003

PowerTCP Emulation Tool Use the ActiveX controls included with the PowerTCP Emulation Tool to build advanced terminal emulation applications (VT-52, VT-100, VT-220, and VT-320 supported). Other supported functionality includes screen scraping, advanced graphic fonts, superior printing capabilities, and support for...


Platforms: Windows

License: Freeware Size: 3.05 MB Download (872): PowerTCP Emulation Tool Download

Added: August 09, 2006 | Visits: 12.091

PASSPORT PC TO HOST PASSPORT PC TO HOST is a powerful, Windows-based multi-host access solution designed specifically for TCP/IP communication. As a result, the TN3270, TN5250 and VT100/VT220 emulation suite is fast, reliable and has a very small 5MB footprint. The Zephyr application is ideal for customers who want...


Platforms: Windows

License: Freeware Size: 512 KB Download (3747): PASSPORT PC TO HOST Download

Released: May 31, 2013  |  Added: June 01, 2013 | Visits: 4.493

TerminalServiceAgent TerminalServiceAgent allows to enumerate and control network terminal services and processes and allows to terminate or log off remotely. TerminalServiceAgent shows remote network terminal service information like Initial Program, Application Name, Working Directory, OEM Id, Session Id, User...


Platforms: Windows

License: Freeware Size: 533.46 KB Download (322): TerminalServiceAgent Download

Released: January 20, 2016  |  Added: March 02, 2016 | Visits: 7.144

MobaXterm MobaXterm is a set of network tools included in a single portable exe file. MobaXterm integrates an X server and several network clients (SSH, RDP, VNC, telnet, rlogin, sftp, ftp, ...) accessible through a tab-based terminal. Key features: * Free X server fully configured (based on Xorg)...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 26.85 MB Download (494): MobaXterm Download

Released: May 16, 2011  |  Added: May 25, 2011 | Visits: 4.162

FoxTerm FoxTerm is a free multi-session terminal emulation application. Most applications that monitor and log COM port and Telnet connections force the user to open an application instance for each connection. This can be tedious and results in a cluttered desktop. FoxTerm allows the user to create and...


Platforms: Windows

License: Freeware Size: 105 KB Download (285): FoxTerm Download

Added: January 18, 2010 | Visits: 851

Termlock Termlock project blanks a curses compatible character terminal (e.g. xterm, eterm, PuTTY, konsole, dtterm, etc ...) and locks it. To unlock the terminal a password must be entered. The password, or rather the password hash, is stored in ~/.termlock. Basically its like a password protected...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Termlock Download

Added: January 18, 2010 | Visits: 1.036

Celtix Celtix delivers a Java enterprise service bus (ESB) runtime and set of APIs that make it easy to add transports, message formats, and security features. Celtixs goal is to simplify the construction, integration and flexible reuse of technical and business components using a standards-based,...


Platforms: *nix

License: Freeware Size: 17.6 MB Download (151): Celtix Download

Added: June 27, 2013 | Visits: 2.325

CuteCom CuteCom is a graphical serial terminal, like minicom (or Hyperterminal on Windows, but I don't want to compare CuteCom to it, since Hyperterminal is really one of the worst applications I know). Currently it runs on Linux, FreeBSD and Mac OS X. Features: * easy to use GUI * no cryptic...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (311): CuteCom Download

Added: June 09, 2010 | Visits: 1.056

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: April 04, 2010 | Visits: 894

Aterm Aterm is designed to provide pleasing visual effects, while performing such a mundane function as terminal emulation under X..


Platforms: *nix

License: Freeware Size: 286.72 KB Download (121): Aterm Download

Added: January 13, 2010 | Visits: 1.005

ggiterm ggiterm is a terminal emulator which uses the platform-agnostic GGI library for its input and display. This enables ggiterm to be run unmodified on any target supported by GGI, including X Window, the Linux framebuffer, Windows and more exotic setups... Ever dreamed of typing your command...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (101): ggiterm Download

Added: February 12, 2010 | Visits: 1.173

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 17, 2010 | Visits: 1.156

tbclock tbclock is a dirty little app that displays a full screen binary clock in your terminal (using curses). It doesnt support resizing (yet). It is quite simple and features modules like guessbin a little game and chrono a timer with tenth of seconds. It was a fun way to learn curses....


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): tbclock Download

Added: September 08, 2010 | Visits: 1.036

ROTE ROTE is a simple C library for VT102 terminal emulation. It allows the programmer to set up virtual screens and send them data. The virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (98): ROTE Download

Added: September 14, 2010 | Visits: 1.154

PHPterm PHPterm is a terminal/shell emulator for PHP which lets you execute shell commands just like in a shell, but all within your browser window over the HTTP protocol. It aims to provide the look and feel of konsole, the KDE terminal..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (111): PHPterm Download

Added: April 11, 2010 | Visits: 864

IO::Busy IO::Busy is a Perl module to intercept terminal input while something else is happening. SYNOPSIS use IO::Busy; my $fh = busy { non_interactive_stuff(); }; This module exports a single subroutine, named busy. That subroutine takes a single argument, which must be a block of code. busy...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): IO::Busy Download

< 1 2 3 4 5 >