|
|
|
Removing double entries from a List
0
The dining philosopher problem is explained here:
http://en.wikipedia.org/wiki/Dining_philosophers_problem
This is an example of solution for that problem using monitors in Java:
http://en.wikipedia.org/wiki/Dining_philosophers_problem
This is an example of solution for that problem using monitors in Java:
0
This program should implement dining philosophers problem with monitors in Java, but it stops working after a few iterations, although it should execute indefinately in "while" loop
0
The following codes populate the country list into dropdown box based on browser's languages. The country information is getting from geolocation.com
0
mathbaws1
Zaglavlje pokazivaci.h vezano uz kolegiji strukture podataka 2012. drugi zadataka
2
0
Small snippet of java.util.zip to create compressed archives
1
Detect indexes of max and min values of an array in Perl
1
Cloudgen
This plugin shows you how easy to display an expandable tree. Online demo
Simple Tree-set plugin
Simple Tree-set plugin
2
Conexion de una base de datos de PostgreSql 8.2 a Java
-1
The method 'removeDoubles' uses a HashSet to remove double elements from a list without creating another list. The first occurrences of the multiple elements are kept, others will be removed. The order of the list will be preserved. The parameter list's iterator must support remove. Example of use is given in the main-method.







