Main > Free Download Search >

Free profiler can improve your java applications script

profiler can improve your java applications

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2228
jRuby 1.3.1

jRuby 1.3.1


This is a development tool that provides implementation of the Ruby programming language in a Java environment more>>

jRuby 1.3.1 is one of the most advantageous tools which provides implementation of the Ruby programming language in a Java environment.

Ruby is closely integrated with Java to allow embedding of the interpreter into any Java application with dual access between the Java environment and the Ruby scripts.
jRuby is platform independent and has built-in support for Rails, RSpec, Rake, and the RubyGems frameworks.

Major Features:

  1. High performance
  2. Real threading
  3. Vast array of libraries
  4. Easy to install
  5. Easy migration
  6. No hassles

Enhancements:

  • Fixes a recently discovered security bug in BigDecimal
  • Fixes a regression in timeout (0-1 second timeouts truncate to 0)
  • Fixes a regression Thread.wakeup where the thread would not wake up
<<less
Added: 2009-07-06 License: Other Free / Open Source License - Common Public License Price: OtherFreeOpenSourceLicenseCommonPublicLicense
13 downloads
Angelus AKS Primality Test 1.0

Angelus AKS Primality Test 1.0


Angelus AKS Primality Test is a JAVA application that implements the AKS algorithm. AKS is a deterministic algorithm and it can test if a number is prime or composite within polynomial time. more>> Angelus AKS Primality Test is a JAVA application that implements the AKS algorithm. AKS is a deterministic algorithm and it can test if a number is prime or composite within polynomial time.<<less
Added: 2008-11-10 License: LGPL Price: $0.00USD
11 downloads
TechCuBe Talk- tutorial on creating 3D bar chart in Java 1.0

TechCuBe Talk- tutorial on creating 3D bar chart in Java 1.0


Sometimes we need to create Bar chart, pie chart or line graph in web applications or applet or swing applications. JfreeChart is a popular library that helps to create any kind of chart or graph easily. This tutorial introduces JfreeChart to developers more>> Sometimes we need to create Bar chart, pie chart or line graph in web applications or applet or swing applications. JfreeChart is a popular library that helps to create any kind of chart or graph easily. This tutorial introduces JfreeChart to developers by creating a simple 3D Bar chart.Sample code snippet or output is attached also.<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
13 downloads
Spine Java Application Framework 0.92

Spine Java Application Framework 0.92


An enterprise application api used by Java/J2EE developers to create application logic which can easily be integrated into existing MVC frameworks and serves as an inversion of control/dependency injection mechanism for creating transposable application more>> An enterprise application api used by Java/J2EE developers to create application logic which can easily be integrated into existing MVC frameworks and serves as an inversion of control/dependency injection mechanism for creating transposable application logic<<less
Added: 2008-06-30 License: Other Price: $0.00USD
14 downloads
Easy pagination for your PHP applications 1.0

Easy pagination for your PHP applications 1.0


Download and learn how to use php pagination class in your web applications. more>> Download and learn how to use php pagination class in your web applications.<<less
Added: 2008-06-26 License: Freeware Price: $0.00USD
19 downloads
Jcoder - Java IDE for Windows 1.0

Jcoder - Java IDE for Windows 1.0


Jcoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. Jcoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. Jcoder more>> Jcoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. Jcoder can be used in conjunction with different Java Developer Kits by configurating JDK profiles. Jcoder features an intuitive interface and provides a wide range of features: fast opening, rapid response times, customizable user interface, project management, wizards, class viewer, package viewer, tabbed documents and remote debugging. In addition, Jcoder equips a comprehensive set of code editor tools enabling developers to rapidly create sophisticated Java applications/applets, some of the capabilities, including syntax highlighting, smart code completion, automatic indentation, formatting, and more. For quick changes you can launch Jcoder, make your edits, and close down in less time than it takes for other IDEs to finish loading. Because the engine is native C++, you will experience very rapid response times to keyboard and mouse commands.<<less
Added: 2008-06-06 License: Freeware Price: $0.00USD
12 downloads
Arrays in Java

Arrays in Java


Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru. more>> Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru.<<less
Added: 2008-04-19 License: Freeware Price: $0.00USD
13 downloads
Genetic Algorithm Java Application

Genetic Algorithm Java Application


Genetic Algorithm Java Application was designed to solve the Geodetic Cover Problem. more>>

Genetic Algorithm Java Application is the most comprehensive, fast solution for the Geodetic Cover Problem.

This program is limited to personal use only. Modification and/or redistribution without specific consent from the author is strictly prohibited.

Major Features:

  1. Genetic algorithms are a form of artificial intelligence in which the theory of evolution is used to find an approximate answer to a given problem.
  2. In this research project is a genetic algorithm to search for geodetic covers of random graphs. A geodetic cover is defined as the subset S of vertices of a graph such that any vertex not in S is on a shortest path between two vertices in S.
  3. Specifically, the program was designed to solve the Geodetic Cover Problem; namely, to find the smallest geodetic cover. The results show that the genetic algorithm is considerably faster than other algorithms used to solve the problem but produces suboptimal results for large graphs.
<<less
Added: 2008-02-15 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
26 downloads
Kode Java Top 100 Most Viewed Java Examples

Kode Java Top 100 Most Viewed Java Examples


This page contains Kode Java top 100 most viewed Java examples more>> This page contains Kode Java top 100 most viewed Java examples<<less
Added: 2007-12-24 License: LGPL Price: $0.00USD
11 downloads
KonaKart 2.2.0.6

KonaKart 2.2.0.6


KonaKart 2.2.0.6 offers users a totally java based online shopping cart application that provides everything that store owners need to sell their products over the Internet. more>> <<less
Added: 2007-10-17 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
1 downloads
AudioPlayer 1.0

AudioPlayer 1.0


AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrieve song position, total time, remaining time, song audio more>> AudioPlayer is an open source Java class that manages WAV, AIFF and AU audio files playback. It provides basic functionality like play, stop, mute and loop. Implements many useful methods to retrieve song position, total time, remaining time, song audio format (sample frequency, resolution, channels). It is written using JavaSound, a standard package included in J2SE since version 1.3, so you dont need to distribute any extra package like JMF (Java Media Framework) with your application. JavaSound provides the lowest level of audio support on the Java platform and AudioPlayer represent higher-level user interfaces built on top of JavaSound. The JavaSound engine can render 8 or 16 bit audio data, in mono or stereo, with sample rates from 8KHz to 48KHz. AudioPlayer can play files of any size with low memory usage. Each AudioPlayer object runs as a separated thread so your application main flow will not freeze during playback.<<less
Added: 2007-10-01 License: GPL Price: $0.00USD
157 downloads
Using NHibernate and Log4Net in ASP.NET 2.0 applications 1

Using NHibernate and Log4Net in ASP.NET 2.0 applications 1


Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. Thats why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent binding .NET more>> Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. Thats why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent binding .NET classes to database tables. Log4Net is logging framework which is useful for tracking errors in application and can write logs either to database table or flat files.<<less
Added: 2007-09-18 License: Freeware Price: $0.00USD
10 downloads
Java Examples - Learn Java Programming by Examples

Java Examples - Learn Java Programming by Examples


Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to more>> Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java.<<less
Added: 2007-08-22 License: Free Non-Commercial Price: $0.00USD
21 downloads
Any Service Installer 1.3b

Any Service Installer 1.3b


Service-Installer is a FREE utility that makes it easy to install programs as Windows NT (or 2000 or XP ) Services, including pure Java applications, and python scripts (without compiling them as .exe files via py2exe ) without manually editing the more>> Service-Installer is a FREE utility that makes it easy to install programs as Windows NT (or 2000 or XP ) Services, including pure Java applications, and python scripts (without compiling them as .exe files via py2exe ) without manually editing the registry!<<less
Added: 2007-08-17 License: Freeware Price: $0.00USD
14 downloads
A basic time profiler 1.0

A basic time profiler 1.0


A basic time profiler script provides a very simple time profiling module which helps you to measure actual execution time for blocks of Python code. more>> A basic time profiler 1.0 offers you a powerful tool which is able to provide a very simple time profiling module helping you to measure actual execution time for blocks of Python code.<<less
Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5