Snippets
| Showing 1 - 10 of 29 |
|
Showing 1 - 10 of 29 |
Places X number of obscurely named text files in every folder on a computer, including any flash drives and external hard drives that are connected when it is run. They can be easily deleted by...
Written by Tom Gibara, pulled from http://www.tomgibara.com/computer-vision/canny-edge-detector, this is a handy public domain java implementation of the Canny Edge Detection algorithm. I have added...
Searches for class path in all JAR files inside the specified directory. Class path can be partial....
Java Enum example
from
Stou S.
A self contained example of creating and using enums in Java 1.5
GWT Proxy Servlet
from
Stou S.
A servlet designed to get around the Same Origin Policy restriction for POSTing forms or parsing JSON while developing a Google Web Toolkit (GWT) based webapp. It is most useful when the backend for...
Simple snippet to show how to declare pre-initialized array in java.
A simple example of how to initialize a static hash map in java
| Showing 1 - 10 of 29 |
|
Showing 1 - 10 of 29 |