../
|
utils4lh.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
utils4DB.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
testClusterConnection.java
|
16
(16 years ago)
by duarte:
Added package tools.
|
pymolServerTest.java
|
10
(16 years ago)
by stehr:
Initial commit of the remote-pymol-from-java stuff
|
mySQLConnect.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
calcMST.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
SystemCmd.java
|
13
(16 years ago)
by filippis:
Adding SystemCmd class
|
Report.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
R.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
PymolServerOutputStream.java
|
12
(16 years ago)
by stehr:
removed some debug code
|
Machine.java
|
14
(16 years ago)
by stehr:
removed ununsed imports and variables
|
ClusterConnection.java
|
21
(16 years ago)
by duarte:
New method int[][] getIdxSet.
- Returns a 2-dimensional array with all indices for a certain key.
- Each column j corresponds to client_id j+1
- Each row i is a set of idx values for each of the client_ids. If there is no idx for a certain client_id then the value is 0.
|