Main > Free Download Search >

Free vt ocs software for linux

vt ocs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
Jagacy VT 1.1.1

Jagacy VT 1.1.1


Jagacy VT is a VT100/ANSI screen-scraping library written entirely in Java. more>>
Jagacy VT is a VT100/ANSI screen-scraping library written entirely in Java. Jagacy VT includes a special emulator designed to help create screen-scraping applications. It excels at creating screen-scraping applications reliably and quickly.
Jagacy 3270 is a 3270 screen-scraping library written entirely in Java. It also includes a special TN3270 emulator designed to help create screen-scraping applications. Jagacy 3270 is faster, easier to use, and more intuitive than HLLAPI. It excels in creating screen-scraping applications reliably and quickly.
Jagacy 3270 can be used in a stand-alone application, in an applet, or in an N-tier client/server environment, where the screen-scraping server is the data/resource tier.
Main features:
- 100% pure Java.
- Extended TN3270 (TN3270E) support.
- 17 different terminal types (including 132 columns).
- Internationalization support. Over 30 different code pages supported.
- Small footprint (less than 100K). Runs efficiently within the Eclipse and NetBeans IDEs.
- Can display the 3270 session in a window while an application is running.
- Configurable using properties, if desired. No code changes necessary when screens change.
- Includes a 3270 emulator tailored to developing and debugging applications.
Enhancements:
- VT220 support has been added.
<<less
Download (1.5MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
870 downloads
Fujitouch 0.6.5

Fujitouch 0.6.5


Fujitouch project is an Xorg touchscreen driver for the P-Series laptops from Fujitsu. more>>
Fujitouch project is an Xorg touchscreen driver for the P-Series laptops from Fujitsu.
Enhancements:
- A segmentation violation which occurred when changing to a VT was fixed.
<<less
Download (0.048MB)
Added: 2007-06-11 License: MIT/X Consortium License Price:
865 downloads
Term::VT102 0.82

Term::VT102 0.82


Term::VT102 is a class to emulate a DEC VT102 terminal. more>>
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 VT102 object is processed and the in-memory "screen" modified accordingly. This "screen" can be interrogated by the external program in a variety of ways.

This allows your program to interface with full-screen console programs by running them in a subprocess and passing their output to a VT102 class. You can then see what the application has written on the screen by querying the class appropriately.

OPTIONS

Setting cols or rows in the new() hash allows you to change the size of the terminal being emulated. If you do not specify a size, the default is 80 columns by 24 rows.

After initialisation, you can read and set the following terminal options using the option_read() and option_set() methods:

LINEWRAP line wrapping; 1=on, 0=off. Default is OFF.
LFTOCRLF treat LF (n) as CRLF (rn); 1=on, 0=off. Default OFF.
IGNOREXOFF ignore XON/XOFF characters; 1=on (ignore). Default ON.

<<less
Download (0.024MB)
Added: 2006-08-29 License: Perl Artistic License Price:
1154 downloads
TERMatrix 0.1

TERMatrix 0.1


TERMatrix software emulates The Matrix on your VT-100 compatible terminal 8^). more>>
TERMatrix software emulates "The Matrix" on your VT-100 compatible terminal 8^).

It has been tested on GNU/Linux.

Installation:

To compile, just type ``make.
To enter the matrix, just type ``./termatrix.
To end it, just press CTRL-c .

"The Matrix" is a movie from Warner Bros. Inc. Warner Bros. Inc. isnt affiliated in any way with TERMatrix.
<<less
Download (0.008MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1365 downloads
Open Conference Systems 2.0

Open Conference Systems 2.0


Open Conference Systems is a free Web publishing tool that will create a complete Web presence for your scholarly conference. more>>
Open Conference Systems or OCS for short, is a free Web publishing tool that will create a complete Web presence for your scholarly conference.
Main features:
- create a conference Web site
- compose and send a call for papers
- electronically accept paper and abstract submissions
- allow paper submitters to edit their work
- post conference proceedings and papers in a searchable format
- post, if you wish, the original data sets
- register participants
- integrate post-conference online discussions
Enhancements:
- manage conferences that occur more than once (e.g. yearly)
- an expanded, multiple-round review system
- e-mail template system
- localization & translation tools
- credit card payment for registrations
- automated "thanks-for-submitting" messages
- accept login/password for participants
- Creative Commons licensing of presentations
- more customizable, scalable and secure code
- ...and much more.
<<less
Download (1.5MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
864 downloads
Online Cardgame System 0.9.0

Online Cardgame System 0.9.0


Online Cardgame System project is a client-server system for playing card games over the net. more>>
Online Cardgame System project is a client-server system for playing card games over the net.
OCS is a client-server cardgame system, similar to those found at Yahoo! Games and elsewhere. The server is portable and has been tested under Linux, Win32, and several unix systems. We currently have Win32 and Java clients available, and a Qt client for Linux is in development.
Games are implemented as plugin modules, so new games can be added without recompiling the server. In addition, the client is written to be unaware of the mechanics of gameplay, so it can theoretically play any games the server supports without having to know how to play them specifically.
We currently have Euchre and Spades implemented, with bot support for both games, meaning you dont need a full 4 people to play a game. We plan on implementing more games in the future.
On a side note, development of this project tends to wax and wane with our motivation and amount of schoolwork.
Enhancements:
- Massive restructure of code into more object orientated patterns
- Added daemon capability to server
- Got rid of checksumming in the protocol since TCP/IP does it internally
- Padded STRINGS in the protocol on DWORD boundaries
- Added support for loadable account managers
- Removed crypting of the password by ocsd (account managers may do it)
- Added ODBC (for windows) and mySQL (for unix) account managers (database connectivity!!)
- Modified packet classes to throw exceptions instead of returning true-false
- Created packet manager classes to queue client packets, reduces total send calls
- Implemented bots when there arent enough people to play games
- Added new command line processing capabilities as well as configuration file support
- Fixed bug that allowed a person to overwrite an account when creating that same account
- Win32 - Made server link with DLL runtime library to reduce executable size and ease DLL dependencies
- Updated messages to be sent in HTML since the main clients support it
- Created Java client which can be run as an application or as an applet
- After a client is booted from a game, they cannot join the game again until they receive an invitation
- Fixed libtidy bug which caused it to erroneously format HTML
- Euchre supports intelligent bots
- Spades supports moronic bots (the AI is horrible but allows for gameplay)
- Fixed Spades textual problem when a round was over.
- Fixed Spades score calculation that resulted in no loss of points
- Win32 client now supports HTML (IE4+ required)
- Win32 client can now join games by right-clicking on an empty game slot in the game view.
- Fixed major bug in Win32 client that would cause it to crash when sending private messages
- Win32 client can now use /msg to send private messages
<<less
Download (MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1042 downloads
Oracle::CAPI 0.01

Oracle::CAPI 0.01


Oracle::CAPI is a Perl XS wrapper extension for the Oracle Collaboration Suite CAPI SDK. more>>
Oracle::CAPI is a Perl XS wrapper extension for the Oracle Collaboration Suite CAPI SDK.

SYNOPSIS

use Oracle::CAPI;
use Text::vCard;

Oracle::CAPI::SetConfigFile($CAPI_INI_FNAME,$CAPI_LOG_FNAME) && die("Cant init/log CAPI");
$capi_session = Oracle::CAPI::CreateSession() || die("Cant create CAPI session");

# Authenticate to OCS
$rv = Oracle::CAPI::ReconnectAuthUser($capi_session,$HOSTNAME,$nodeid,$pass,$uname);

$rv = Oracle::CAPI::FetchContactsFile($capi_session,$VCARD_NAME_TYPE,$VCARD_STARTSWITH_OP,$chr,$filename);
$rv = Oracle::CAPI::CreateContact($capi_session,$vcard);
$rv = Oracle::CAPI::DeleteContact($capi_session,$uid);

$rv = Oracle::CAPI::DestroyPerlSession($capi_session);

A perl XS wrapper to ctapi.h from the Oracle Collaboration Suite CAPI SDK. This was built and tested against OCS version 9.0.4.2 on Linux.

<<less
Download (0.029MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1037 downloads
Quite Universal Circuit Simulator 0.0.12

Quite Universal Circuit Simulator 0.0.12


Quite Universal Circuit Simulator is a circuit simulator with graphical user interface (GUI). more>>
Quite Universal Circuit Simulator (Qucs) is an integrated circuit simulator which means you are able to setup a circuit with a graphical user interface (GUI) and simulate the large-signal, small-signal and noise behaviour of the circuit. After that simulation has finished you can view the simulation results on a presentation page or window.

The software aims to support all kinds of circuit simulation types, e.g. DC, AC, S-parameter, Harmonic Balance analysis, noise analysis, etc.

Qucsator, the simulation backend, is a command line circuit simulator. It takes a network list in a certain format as input and outputs a Qucs dataset.

Whats New in This Release:

The new release comes with a new translation into Ukrainian, a selectable preprocessor in the SPICE file component and two new components, i.e. an exponential voltage and current source. Libraries
can now contain analogue as well as digital subcircuits. Analogue modelling is substantially strengthened by symbolically defined devices. And last but not least pure digital simulations can be also performed by Verilog-HDL as an alternative to VHDL.

In the simulation backend the equation defined devices (EDD) have been implemented as well as the two new signal sources. Also the list of
available functions in the equation solver has been extended to support vt(), hypot(), limexp(), arcsec(), arccosec(), arsech() and arcosech(). Furthermore logical and rational operators as well as the ternary ?: construct can be used in equations.

<<less
Download (3.7MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
873 downloads
Liferea 1.2.21 / 1.4 RC1

Liferea 1.2.21 / 1.4 RC1


Liferea (Linux Feed Reader) is a fast, easy to use, and easy to install GNOME news aggregator for online news feeds. more>>
Liferea is a news aggregator for online news feeds. There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed.
Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for GTK/GNOME.
Main features:
- RSS/RDF, CDF, Atom, OCS, OPML.
- Filters to scrape websites or postprocess feeds.
- Supports Enclosures (Podcasting).
- Bandwidth saving by supporting feed specified update intervals, HTTP compression and etags.
<<less
Download (1.3MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 downloads
UAE 0.8.25

UAE 0.8.25


UAE is a mostly complete software emulation of the hardware of the Commodore Amiga 500/1000/2000. more>>
UAE is a mostly complete software emulation of the hardware of the Commodore Amiga 500/1000/2000.
A Commodore Amiga, for those who dont know, is a 16/32 bit computer system based on the Motorola 680x0 CPU and a few specially designed custom chips that provide very good graphics and sound capabilities. Its first incarnation, the A1000, appeared in 1985, followed by the highly successful A500 and A2000 models.
UAE is written for Unixish systems; it is developed on a Linux machine but it should compile and run on any half-recent Unix-like operating system. It has also been ported to a wide variety of machines and operating systems, including DOS, Windows 95/NT, MacOS, RiscOS, BeOS and NextStep.
UAE is free software: you are welcome to distribute copies of it and/or modify it, under certain conditions. There is no warranty of any kind for UAE. For more details concerning these issues, please read the GNU General Public License, which describes the terms under which UAE is distributed.
Main features:
- A 68000/010/020/040 CPU, optionally a 68881 FPU
- OCS, ECS and AGA Graphics Chipset (including sprite-playfield collisions)
- Up to 2MB Chip RAM and up to 8MB Fast RAM, or 8MB Chip RAM without Fast RAM
- Up to 64MB Zorro III Fast RAM, independent of Chip RAM setting (68020+ only)
- Up to 1MB Slow RAM, for extended compatibility with problem software
- Up to 8MB of graphics card memory, usable by software that supports Picasso 96 compatible graphics cards
- 4 x 3.5" floppy disk drives (DF0:, DF1:, DF2: and DF3:). Its not possible to read Amiga disks, so these are emulated with disk files.
- A hard-disk: either a harddisk image file or part of the native filesystem
- Joystick support (with option of mapping joystick to numeric keypad)
- Mouse support
- Ability to run in various screen modes (for better display quality or better speed)
- Full stereo sound support, consisting of 4 x 8bit channels
- Simple parallel and serial port support. Note: the parallel port is not really implemented. Though its sufficient for printing.
- state-saving. you can save the state of your emulated Amiga and continue later on.
- some other things which dont work well enough to mention them here...
<<less
Download (0.39MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1514 downloads
fbdump 0.4.2

fbdump 0.4.2


fbdump is a simple tool that captures the contents of the visible portion of the Linux framebuffer device. more>>
fbdump is a simple tool that captures the contents of the visible portion of the Linux framebuffer device and writes it to the standard output as a PPM file.
In other words, it takes a screenshot of anything running on the framebuffer. The project currently has fairly complete support for packed-pixel framebuffer types and also works with the VGA16 framebuffer driver.
fbdump was inspired by an even simpler program I came across ages ago called fbsnap, which I believe was written by Gerd Knorr (although no author is mentioned in the source code of that program, so I could be wrong). fbdump bears little relationship to fbsnap, however, and is generally much more useful. It supports framebuffers employing a greater variety of pixel and colour models, works (should work?) on big- and little-endian architectures, and is reasonably quick (although reading from video memory is never going to be super fast).
I first wrote fbdump many moons ago when I needed a quick and simple way to grab lots of images from the framebuffer. As most of you will probably know, although its possible to do a raw framebuffer dump by performing a simple cat /dev/fb0 command or similar - depending on what pixel format and colour model your framebuffer uses - the results are not always particularly useful. With fbdump, on the other hand, you always get a nice, portable, 24-bit, true-colour image - since it takes care of any pixel format or colour-space conversion required (at least for formats it supports).
Why does fbdump save the image as a PPM - rather than, for instance, a PNG - you might ask? Well, a PPM is cheap to write out and doesnt require linking against any external libraries to do so. On the x86 architecture, fbdump currently compiles down to a miniscule 8K executable once stripped - and has no dependencies other than the standard C library. Having said that, I may get around to adding support for PNG at some point. Its not strictly necessary, though, because with the NetPBM package its easy to convert PPMs into something more useful. For example, you can do something like
fbdump | pnmtopng > grab.png
to output the framebuffer as a PNG. PPMs can also be read directly by most open source image processing packages, such as the Gimp and ImageMagick.
Usage
fbdump currently supports the following command-line options:
-fb < string > Specifies the framebuffer device to grab from is < string >
-vt < num > Bring virtual terminal number to the foreground before grabbing (and return to the current terminal afterwards)
-delay < num > Delay seconds after switching, but before grabbing.
If the -fb option is not provided, fbdump defaults to grabbing from the device /dev/fb0. You can also specify the framebuffer via the environment variable FRAMEBUFFER (a value supplied with the -fb switch on the command line will override this). For example:
FRAMEBUFFER=/dev/fb1 fbdump >out.ppm
Enhancements:
- A fix for a long-standing bug in handling of colour maps, support for 64-bit architectures and a lot of cleaning up.
<<less
Download (0.010MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
957 downloads
Mac-on-Linux 0.9.72.1

Mac-on-Linux 0.9.72.1


Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc. more>>
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.
Main features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
873 downloads
Sys::Manage::Cmd 0.56

Sys::Manage::Cmd 0.56


Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.

SYNOPSIS

Command line script

use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();

# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};

# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];

# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];

# Command-line setup / loop:
$s->set([@ARGV]);

# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...

# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);

Command line

script -option -option... target command-line
script -option... -ttarget... command-line

Examples of command line

script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!

Options of command line

(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)

-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include

Embedded commands

(see also -cline and -assoc)

script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution

Embedding command line

(see also ENVIRONMENT and SLOTS)

if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}

<<less
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
Clonezilla LiveCD 1.0.3-21

Clonezilla LiveCD 1.0.3-21


Clonezilla LiveCD is a Debian-based specialist live CD with software that enables users to clone the content of hard disks. more>>
Clonezilla Live is a Debian-based specialist live CD with software that enables users to clone the content of hard disks.
Main features:
- Free (GPL) Software.
- Filesystem supported: ext2, ext3, reiserfs, xfs, jfs of GNU/Linux, and FAT, NTFS of M$ Windows. Therefore you can clone GNU/Linux or M$ windows.
- Unlike G4U or G4L, in Clonezilla, only used blocks in harddisk are saved and restored. This increase the clone efficiency.
- LVM2 under GNU/Linux is supported.
- Unicast and multicast are supported in PXEBoot Clonezilla, which is suitalbe for massively clone. You can also remotely use it to save or restore a bunch of computers if PXE and Wake-on-LAN are supported in your clients.
- A single machine clone system without installation, Clonezilla live, is also available.
Enhancements:
- Now we can run a custom-ocs file n clonezilla live. A sample program custom-ocs which backup or restore /dev/hda1 to/from /dev/hda5 is in /opt/drbl/sample/custom-ocs.
- Use --menu instead of --radiolist in most of the dialog programs. Therefore no more pressing space bar to select the single choice.
- Update some comments, such as more comments about GNU/Linux device name to M$ windows device names.
- Debian iso template url and filename can be assigned in ocs-iso and ocs-live-dev.
- Bug fixed: device description was wrong when running prep-ocsroot in Clonezilla live (booting from CD).
<<less
Download (87MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
842 downloads
SabayonLinux 3.26 (x86_64)

SabayonLinux 3.26 (x86_64)


Sabayon Linux is a live DVD designed to transform a computer into a powerful Gentoo Linux system in less than 5 minutes. more>>
Sabayon Linux is a live DVD designed to transform a computer into a powerful Gentoo Linux system in less than 5 minutes.
Gentoo Linux is a Linux distribution powered by a software install manager engine called "Portage". Besides functioning as a live DVD, Sabayon Linux can also be installed on a hard disk, acting effectively as an easy-to-use Gentoo installation disk.
The live DVD includes a large range of desktop environments and open source software applications, such as KDE, GNOME, XFce, Fluxbox, KOffice, OpenOffice.org, FreeNX, amaroK, Kaffeine, etc.
Enhancements:
- Linux kernel 2.6.19 with sata_promise driver now supports PATA connectors too; NdisWrapper updated to 1.34rc2; KVM now is detected and works out of the box on VT-enabled CPUs; KDE Print control panel now works; AbiWord updated to 2.4.6; Democracy Player updated to 0.9.2.1; Amarok now works; ALSA updated to 1.0.14rc1; Flash Player updated to 9.0.21.78; installer: multi-user configuration now works; highly improved boot time by triggering doslowusb only when really needed; OpenGL auto-configuration now takes half of the time to configure video card....
<<less
Download (MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
978 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2