Main > Free Download Search >

Free captcha java software for mac

captcha java

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1287
JCaptcha 1.0

JCaptcha 1.0


Ope source Java implementation of the Captcha project more>> JCaptcha 1.0 gives an effective utility which is Java Completely Automated Public Test to tell Computers and Humans Apart. It is an open source java framework for CAPTCHA integration and definition.

A CAPTCHA is a program that can generate and grade tests that: Most humans can pass. Current computer programs can't pass.

Major Features:

  1. Captcha implementations
    • Text : Captcha with Text challenges
    • Image : Captcha with Image challenges
    • Sound : Captcha with Sound challenges
  2. Standardized layer
    • Service : Used by client applications to expose Captchas Challenge and validate the response in an easy way
    • Engine : Used internally by Services in order to provide new captchas
  3. Some useful components
    • Generators (Random or specialized)
      • Background
      • Color
      • Word
      • Font
    • Image deformation
    • Text Paster
    • Sound Configurator
    • Word Decorator

Enhancements:

  • Typo error in Image Captcha Engine and Sound Captcha Engine
  • Twisted And Sheared Random Font Generator only applies Shear
  • Frequent Captcha Exceptions ("word is too tall") during captcha generation
  • File Reader Random Background Generator doesn't work properly with JPGs embedded in JAR files
  • Instanciar Default Manageable Sound Captcha Service
  • Forgot to negate is Assignable From condition.
  • Error while unserializing Image Captcha object in Java 1.6
  • java.lang.No Such Method Error
  • JCaptcha does not work in a clustered environment
  • File Reader Random Background Generator should not stop search to the first resource if it is a jar file entry
  • NPE in Buffered Engine Container
  • Assertion failed: p != NULL, file ../../../src/share/native/sun/awt/font/t2k/t1.c, line 1974
  • Typo in user-interface string com.octo.captcha.image.fisheye.FishEye
  • Free TTS Word To Sound is not deal locating Voices thus causing memory leakage
  • Unexpected symbols (trains, ships,...) in the captcha
  • File Reader Random Background Generator should URL-decode the result of url.get File Improvement
  • Add sound and image controllers for spring
  • TextPaster that rotates characters randomly 360 degrees
  • Clean dependencies and create extension modules for EHCache and Buffered Engine Task
  • Merge projects
  • Update group in project.xml
  • Review PMD reports and resolve violations
<<less
Download (8.7MB)
Added: 2009-02-07 License: GPL Price: FREE
16 downloads
Apple Java 2 SE 5.0R5

Apple Java 2 SE 5.0R5


Apple Java 2 SE - support for J2SE 5.0 on OS X 10.4 more>>
This release of Java for Mac OS X includes improvements for Java 2 Platform, Standard Edition 5.0 (J2SE 5.0) on Mac OS X. It features Apple’s implementation of Sun’s J2SE Version 1.5.0_05.
Java 2 Platform, Standard Edition (J2SE) 5.0 allows applications and applets developed for the J2SE 5.0 platform to run on Mac OS X v 10.4.2 and later.

This update does not change the default version of Java on your Mac from Java 1.4.2 to J2SE 5.0, though Java applications that require J2SE 5.0 may specifically request it.

You can change the preferred Java version for applications and applets by using the new Java Preferences utility. This utility is installed by the J2SE 5.0 update at /Applications/Utilities/Java/J2SE 5.0/.


<<less
Download (80.3MB)
Added: 2007-02-16 License: Freeware Price:
1014 downloads
Clean Java Classes 1.0

Clean Java Classes 1.0


Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
Clean Java Classes removes Java class files *.class generated by a Java compiler. Select file(s) or folder(s) and drop them on the droplet icon. Then all the class files in the folders and all subfolders will be deleted.
The folders search is done recursively.

If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".


<<less
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
Create Java Manifest Form 1.0

Create Java Manifest Form 1.0


Create Java Manifest Form - Creates a Java manifest assigned as a basic form to Jar tool more>>
Create Java Manifest Form is a small AppleScript creates a Java manifest file "MANIFEST.MF" that will be assigned as a basic form to Jar tool.

Select Java resource files (*.class files, package folders, graphics images, or others) and drop them on this droplet application icon. Then a manifest file will be created at the same folder as your given files.

The script will apply URL encoding to the file name if needed.


<<less
Download (10KB)
Added: 2006-01-21 License: Freeware Price:
1390 downloads
Collect Java Classes 1.0

Collect Java Classes 1.0


Collect Java Classes - Collect Java classes in folders more>>
Collect Java Classes is a small AppleScript which collects Java classes *.class and *.zip in the folders. Select file(s) and folder(s) and drop them on this droplet icon. Then, all Java class files *.class and *.zip in the folders and subfolders will be collected.

The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.

The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.


<<less
Download (4KB)
Added: 2006-01-30 License: Freeware Price:
1362 downloads
IP Monitor for Java 2.0.2

IP Monitor for Java 2.0.2


IP Monitor for Java - Display IP address & perform whois/finger/DNS queries more>>
IP Monitor for Java is a handy application which automatically displays the current IP network address of your workstation right onto your desktop.

It allows you to quickly copy (or automatically save) the current IP address without having to dig through any of your networking control panels.

IP Monitor also provides a centralized interface from which you can easily perform Domain Name Server, Finger and Whois queries.


<<less
Download (53KB)
Added: 2005-11-08 License: Freeware Price:
1450 downloads
Zip Java Classes 1.0

Zip Java Classes 1.0


Zip Java Classes - Composes a zip archive from Java classes more>>
Zip Java Classes composes a zip archive from Java classes and zip files using the Macintosh ZipIt compress tool. This script has good ability to exclude source files other than the Java classes and zip from the selected files.

Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.

The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!

Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.

<<less
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
Apple QuickTime for Java SDK 1.1

Apple QuickTime for Java SDK 1.1


QuickTime for Java development kit. more>>
Apple QuickTime for Java SDK contains the 6.0 release of the QuickTime for Java Mac SDK. The SDK includes documentation & sample code files.
<<less
Download (6.3MB)
Added: 2004-06-01 License: Freeware Price:
1994 downloads
IP Monitor for Java X 2.0.2

IP Monitor for Java X 2.0.2


IP Monitor for Java X is a program for showing the current IP network address of your workstation on your desktop. more>>
IP Monitor for Java X 2.0.2 is a program for showing the current IP network address of your workstation on your desktop. It allows you to quickly copy (or automatically save) the current IP address without having to dig through any of your networking control panels.

IP Monitor also provides a centralized interface from which you can easily perform Domain Name Server, Finger and Whois queries.

Requirements:
  • Mac OS X 10.0 or later.
<<less
Download (53K)
Added: 2003-10-08 License: Free Price:
downloads
IP Monitor X for Java 2.0.2

IP Monitor X for Java 2.0.2


IP Monitor X for Java is an innovative and versatile application which automatically displays the current IP network address of your workstation right onto your desktop. more>>

IP Monitor X for Java 2.0.2 is an innovative and versatile application which automatically displays the current IP network address of your workstation right onto your desktop.

IP Monitor allows you to quickly copy (or automatically save) the current IP address without having to dig through any of your networking control panels. IP Monitor also provides a centralized interface from which you can easily perform Domain Name Server, Finger and Whois queries.

Requirements: Mac OS 10.2 or higher

<<less
Download (51.8KB)
Added: 2003-10-07 License: Freeware Price:
downloads
Make Java Document 1.0

Make Java Document 1.0


Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.

Completly freeware.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
Xrefactory for C/Java 1.6.10

Xrefactory for C/Java 1.6.10


Xrefactory for C/Java - A C and Java Refactoring Browser for Emacs and XEmacs more>>
Xrefactory (also known as Xref, X-ref and Xref-Speller) is a professional development tool for C and Java providing code completion, source browsing and refactoring. It was the worlds first Java tool Crossing Refactorings Rubicon. Xrefactory Java supports JDK versions less than 1.5.0!
Main features:
- Full integration with Emacs and XEmacs.
- Sources can be compiled under Unix (Linux, SunOs-Solaris, HP-UX, Mac OSX, etc.) and Windows (Cygwin) system.
- Support for both C and Java languages (including JNI).
- Source browsing based on our own tag implementation supporting multiple preprocessing passes and resolving scopes, accessibilities, overloading and polymorphism.
- Created in order to work with the largest projects. Xrefactory indexes all JDK 1.4 classes (1 million lines of code) in 2 minutes and the Linux kernel 2.4.7 sources (3 millions lines) in 15 minutes. Xrefactory is capable of updating its index by reparsing only modified files.
- Refactorings for method (function) extraction; renaming of packages, classes, parameters, variables, fields (structure records) and methods (functions); insertion, deletion and moving of parameters, field and method moving; pushing down and pulling up fields and methods; encapsulate field; and more. Refactorings are safe with detection of possible conflicts.
- Very solid implementation of code completion. Recognizing approximately 15 different contexts with completions auto-updated after each modification of source code without need for recompilation.
- Functions for finding forgotten symbols.
- Detection of unused variables, methods and functions.
- Javadoc documentation available at your finger tips via hot keys.
- Multiple projects support with project auto-detection.
- Interfacing Emacs IDE functions from the compile.el and comint.el packages.
- Capable of generating HTML documentation.
- Full undo under Emacs and XEmacs.
<<less
Download (1.8MB)
Added: 2007-07-23 License: Freeware Price:
882 downloads
EasyEclipse Expert Java 1.3.0

EasyEclipse Expert Java 1.3.0


EasyEclipse Expert Java - Bare-bones Eclipse distro for experienced Java developers who are new to Eclipse more>>
EasyEclipse Expert Java is a bare-bones Eclipse distro for experienced Java developers who are new with Eclipse.
EasyEclipse Expert Edition is all you need to start developing Java code with Eclipse.
This distribution includes the following plugins:
Core components with a JDK:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<less
Download (83.2MB)
Added: 2007-07-10 License: Freeware Price:
611 downloads
EasyEclipse Server Java 1.2.2

EasyEclipse Server Java 1.2.2


EasyEclipse Server Java - development of server-side Java applications, such as JavaServer Pages, EJBs and Web Services more>>
EasyEclipse Server Java is made for development of server-side Java applications, such as JavaServer Pages, EJBs and Web Services.


EasyEclipse Server Edition contains lots of plugins to manage different application servers (Tomcat, JBoss, WebLogic), develop on some server-side frameworks (Struts, Java Server Faces), and manipulate common file types on servers (HTML, XML, JSPs).

This distribution includes the following plugins:

Core components with a JDK:

* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)

Tools for general Java development:

* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.

Some essential utilities:

* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.

Tools for development of server-side applications in Java:

* Sysdeo Tomcat Launcher 3.2.0.beta - Start, stop, and manage Tomcat and WAR files without leaving Eclipse.
* JBoss IDE with AOP and EJB3 2.0.0.Beta2 - Develop, deploy, test and debug JBoss-based applications, with support of Enterprise Java Beans 3.0 and Aspect-Oriented Programming.
* Hibernate Tools 3.2.0.beta8 - Edit Hibernate mappings, execute HQL queries and develop applications with Hibernate, a Java persistence and object-relational mapping framework.
* Weblogic Server Plugin for Eclipse 2.0.0.RC3-1 - Start, stop and manage a WebLogic server. Run and debug applications on a Weblogic server.
* Spring IDE 1.3.6 - Develop, manage and deploy Spring Framework based applications.
* Eclipse J2EE tools 1.5.2 - Create and deploy J2EE based applications, including Servlets, JSP and EJB.
* Eclipse Database tools 1.5.2 - Access, manage and query SQL relational databases and servers.
* Amateras IDE 2.0.2 - Edit HTML, XML and JSP. Manage Struts and Java Server Faces configuration files visually.

Tools for web development:

* Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
* Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
* Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.

Database management tool:

* QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.

Version Control tools (note that CVS support is included in the Eclipse Platform):

* Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<less
Download (199MB)
Added: 2007-07-10 License: GPL Price:
516 downloads
EasyEclipse Desktop Java 1.2.2

EasyEclipse Desktop Java 1.2.2


EasyEclipse Desktop Java - development of Desktop GUI applications with Swing or SWT more>>
EasyEclipse Desktop Java is made for development of Desktop GUI applications with Swing or SWT.


This distribution includes the following plugins:

Core components with a JDK:

* Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
* Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
* Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
* Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)

Tools for general Java development:

* Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.

Some essential utilities:

* AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
* Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
* Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.

Tools for development of Desktop applications in Java:

* Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
* EclipseNSIS 0.9.4.hotfix - Create native windows installers for your applications with NSIS (Nullsoft Scriptable Install System). (Windows only)
* Fat Jar Eclipse plugin 0.0.24 - Deploys an Eclipse java project into one executable jar with all dependencies included.
* JarPlug 0.6.0.1 - View and edit Java Archive files.
* JarLaunch 0.5.0.1 - Run and debug Java Archive files.
<<less
Download (78.9MB)
Added: 2007-07-10 License: Freeware Price:
842 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5