../
|
R.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
mySQLConnect.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
Report.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
calcMST.java
|
14
(18 years ago)
by stehr:
removed ununsed imports and variables
|
MultiOutputStream.java
|
27
(18 years ago)
by stehr:
initial import
|
MultiOutputStreamTest.java
|
27
(18 years ago)
by stehr:
initial import
|
PymolServerOutputStream.java
|
28
(18 years ago)
by stehr:
prevent overlong commands from being sent to the server
|
PymolServerOutputStreamTest.java
|
29
(18 years ago)
by stehr:
changed server port to standard
|
utils4lh.java
|
30
(18 years ago)
by stehr:
introduced generics, so class will compile in Java 5, not sure though whether the functionality is the same as before, will need more testing
|
SystemCmd.java
|
39
(18 years ago)
by filippis:
Adding comments
|
Msdsd2Pdb.java
|
40
(18 years ago)
by filippis:
Adding Msdsd2Pdb and PyMol classes
|
Machine.java
|
45
(18 years ago)
by filippis:
Graph2Pymol class now functional
testGraph2Pymol class now functional with comments also
PyMol class:python strings methods and removeList, concatList, refresh methods added
Machine class: indentation
|
PyMol.java
|
48
(18 years ago)
by filippis:
Refresh method added plus refresh added before saving image
|
Graph2Pml.java
|
49
(18 years ago)
by filippis:
More flexibility in coloring, popDefaults/setDefaults methods plus comments
|
ColoredStringsTest.java
|
54
(18 years ago)
by stehr:
initial import
|
ColoredStrings.java
|
54
(18 years ago)
by stehr:
initial import
|
utils4DB.java
|
56
(18 years ago)
by filippis:
execUpdateQuery method added and code in comments was removed
|
ClusterConnection.java
|
81
(18 years ago)
by duarte:
Changed the Connection fields to be MySQLConnection.
Thanks to this, simplify considerably a lot of the methods by using the MySQLConnection methods.
Got rid of method loadSQLDriver and URL final field
|
DataDistribution.java
|
83
(18 years ago)
by duarte:
Got rid of getTables4Db in DataDistribution
Add method getTables4Db to MySQLConnection. Makes a lot more sense.
Changed accordingly the only call to the method in DataDistribution's method chkCounts
|
MySQLConnection.java
|
84
(18 years ago)
by duarte:
Fixed bug in getTables4Db. Was closing the connection. Shouldn't do this!
Add method getAllIds4KeyAndTables, moved from DataDistribution. It makes more sense to have it here.
|