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

Java Quiz Script software
Filter: All | Freeware | Demo
 

Java Quiz Script

< 1 2 3 4 5 
Released: February 22, 2009  |  Added: April 14, 2009 | Visits: 2.306

JMathLib JMathLib is meant to be a clone of Matlab, but written entirely in java. A library of mathematical functions designed to be used in evaluating complex expressions and display the results graphically. It will be used either interactively through a terminal like window or to interpret script...



Platforms: Windows, *nix

License: Freeware Size: 3.94 MB Download (530): JMathLib Download

Released: July 07, 2005  |  Added: April 27, 2010 | Visits: 2.554

Java Barcode OnBarcode.com Java library to generate barcode images, supports Linear (1D), PDF417, Data Matrix, QACode. Key Features: * Royalty free with the purchase of a Developer License * Servlets are included for server-side Java barcode image generation and are easy to embed in html code as...





Platforms: OS/2, Windows, Mac, *nix, Palm OS, Windows CE, Pocket PC

License: Commercial Cost: $199.00 USD Size: 292.97 KB Download (282): Java Barcode Download

Released: October 14, 2014  |  Added: November 25, 2014 | Visits: 2.221

ApexSQL Script ApexSQL Script is a SQL Server database migration tool which scripts database object and data into a single or multiple deployment SQL scripts, .NET solutions or executable installers. It can export live databases directly to version control and can automate and schedule the migration process...


Platforms: Windows 7, Windows Server, Windows

License: Shareware Cost: $249.00 USD Size: 12.77 MB Download (123): ApexSQL Script Download

Released: September 27, 2008  |  Added: October 06, 2008 | Visits: 3.911

Test Script Runner Test Script Runner is a software platform designed to provide a script based mechanism for Automatic Regression Testing. The software provides a scripting language which allows the user to expand the capabilities via plug-in testing modules. A number of plug-in modules are provided with...


Platforms: Windows

License: Commercial Cost: $300.00 USD Size: 7.9 MB Download (526): Test Script Runner Download

Added: August 15, 2008 | Visits: 1.857

Swiftchart: chart and graph java application v1_60 Chart java applet software to generate dynamic charts and graphs within JSP, servlets or java applications - bar, line, pie, stacked and grouped charts in 2D and 3D with a wide range of parameters and chart types. Main features: Charts in 2D/3D, Anti aliasing, Multi language support, Cross...


Platforms: DOS, Windows, Mac, *nix

License: Demo Cost: $99.00 USD Size: 98 KB Download (506): Swiftchart: chart and graph java application v1_60 Download

Added: August 11, 2008 | Visits: 2.866

Swiftchart: chart, graph java applet v2_20 Chart java applet software to generate dynamic charts and graphs - bar, line, pie, stacked and grouped charts in 2D and 3D with a wide range of parameters and chart types. Main features: Charts in 2D/3D, Anti aliasing, Multi language support, Cross browser compatible, Java Script parameter...


Platforms: DOS, Windows, Mac, *nix

License: Demo Cost: $99.00 USD Size: 98 KB Download (155): Swiftchart: chart, graph java applet v2_20 Download

Released: May 19, 2014  |  Added: June 04, 2014 | Visits: 1.792

TeeChart for Java TeeChart for Java is an extensive Charting component library for Java developers. Based on more than a decade's experience working with customer charting requirements it is extremely portable and may be used in all standard Java programming environments. Key Areas: -Chart Types The...


Platforms: Windows, Mac, Windows 8, Windows 7, Android, BlackBerry,Java

License: Shareware Cost: $449.00 USD Size: 24.86 MB Download (120): TeeChart for Java Download

Released: November 15, 2009  |  Added: December 09, 2009 | Visits: 1.862

Mangle-It Java Source Code Obfuscator Mangle-It Java Obfuscator makes C/Java code unreadable. Symbol and file names are mangled, strings encrypted, symbols are updated in comments and xml config files. A signature like "LPTSTR Translate( LPCTSTR psz )" is converted to "LPTSTR sXXXYYYXXYXXYX( LPCTSTR sXXXXYYXYYXXYX )", the string...


Platforms: Windows

License: Shareware Cost: $69.99 USD Size: 2.77 MB Download (137): Mangle-It Java Source Code Obfuscator Download

Added: January 13, 2010 | Visits: 1.066

Java::JCR::Nodetype Java::JCR::Nodetype is a Perl module that can load the JCR node type class wrappers. SYNOPSIS use Java::JCR::Nodetype; This loads the Perl classes mapped to the javax.jcr.nodetype package. You might notice the odd letter case of this package differs from that of the node type class...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (97): Java::JCR::Nodetype Download

Added: February 11, 2010 | Visits: 961

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl....


Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: May 02, 2010 | Visits: 1.161

Java::JCR::Lock Java::JCR::Lock is a Perl module that can load JCR lock extension wrappers. SYNOPSIS use Java::JCR::Lock This loads the Perl classes mapped to the Java package named javax.jcr.lock. Installation: Installation can be a bit tricky because this library depends upon Inline::Java, which...


Platforms: *nix

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

Added: November 16, 2010 | Visits: 1.027

Java::JCR::Workspace Java::JCR::Workspace is a Perl wrapper for javax.jcr.Workspace. This is an automatically generated package wrapping javax.jcr.Workspace 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 (93): Java::JCR::Workspace Download

Added: January 11, 2010 | Visits: 3.548

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: 878

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: May 05, 2010 | Visits: 2.962

Repeat A/B - Amarok script Repeat A/B - Amarok script is an Amarok script which can repeat a song from point A to point B. Usage: Right click the playlist and select Repeat --> A/B. Now you have your first mark. Hit Repeat --> A/B again and you have the second mark. Repeat A/B starts. Hit Repeat --> A/B a third...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (131): Repeat A/B - Amarok script Download

Added: May 27, 2010 | Visits: 1.289

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: January 14, 2010 | Visits: 2.130

Jifty::Script::Help Jifty::Script::Help is a Perl module to show help. OPTIONS Optionally help can pipe through a pager, to make it easier to read the output if it is too long. For using this feature, please set environment variable PAGER to some pager program. For example: # bash, zsh users export...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (102): Jifty::Script::Help Download

Added: January 08, 2010 | Visits: 4.848

Orca Interactive Forum Script Orca Interactive Forum Script is an interactive Web-based forum script that is based on AJAX technology, In the world of accelerating technologies you dont want archaic forum software. You want something new, fresh, classy, stylish and sexy - just like Orca. Orca introduces a new approach to...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (207): Orca Interactive Forum Script Download

Added: April 20, 2010 | Visits: 1.546

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

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

< 1 2 3 4 5