console
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 760
Jconsole 1.6
Jconsole is a JMX console for JBoss that provides a pre-built Web client for the JBoss application server. more>>
Jconsole is a JMX console for JBoss that provides a pre-built Web client for the JBoss application server.
It deploys the JMX features of JBoss.
Enhancements:
- Bugfixes and codebase updates were done.
<<lessIt deploys the JMX features of JBoss.
Enhancements:
- Bugfixes and codebase updates were done.
Download (0.19MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
749 downloads
Games::Console 0.04
Games::Console Perl module provide a 2D quake style in-game console. more>>
Games::Console Perl module provide a 2D quake style in-game console.
SYNOPSIS
use Games::Console;
my $console = Games::Console->new(
font => $font_object,
background_color => [ 1,1,0],
background_alpha => 0.4,
text_color => [ 1,1,1 ],
text_alpha => 1,
speed => 50, # in percent per second
height => 50, # fully opened, in percent of screen
width => 100, # fully opened, in percent of screen
backbuffer_size => 100, # keep so many messages
prompt => >,
cursor => _,
);
$console->screen_width($width);
$console->screen_height($height);
$console->toggle($current_time);
$console->message(Hello there!);
$console->input(a);
This package provides you with a quake-style console for your games. The console gathers messages and lets you scroll trough them. It also can display a command line.
This package is just a base class setting up everything, but doesnt actually render anything.
See Games::Console::SDL and Games::Console::OpenGL for subclasses that implement the actual rendering to the screen via SDL and OpenGL, respectively.
<<lessSYNOPSIS
use Games::Console;
my $console = Games::Console->new(
font => $font_object,
background_color => [ 1,1,0],
background_alpha => 0.4,
text_color => [ 1,1,1 ],
text_alpha => 1,
speed => 50, # in percent per second
height => 50, # fully opened, in percent of screen
width => 100, # fully opened, in percent of screen
backbuffer_size => 100, # keep so many messages
prompt => >,
cursor => _,
);
$console->screen_width($width);
$console->screen_height($height);
$console->toggle($current_time);
$console->message(Hello there!);
$console->input(a);
This package provides you with a quake-style console for your games. The console gathers messages and lets you scroll trough them. It also can display a command line.
This package is just a base class setting up everything, but doesnt actually render anything.
See Games::Console::SDL and Games::Console::OpenGL for subclasses that implement the actual rendering to the screen via SDL and OpenGL, respectively.
Download (0.021MB)
Added: 2007-07-25 License: Perl Artistic License Price:
822 downloads
Console Lines 1.0.4
Console Lines is a Lines game for the Unix terminal. more>>
Console Lines is a "Lines" game for the Unix terminal. There is no in-game help available right now, so check the README file. To move the cursor, use arrows (or jkhl), to select or to move a chip, use space. To instantly quit, use q. Console Lines requires a certain terminal size, supports a mouse (curses or GPM), and works with various ncurses libraries.
You will need an ANSI standart C compiler, GNU make, and a decent curses library that supports colors.
The current lists of operation systems tested:
Linux, glibc 2.2
Solaris 9
OpenBSD 3.8
CygWin 5
Enhancements:
- Support for smaller terminals (as small as 19x19).
- Support for terminal resize.
- Support for black and white terminals.
- Support for command line options.
- A workaround for a nasty ALTLinux/Debian GPM bug.
- Persistant high scores.
- A man page has been added.
<<lessYou will need an ANSI standart C compiler, GNU make, and a decent curses library that supports colors.
The current lists of operation systems tested:
Linux, glibc 2.2
Solaris 9
OpenBSD 3.8
CygWin 5
Enhancements:
- Support for smaller terminals (as small as 19x19).
- Support for terminal resize.
- Support for black and white terminals.
- Support for command line options.
- A workaround for a nasty ALTLinux/Debian GPM bug.
- Persistant high scores.
- A man page has been added.
Download (0.070MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1100 downloads
Mantaray Console 2.0
Mantaray Console is a distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET app more>>
Mantaray Console is a distributed, peer-to-peer, server-less communication & messaging solution for JAVA (JMS), C++ and .NET app. Offers guaranteed delivery, security and transactions. It supports TCP, SSL & HTTP protocols.
Basic Installation Instructions
-------------------------------
1. Extract the MantaRay file under a directory of your choice.
From now on, this directory will be called MANTA_HOME.
2. Set the VM argument.
This argument should hold the path (full/relative) to the MantaRay configuration file.
The default name of the MantaRay configuration file is default_config.xml, and it is
located in config directory.
To set the argument add the following text in the VM execution command:
-DmantaConfig=
Example:
java -DmantaConfig=c:/mantaray1.9/default_config.xml MyApp
For further information on how to set the mantaConfig argument, see the MantaRay User Guide.
3. Optional: Set a name for the MantaRay domain.
The domain name is the name of the group to which the peer will be related.
Setting this parameter prevents collisions between peers that dont share the group.
To change the domain name, set the value of the tag MY-PEER.DOMAIN in the MantaRay
configuration file.
For further information about the domain parameter, see the MantaRay User Guide.
4. Optional: Set MantaRay peer name in the configuration file of MantaRay.
Each MantaRay peer needs to have a unique name. To change the peer name, set the
value of the tag MY-PEER.NAME in the MantaRay configuration file.
By default, MantaRay sets the peer name according to the following format:
m
Example:
Local resolved IP: 192.168.1.44
Free port (in port range): 6600
The name of the MantaRay peer: m192.168.1.446600
For further information about the peer name parameter, see the MantaRay User Guide.
5. Optional: Change the mulicast IP address and multicast port.
These parameters are used when one enables the MantaRay Auto Discovery plugin (default).
Changing this parameter for each MantaRay peer in the same domain assures that all
the peers in the same domain are discovered, and that peers that dont belong to that
domain will not be discovered and will not interfere.
<<lessBasic Installation Instructions
-------------------------------
1. Extract the MantaRay file under a directory of your choice.
From now on, this directory will be called MANTA_HOME.
2. Set the VM argument.
This argument should hold the path (full/relative) to the MantaRay configuration file.
The default name of the MantaRay configuration file is default_config.xml, and it is
located in config directory.
To set the argument add the following text in the VM execution command:
-DmantaConfig=
Example:
java -DmantaConfig=c:/mantaray1.9/default_config.xml MyApp
For further information on how to set the mantaConfig argument, see the MantaRay User Guide.
3. Optional: Set a name for the MantaRay domain.
The domain name is the name of the group to which the peer will be related.
Setting this parameter prevents collisions between peers that dont share the group.
To change the domain name, set the value of the tag MY-PEER.DOMAIN in the MantaRay
configuration file.
For further information about the domain parameter, see the MantaRay User Guide.
4. Optional: Set MantaRay peer name in the configuration file of MantaRay.
Each MantaRay peer needs to have a unique name. To change the peer name, set the
value of the tag MY-PEER.NAME in the MantaRay configuration file.
By default, MantaRay sets the peer name according to the following format:
m
Example:
Local resolved IP: 192.168.1.44
Free port (in port range): 6600
The name of the MantaRay peer: m192.168.1.446600
For further information about the peer name parameter, see the MantaRay User Guide.
5. Optional: Change the mulicast IP address and multicast port.
These parameters are used when one enables the MantaRay Auto Discovery plugin (default).
Changing this parameter for each MantaRay peer in the same domain assures that all
the peers in the same domain are discovered, and that peers that dont belong to that
domain will not be discovered and will not interfere.
Download (2.1MB)
Added: 2006-06-15 License: MPL (Mozilla Public License) Price:
1228 downloads
Open Java Console 1.6
Open Java Console is an extension which provides the ability to open the Java Console in Firefox. more>>
Open Java Console is an extension which provides the ability to open the Java Console in Firefox.
This extension provides an option on the Tools menu that opens the Java Console, and a toolbar button in the JavaScript Console that also allows the console to be opened. The extension also adds the keystroke Ctrl+Shift+J to spawn the console from the keyboard, from either a browser window or the JavaScript Console.
New features in 1.0 include the addition of two preferences:
A preference for logging a message to the JavaScript Console whenever the Java Console is triggered
A preference for showing any exceptions generated by the browser when starting the Java Console
Mozilla 1.X has this feature, but Firefox does not, making access to the console difficult unless this extension is used.
When the Console^2 extension is installed, the Ctrl+Shift+J keystroke will trigger the Error Console instead of the Java Console from a browser window. Ctrl+Shift+J will still work from the Error Console.
The following languages have been added to the 1.6 release: Hungarian and Dutch.
<<lessThis extension provides an option on the Tools menu that opens the Java Console, and a toolbar button in the JavaScript Console that also allows the console to be opened. The extension also adds the keystroke Ctrl+Shift+J to spawn the console from the keyboard, from either a browser window or the JavaScript Console.
New features in 1.0 include the addition of two preferences:
A preference for logging a message to the JavaScript Console whenever the Java Console is triggered
A preference for showing any exceptions generated by the browser when starting the Java Console
Mozilla 1.X has this feature, but Firefox does not, making access to the console difficult unless this extension is used.
When the Console^2 extension is installed, the Ctrl+Shift+J keystroke will trigger the Error Console instead of the Java Console from a browser window. Ctrl+Shift+J will still work from the Error Console.
The following languages have been added to the 1.6 release: Hungarian and Dutch.
Download (0.029MB)
Added: 2007-04-28 License: MPL (Mozilla Public License) Price:
1006 downloads
Pacman for Console 1.2
Pacman for Console is a pacman game which can be played on a text-based console without using X. more>>
Pacman for Console is a pacman game which can be played on a text-based console without using X.
Installation:
make
make install (as root)
Uninstall:
make uninstall
Enhancements:
- A simple level editor was added.
- Error messages on GCC 2.96 were fixed.
- An introduction screen was added.
- Invincibility is deactivated once a level is complete.
<<lessInstallation:
make
make install (as root)
Uninstall:
make uninstall
Enhancements:
- A simple level editor was added.
- Error messages on GCC 2.96 were fixed.
- An introduction screen was added.
- Invincibility is deactivated once a level is complete.
Download (0.011MB)
Added: 2006-12-20 License: Freely Distributable Price:
1045 downloads
Quiet Console Town 0.7
Quiet Console Town is a console RPG city simulator. more>>
Quiet Console Town project is a console RPG city simulator.
Console RPGs have you visiting towns all the time, but Quiet Console Town puts you in the place of the mayor of a budding new city. Build shops, attract adventurers, hope villains overlook you: all the aspects of a console RPG town are yours.
Welcome to your everyday ordinary quiet console town. By the looks of your deceased friend there, youll probably want to stay a night at the Inn. Yes, those puncture wounds and missing organs certainly seem fatal, but all he needs is a good nights sleep and then (somehow) hell be good as new. In the meantime, might I direct you to our armor shop?
A bit of plate inbetween you and the monster might help you stay healthy! I see your thief seems anxious - theres some shady characters near the magic shop she might want to meet up with. Finally, once youre all done, perhaps you could look into the matter of our haunted mine...?
Quiet Console Town is a turn-based console RPG city simulator. You, as mayor, build the kind of RPG town youve always wanted heroes to visit. Buildings range from the simple Inn to the intricate dungeons beneath your mighty Citadel.
People can be as good as the most pious do-gooder, or evil as the most black-hearted villain. Make your city a bulwark against the forces of darkness, or a haven to shady characters round the world!
<<lessConsole RPGs have you visiting towns all the time, but Quiet Console Town puts you in the place of the mayor of a budding new city. Build shops, attract adventurers, hope villains overlook you: all the aspects of a console RPG town are yours.
Welcome to your everyday ordinary quiet console town. By the looks of your deceased friend there, youll probably want to stay a night at the Inn. Yes, those puncture wounds and missing organs certainly seem fatal, but all he needs is a good nights sleep and then (somehow) hell be good as new. In the meantime, might I direct you to our armor shop?
A bit of plate inbetween you and the monster might help you stay healthy! I see your thief seems anxious - theres some shady characters near the magic shop she might want to meet up with. Finally, once youre all done, perhaps you could look into the matter of our haunted mine...?
Quiet Console Town is a turn-based console RPG city simulator. You, as mayor, build the kind of RPG town youve always wanted heroes to visit. Buildings range from the simple Inn to the intricate dungeons beneath your mighty Citadel.
People can be as good as the most pious do-gooder, or evil as the most black-hearted villain. Make your city a bulwark against the forces of darkness, or a haven to shady characters round the world!
Download (MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1019 downloads
Internet DJ Console 0.7.0
Internet DJ console is a graphical shoutcast/icecast client that runs under GTK+ and the JACK audio connection kit. more>>
Internet DJ console is a graphical shoutcast and icecast client that runs under GTK+ and the JACK audio connection kit. In short, its an Internet radio app for making a live radio show.
Features include two main media players with a crossfader, a jingle player, microphone signal processing (compressor and noise gate), IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3 or Ogg streaming at various bit rates, aux input for connecting any audio app that is compatible with JACK, and various audio level meters.
Enhancements:
- A new, more powerful streaming architecture has been implemented with multiple streams possible, greater control over quality settings, ability to change the bitrate live on air, and the ability to stream from a prerecorded file with the metadata preserved.
- The MP3=UTF8 option has been removed, and CPU load is now reduced when the microphone is off.
<<lessFeatures include two main media players with a crossfader, a jingle player, microphone signal processing (compressor and noise gate), IRC track announcements with X-Chat, an automatic stream shut-off timer, MP3 or Ogg streaming at various bit rates, aux input for connecting any audio app that is compatible with JACK, and various audio level meters.
Enhancements:
- A new, more powerful streaming architecture has been implemented with multiple streams possible, greater control over quality settings, ability to change the bitrate live on air, and the ability to stream from a prerecorded file with the metadata preserved.
- The MP3=UTF8 option has been removed, and CPU load is now reduced when the microphone is off.
Download (0.59MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
830 downloads
Other version of Internet DJ Console
Stephen Fairchild - The Linux DJ software. Internet DJ Console. Internet DJ Console is a program that I started writingLicense:Freeware
Virtual Console init 2.0.1
Virtual Console init is an /sbin/init clone for virtual consoles. more>>
Virtual Console init is an /sbin/init clone for virtual consoles. It is very easy to set up and use because it has no configuration files.
It is very small and has builtin getty, login, klogd, and slogd. Virtual Console init is suitable for embedded systems and home Linux boxes.
This is a new kind of "init" that only works for the virtual console, so dont try it to login from a serial line. The idea is having a very simple init for home Linux systems (although it could work on other systems as well, who knows...), allowing for a simpler and cleaner configuration. It is useful too in embedded systems or tiny boot disks (maybe as a complement for "busybox"). In other words: it works for me, I use it and Im releasing it in the hope of it being useful for others.
The binary itself doesnt accept parameters, so lets go directly to the behaviour... It must be run by "root" and have PID 1, so dont try to run it yourself, it wont work... You should install it under "/sbin/init", and the kernel will run it automatically at boot.
Take into account that this "init" has both the "getty" and "login" parts built-in, not as separate binaries. This means that if you have a server or another binary which needs "/bin/login", it probably WONT WORK. The sysklog system (kernel logger and system logger, "klogd" and "slogd") are built-in, too. You dont need sysklogd or equivalent, unless you want some feature of them... In that case, you can disable the builtin system.
Enhancements:
- vcinit is now licensed under the GPLv2 only, and not necessarily any later version of the GPL.
<<lessIt is very small and has builtin getty, login, klogd, and slogd. Virtual Console init is suitable for embedded systems and home Linux boxes.
This is a new kind of "init" that only works for the virtual console, so dont try it to login from a serial line. The idea is having a very simple init for home Linux systems (although it could work on other systems as well, who knows...), allowing for a simpler and cleaner configuration. It is useful too in embedded systems or tiny boot disks (maybe as a complement for "busybox"). In other words: it works for me, I use it and Im releasing it in the hope of it being useful for others.
The binary itself doesnt accept parameters, so lets go directly to the behaviour... It must be run by "root" and have PID 1, so dont try to run it yourself, it wont work... You should install it under "/sbin/init", and the kernel will run it automatically at boot.
Take into account that this "init" has both the "getty" and "login" parts built-in, not as separate binaries. This means that if you have a server or another binary which needs "/bin/login", it probably WONT WORK. The sysklog system (kernel logger and system logger, "klogd" and "slogd") are built-in, too. You dont need sysklogd or equivalent, unless you want some feature of them... In that case, you can disable the builtin system.
Enhancements:
- vcinit is now licensed under the GPLv2 only, and not necessarily any later version of the GPL.
Download (0.040MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1131 downloads
Console Jabber Client 1.0.0
Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients. more>>
Console Jabber Client is a Jabber client with text-based user interface resembling those known from popular IRC clients.
CJC is a Jabber/XMPP client for text terminals. Console Jabber Client uses pyxmpp library for XMPP comunication and curses for screen output. It is not finished yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.
<<lessCJC is a Jabber/XMPP client for text terminals. Console Jabber Client uses pyxmpp library for XMPP comunication and curses for screen output. It is not finished yet, but still quite usable. Its user interface is resembling those of popular IRC clients like irssi or BitchX.
Download (0.10MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1262 downloads
Console Xine Front End 0.9.2
Console Xine Front End (CXFE) is an extremely simple front end for Xine. more>>
Console Xine Front End (CXFE) is an extremely simple front end for Xine. It is meant to be comfortable for people used to MPlayer.
So why not just use MPlayer?
While MPlayer is an excellent movie player, its dvd playback capabilties has been lacking for a long time. Besides, choice is a good thing :-) To tell the truth, CXFE was mainly created as another movie player for MMS.
Current command line parameters:
-vo < driver > Set video out driver (dxr3/xv/xshm/fb)
-ao < driver > Set audio out driver (alsa/oss)
-i < driver > Set control driver (lirc) Keyboard is enabled at all times)
-fs Start cxfe in fullscreen
< mrl > Valid xine MRL (ex: dvd:/) Up to 1000 MRLs are allowed
-v Prints cxfe version and exits
-d Start cxfe with deinterlacing plugins on
-p Specify custom deinterlacing plugin to use
--help Prints this help
Example: cxfe -vo xv -ao alsa -i lirc -dev /dev/dvd dvd:/)
<<lessSo why not just use MPlayer?
While MPlayer is an excellent movie player, its dvd playback capabilties has been lacking for a long time. Besides, choice is a good thing :-) To tell the truth, CXFE was mainly created as another movie player for MMS.
Current command line parameters:
-vo < driver > Set video out driver (dxr3/xv/xshm/fb)
-ao < driver > Set audio out driver (alsa/oss)
-i < driver > Set control driver (lirc) Keyboard is enabled at all times)
-fs Start cxfe in fullscreen
< mrl > Valid xine MRL (ex: dvd:/) Up to 1000 MRLs are allowed
-v Prints cxfe version and exits
-d Start cxfe with deinterlacing plugins on
-p Specify custom deinterlacing plugin to use
--help Prints this help
Example: cxfe -vo xv -ao alsa -i lirc -dev /dev/dvd dvd:/)
Download (0.075MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
820 downloads
Console Password Manager 0.23 Beta
Console Password Manager is a small console tool to manage passwords. more>> <<less
Download (0.078MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
Pinnacle PCTV Deluxe/Bungee Console 1.4
Pinnacle PCTV Deluxe/Bungee Console is a Gtk2 GUI for Pinnacle PCTV Deluxe/Bungee Tools. more>>
Pinnacle PCTV Deluxe/Bungee Console is a small GUI for PCTV Deluxe/Bungee Tools by Rainer Keuchel.
There are 2 versions of the interface; one written in Tcl/Tk, and the other written in C, using the GTK2 libraries.
<<lessThere are 2 versions of the interface; one written in Tcl/Tk, and the other written in C, using the GTK2 libraries.
Download (0.30MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
893 downloads
OptimFROG For Linux(X86 console) 4.600ex
OptimFROG is a lossless audio compression program. more>> What is OptimFROG?
OptimFROG is a lossless audio compression program. Its main goal is to reduce at maximum the size of audio files, while permitting bit identical restoration for all input. It is similar with the ZIP compression, but it is highly specialized to compress audio data.
OptimFROG obtains asymptotically the best lossless audio compression ratios. It has Windows, Linux, and Mac versions, fully featured input plug-ins for the Windows Media Player, foobar2000, Winamp2/3/5, dBpowerAMP, XMPlay, QCD, and XMMS audio players (with bitstream error resilience, ID3v1.1 and APEv2 read tagging support, ID3v2 compatible), optimal support for all integer PCM wave formats up to 32 bits and an extensible streamable (error tolerant) compressed format. It is also fast, the default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-time on AMD Athlon XP 1800+ (the fastest mode encodes at 28.1x real-time and decodes at 24.7x real-time). Self-extracting (sfx) archives can also be created with a small overhead of just 54 KB.
The compression ratios which can obtained with OptimFROG are generally ranging from 25% (silent classical music) to 70% (loud rock music) of the original audio file size. This is less compared with around 13% obtained with high quality MP3 files (~176 kb), but you have the great advantage of archiving and listening at perfect copies of your original music.
OptimFROG uses a new audio compression technology, the generalized stereo decorrelation concept (together with the optimal predictor), which was first introduced with OptimFROG 4.0b in December 2001. At the time of its introduction, the new technology yielded significant better (~1.5%) compression than existing state of the art lossless audio compressors.<<less
Download (313KB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads
OptimFROG For Linux(amd console) 4.600ex
OptimFROG is a lossless audio compression program. more>> What is OptimFROG?
OptimFROG is a lossless audio compression program. Its main goal is to reduce at maximum the size of audio files, while permitting bit identical restoration for all input. It is similar with the ZIP compression, but it is highly specialized to compress audio data.
OptimFROG obtains asymptotically the best lossless audio compression ratios. It has Windows, Linux, and Mac versions, fully featured input plug-ins for the Windows Media Player, foobar2000, Winamp2/3/5, dBpowerAMP, XMPlay, QCD, and XMMS audio players (with bitstream error resilience, ID3v1.1 and APEv2 read tagging support, ID3v2 compatible), optimal support for all integer PCM wave formats up to 32 bits and an extensible streamable (error tolerant) compressed format. It is also fast, the default mode encodes CD quality audio data at 12.4x real-time and decodes at 17.4x real-time on AMD Athlon XP 1800+ (the fastest mode encodes at 28.1x real-time and decodes at 24.7x real-time). Self-extracting (sfx) archives can also be created with a small overhead of just 54 KB.
The compression ratios which can obtained with OptimFROG are generally ranging from 25% (silent classical music) to 70% (loud rock music) of the original audio file size. This is less compared with around 13% obtained with high quality MP3 files (~176 kb), but you have the great advantage of archiving and listening at perfect copies of your original music.
OptimFROG uses a new audio compression technology, the generalized stereo decorrelation concept (together with the optimal predictor), which was first introduced with OptimFROG 4.0b in December 2001. At the time of its introduction, the new technology yielded significant better (~1.5%) compression than existing state of the art lossless audio compressors.<<less
Download (449KB)
Added: 2009-04-17 License: Freeware Price: Free
190 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above console search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed