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

Dynamically Sql Crystal Java freeware
Filter: All | Freeware | Demo
 

Dynamically Sql Crystal Java

< 1 2 3 4 5 
Added: August 22, 2010 | Visits: 1.076

Chemistry::SQL Chemistry::SQL is an access database functions module. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::SQL; my $db_name = $ARGV[0]; my $file = $ARGV[1]; my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",...



Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Chemistry::SQL Download

Added: May 27, 2010 | Visits: 1.287

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.545

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: September 04, 2010 | Visits: 2.385

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: June 10, 2010 | Visits: 1.373

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.463

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: May 01, 2010 | Visits: 2.324

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.258

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.296

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 (92): Java Unified Expression Language Download

Added: May 02, 2010 | Visits: 1.193

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: October 12, 2010 | Visits: 1.494

Xgrid Agent for Java Xgrid Agent for Java is an agent for Apples Xgrid clustering protocol written entirely in Java. This makes multiple platform Xgrid clusters possible. Usage: usage: java -jar xgridagent.jar -r|host name mhz -r will resolve the controller via bonjour host is the address or hostname on the...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (108): Xgrid Agent for Java Download

Added: June 08, 2010 | Visits: 1.791

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the...


Platforms: *nix

License: Freeware Download (205): BNF for Java Download

Added: August 03, 2010 | Visits: 1.103

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (87): SQL::Routine::Language Download

Added: July 18, 2010 | Visits: 1.562

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: May 27, 2010 | Visits: 1.039

SQL::Interpolate SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. SYNOPSIS use SQL::Interpolate qw(:all); # Some sample data to interpolate: my $s = blue; my @v = (5, 6); # Variable references are transformed into bind parameters. # The most basic usage involves...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (88): SQL::Interpolate Download

Added: May 05, 2010 | Visits: 1.193

SQL Relay SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux..


Platforms: *nix

License: Freeware Size: 8.6 MB Download (93): SQL Relay Download

Added: May 19, 2010 | Visits: 1.257

Java::Import::Design Java::Import::Design is the design of the Java::Import Module. MOTIVATIONS The original motivation for writing this module came out of a project I was working on during my previous employment. We had built a system in which a major part was implimented using EJBs on a J2EE server. In...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import::Design Download

Added: March 07, 2010 | Visits: 1.010

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): Java::Import Download

Added: April 08, 2010 | Visits: 755

SQL::Preproc SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors). SYNOPSIS use SQL::Preproc subclass => Chart, emit => 1, keepsql => 1, syntax => [ Teradata ], pponly => 1, relax => 1, alias => 1, debug => 1; use DBI; use DBI qw(:sql_types); use...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): SQL::Preproc Download

Added: March 24, 2010 | Visits: 1.142

SimpleDBM SimpleDBM projects goal is to build a Relational Database Manager in Java. The planned features include support for: Transactions Write Ahead Log Multiple Isolation Levels BTree Indexes Entry Level SQL-92 System Catalogs A distinguishing feature of the project is that the DBMS is being...


Platforms: *nix

License: Freeware Size: 512 KB Download (103): SimpleDBM Download

< 1 2 3 4 5