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

Java Touch Games freeware
Filter: All | Freeware | Demo
 

Java Touch Games

< 1 2 3 4 5 > 
Added: January 11, 2010 | Visits: 3.558

Java::JCR::Lock::Lock Java::JCR::Lock::Lock is a Perl wrapper for javax.jcr.lock.Lock. This is an automatically generated package wrapping javax.jcr.lock.Lock with a nice Perlish API. For full documentation of what this class does, see the Java API documentation:... Platforms: *nix

License: Freeware Size: 48.13 KB Download (950): Java::JCR::Lock::Lock Download

Added: October 09, 2010 | Visits: 885

Java::JCR Java::JCR is a module to use JSR 170 (JCR) repositories from Perl. SYNOPSIS use Java::JCR; use Java::JCR::Jackrabbit; my $repository = Java::JCR::Jackrabbit->new; my $session = $repository->login( Java::JCR::SimpleCredentials->new(username, password) ); my $root =... Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Java::JCR Download

Added: November 20, 2010 | Visits: 1.922

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Quakeworld::Query Download

Added: May 27, 2010 | Visits: 1.299

Java GetOpt Library Java GetOpt library implements option parsing and a common online help behaviour, including an XML format for topics, command, and options (which can be queried with --help --xml) and support for online browsing with --help --browse. Whats New in This Release: � The getopt library can... Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Java GetOpt Library Download

Added: April 20, 2010 | Visits: 1.557

Java Preferences Tool Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor. Java Preferences Tool allows you to view, edit, compare, and search Java preferences. The program has traditional explorer-style interface, with tree view of current... Platforms: *nix

License: Freeware Download (124): Java Preferences Tool Download

Added: February 26, 2010 | Visits: 1.066

JGame JGame is a small high-level 2D game engine for producing games on Java platforms. It does a lot of the stuff you need for a game automatically, and "classic" type arcade games can be developed with a minimum of effort. It is based on sprites with automatic collision detection, and a tile-based... Platforms: *nix

License: Freeware Size: 5.3 MB Download (108): JGame Download

Added: September 04, 2010 | Visits: 2.395

Open Java Console 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... Platforms: *nix

License: Freeware Size: 29.7 KB Download (168): Open Java Console Download

Added: September 25, 2010 | Visits: 2.154

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });... Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: June 10, 2010 | Visits: 1.381

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the... Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: June 08, 2010 | Visits: 1.473

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,... Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: January 11, 2010 | Visits: 2.554

Games::Euchre Games::Euchre is an Euchre card game for humans and computers. SYNOPSIS Simply run my game wrapper: % euchre.pl or write your own: use Games::Euchre; use Games::Euchre::AI::Simple; use Games::Euchre::AI::Human; my $game = Games::Euchre->new(); foreach my $i (1..3) {... Platforms: *nix

License: Freeware Size: 21.5 KB Download (234): Games::Euchre Download

Added: September 16, 2010 | Visits: 1.411

Games::Euchre::Trick Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick.... Platforms: *nix

License: Freeware Size: 21.5 KB Download (167): Games::Euchre::Trick Download

Added: July 05, 2010 | Visits: 1.529

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with... Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: February 08, 2010 | Visits: 1.491

Games::Euchre::Player Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and... Platforms: *nix

License: Freeware Size: 21.5 KB Download (116): Games::Euchre::Player Download

Added: May 01, 2010 | Visits: 2.334

Ganymed SSH-2 for Java Build Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). Ganymed SSH2 for Java allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port... Platforms: *nix

License: Freeware Size: 471.04 KB Download (145): Ganymed SSH-2 for Java Build Download

Added: July 06, 2010 | Visits: 1.266

Java RAM Interpreter JAM - Java RAM Interpreter simulates Random Access Machines (RAMs). A RAM is a theoretical computer model with an unlimited number of registers of unlimited size and a programming language similar to Assembly. It is used in the book "Theoretische Informatik" by Klaus W. Wagner. Many things... Platforms: *nix

License: Freeware Size: 27.65 KB Download (113): Java RAM Interpreter Download

Added: October 25, 2010 | Visits: 1.308

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory... Platforms: *nix

License: Freeware Size: 235.52 KB Download (93): Java Unified Expression Language Download

Added: May 02, 2010 | Visits: 1.199

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is... Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: January 26, 2010 | Visits: 2.036

comisat Games Collection comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english. comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published... Platforms: *nix

License: Freeware Size: 7.9 MB Download (116): comisat Games Collection Download

Added: June 25, 2010 | Visits: 1.593

Zero Touch Linux Server Zero Touch Linux Server is the easiest way to setup your back office infrastructure. If you need mail server, file server or domain controller - ZTL is perfect for you. ZTL is now a FREE product that brings together the stability of Linux and the security of Trustix or 100% binary compatibility... Platforms: *nix

License: Freeware Size: 450 MB Download (151): Zero Touch Linux Server Download

< 1 2 3 4 5 >