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

Java Games Keno freeware
Filter: All | Freeware | Demo
 

Java Games Keno

< 1 2 3 4 5 
Added: August 11, 2010 | Visits: 1.558

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: September 13, 2010 | Visits: 1.527

Java Gui Builder The Java Gui Builder program is designed to decouple the GUI building code from the rest of the application code, without hand-writing code. It allows one to describe the layout of windows and controls using an XML file. A full DTD was written to allow on-the-fly validation. Using an XML file...





Platforms: *nix

License: Freeware Size: 696.32 KB Download (120): Java Gui Builder Download

Added: February 19, 2010 | Visits: 1.642

Zeus Java Swing Components Library The Zeus Java Swing Components Library provides useful Swing components for easier GUI development. Zeus Java Swing Components Library uses only standard components to create widgets and standard patterns wherever possible. It includes JConsole, a console replacement, JSplash, a splash screen...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (134): Zeus Java Swing Components Library Download

Added: September 08, 2010 | Visits: 1.244

Lightweight Java Game Library Lightweight Java Game Library project is a native binding to OpenGL and OpenAL. The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind. It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with...


Platforms: *nix

License: Freeware Download (118): Lightweight Java Game Library Download

Added: February 13, 2010 | Visits: 1.348

Java SQL Admin Tool Admin is entirely written in Java. It uses Swing GUI Components and JDBC to connect to databases. It has been succesfully tested with MySQL, InstantDB, Oracle, Empress, and PostgreSQL. You can have a tree view of the RDBMS or pick a single instance to have a look at its metadata. It allows you...


Platforms: *nix

License: Freeware Size: 512 KB Download (110): Java SQL Admin Tool Download

Added: October 22, 2010 | Visits: 1.444

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: September 08, 2010 | Visits: 875

Games::PerlWar Games::PerlWar is a Perl variant of the classic Corewar game. This is a sparring program, similar to the programmed reality of the Matrix. It has the same basic rules, rules like gravity. What you must learn is that these rules are no different than the rules of a computer system. Some of...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Games::PerlWar Download

Added: March 24, 2010 | Visits: 1.271

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 03, 2010 | Visits: 1.986

Games::Battleship::Craft Games::Battleship::Craft is a Battleship craft class. SYNOPSIS use Games::Battleship::Craft; my $craft = Games::Battleship::Craft->new( id => T, name => tug boat, points => 1, ) $points_remaining = $craft->hit; A Games::Battleship::Craft object represents the profile of a Battleship...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (268): Games::Battleship::Craft Download

Added: July 17, 2010 | Visits: 1.015

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Games::Battleship Download

Added: April 19, 2010 | Visits: 1.159

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: November 18, 2010 | Visits: 1.456

OpenGL for Java OpenGL for Java, formerly known as GL4Java, supports Java with a native OpenGL mapping. The OS native OpenGL functionality is avaiable from Java for many OS: Linux/GNU+XFree86, Unix/X11, MacOS, Win32. Whats New in This Release: - removed the hack (which I put in sometime ago to get VooDoo3...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (142): OpenGL for Java Download

Added: September 25, 2010 | Visits: 1.182

Syntax::Highlight::Engine::Kate::Java Syntax::Highlight::Engine::Kate::Java is a Perl plugin for Java syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::Java; my $sh = new Syntax::Highlight::Engine::Kate::Java([ ]); Syntax::Highlight::Engine::Kate::Java is a plugin module that provides syntax highlighting...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (107): Syntax::Highlight::Engine::Kate::Java Download

Added: May 26, 2010 | Visits: 962

Sanaware Java Docking Sanaware Java Docking project is a library for managing the windows of a Java Swing application.. Sanaware Java Docking Frmaework


Platforms: *nix

License: Freeware Size: 3.5 MB Download (99): Sanaware Java Docking Download

Added: July 14, 2010 | Visits: 901

Java::Build::GenericBuild Java::Build::GenericBuild is a high level driver to control Java builds. SYNOPSIS There are two (or more) code files needed to effectively use this module. First, create a subclass of this class: package Java::Build::MyBuild; use Carp; # Do the following in a BEGIN block before the use...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): Java::Build::GenericBuild Download

Added: September 13, 2010 | Visits: 1.272

Java::Build::Tasks Java::Build::Tasks is a Perl module that collects common Java build tasks in one place: jar, jarsigner, etc. SYNOPSIS use Java::Build::Tasks; set_logger($log_object); copy_file(source, dest); copy_file(list, of, sources, dest); copy_file(-r, list, of, sources, with, flags, dest);...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Java::Build::Tasks Download

Added: November 06, 2010 | Visits: 1.305

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Added: October 14, 2010 | Visits: 1.885

Secure Java Diary Secure Diary is a Java application that uses the Bouncy Castle JCE to provide strong encryption for your diary. It stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.. Get Jay's Secure Java Diary at SourceForge.net. Fast,...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (266): Secure Java Diary Download

Added: October 07, 2010 | Visits: 1.142

java-diff java-diff is a set of Java classes which implement the longest common subsequences algorithm. java-diff compares the elements in two arrays, returning a list of Difference objects, each of which describes an addition, deletion, or change between the two arrays.. incava.org - Open source...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): java-diff Download

Added: August 22, 2010 | Visits: 700

libvte-java Java-GNOME is a set of Java bindings for GNOME and GTK libraries, so GNOME applications can be written in Java. libvte-java is implemented as a JNI layer that delegates the Java calls out to the underlying C library. Installation: The simplest way to compile this package is: 1. `cd to the...


Platforms: *nix

License: Freeware Size: 337.92 KB Download (89): libvte-java Download

< 1 2 3 4 5