jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Miscellaneous

DeEnFrSp
Amount: 61
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 >>
Sort Listings By:
Hits: 209

Capitalization of English Names

Rating 0.0 0.0
There are names in the English language like Sam O'Neil, Jenny McCarthy, Beverly d'Angelo, Leonardo di Caprio, Don Alejandro de la Vega, Wernher von Braun, etc. that give us trouble when we try to properly capitalize them in software applications. I provide a customizable and extendable solution to this problem. I had looked through many documents on the net concerning capitalization in English and also spoke to some people that are supposed to know things like this. Then I've written some code that puts all this theory into Java.
Platform(s): Windows Date: May, 26 2006
DETAIL
Hits: 423

Creating a text adventure game in Java

Rating 1.0 1.0
This is a series of tutorials that show you how to create an object-orientated adventure gaming system.
Platform(s): n/a Date: Sep, 21 1999
DETAIL
Hits: 484

Data Wizard for Java

Rating 0.0 0.0
Data Wizard for Java is a tool for building a simple graphical user interface (GUI) that makes it easy to collect necessary data. This tool enables the building of data wizard applications using only a scripting scenario in an XML format. Data Wizard for Java can help to produce a GUI by using a simple script to describe the necessary input parameters and the required tools or utilities to be called.
Platform(s): n/a Date: Jul, 08 2003
DETAIL
Hits: 1305

Demonstration of Linked list in java

Rating 4.5 4.5
Demonstration of Linked list in java. Very simple and well commented java code for the beginners. Linked list of points are used to create a Polyline and display it....
Platform(s): Windows Date: Feb, 05 2006
DETAIL
Hits: 1099

Determine the Effectiveness of your Java Software

Rating 0.0 0.0
How To Determine The Effectiveness of Your Java Software During Development ? Trying to use a precise product simulation to test your Java software can be a very expensive process. There are a number of tools available on the market which can run automated tests, and they will allow you to test the efficiency of your application.
Platform(s): n/a Date: Jul, 17 2006
DETAIL
Hits: 306

Diagnosing Java Code: Glass box extensibility

Rating 0.0 0.0
Glass box extensibility refers to the ways in which a software system may be extended when the source code is available for viewing, but not for modifying -- it lies as the happy medium between black box design (in which extensions are built without viewing the original code) and open box design (extensions are coded directly into the base code). Because the new extensions are based directly on the original code but don't alter it, the glass box design is probably the most effective, and safest, method of extending a software system. This article expands on the topic of glass box extensibility touched on last month in this column. After reading this article, you'll know when to use the glass box and will have some tips on how to implement it.
Platform(s): n/a Date: Oct, 24 2001
DETAIL
Hits: 277

Diagnosing Java Code: The Liar View bug pattern

Rating 0.0 0.0
GUIs are generally designed with a model-view-controller architecture in which the view is decoupled from the model. The separation presents a challenge to automated testing because it's difficult to verify that a state change in the model is reflected appropriately in the view -- it spawns the infamous "Liar View." This installment of Diagnosing Java Code examines the Liar View bug pattern.
Platform(s): n/a Date: Apr, 23 2001
DETAIL
Hits: 195

Double-checked locking and the Singleton pattern

Rating 0.0 0.0
Examine the roots of the double-checked locking idiom, why it was developed, and why it doesn't work. The Java programming language contains several useful programming idioms. It also contains some that further study has shown should not be used. Double-checked locking is one such idiom that should never be used.
Platform(s): n/a Date: May, 21 2002
DETAIL
Hits: 190

Extending Ant to support interactive builds

Rating 0.0 0.0
Ant, from Jakarta project at the Apache Foundation, has become a de facto standard for building Java projects. You may already be using it to create automatic builds. It's easy enough to tailor those builds to your needs by customizing the build files; but what if you want to wait until run time to set certain properties? This article shows you how to extend Ant to produce builds that are interactive at run time; users can follow prompts to change parameters each time they conduct a build without having to deal with unfamiliar build files. You can incorporate this functionality into your builds to provide a smoother and more flexible experience for your end users.
Platform(s): n/a Date: Nov, 28 2001
DETAIL
Hits: 561

Faster apps on a better machine

Rating 0.0 0.0
If you want to build and run faster Java applications on the IBM Developer Kit for Linux, version 1.3, roll up your sleeves and prepare to get dirty. This article provides hands-on instruction for profiling, monitoring, and performance tuning not only your IBM Developer Kit, but your hardware capacity, the Linux 2.2.x kernel, and your Java applications.
Platform(s): n/a Date: May, 23 2001
DETAIL
Amount: 61
Displaying: 11 - 20
Pages: << 1 [2] 3 4 5 6 7 >>