2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected over 1 year ago.
Jan 28, 2023 — Jan 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add CORBA servant stubs. More... almost 19 years ago
Update snapshot link to point to the newly released snapshot-0.3.0-devel-20060728. More... almost 19 years ago
Massage Classification such that the decendants can still use properly the generic dump()/restore() API. Correct the bug in Classification #1515258 when restore() was calling super.dump() in the default: case. Fix a similar bug in NeuralNetwork. Implement and test the work of DUMP_GZIP_BINARY and DUMP_BINARY modes for the NeuralNetwork and DUMP_BINARY for the TrainingSet. In the NeuralNetwork refactor the network data structure generation code into the generate() method so it can be used with both binary and XML (and other) dump modes. The changes to Classification, NeuralNetwork, and TrainingSet together resolve the bug #1508630. Improve TrainingSet's implementation to properly use the general StorageManager's API of dump()/restore(). Make more use of StringBuffer vs. String concatenation to improve performance and avoid memory exhaustion. Make RandomClassificaion to use the general dump()/restore() API of the StorageManager instead of its own. Improve error reporting. Add/massage some comments along the way. More... almost 19 years ago
Make more use of StringBuffer vs. String concatenation to improve performance and avoid memory exhaustion. Improve HighFrequencyBoost's performance by using StringBuffer else its String concatenation was using up too much time. Improve error reporting. Add/massage some comments along the way. More... almost 19 years ago
Add a new API of debug(Class, Object). Make some comments more accurate. More... almost 19 years ago
Fix a typo in a comment and add a default case assert. The latter should never be executed because of precondition validation, but never say 'never'. More... almost 19 years ago
Eliminate MARFAudioFileFormat from CORBA data types and use an int intead in the CORBA Sample. Preliminary-complete the MARFObjectAdapter for Storage classes. More... almost 19 years ago
Complete more-or-less suitable MARF.idl that is compilable and sortable into appropriate folders. Begin MARFObjectAdapter for CORBA-MARF data type translation. Begin an .ild file for the front-ends. More... almost 19 years ago
Add corba-marf target for compilation MARF's IDL. Mod other targets from the last summission (A3) to use gunnymeden instead of localhost. More... almost 19 years ago
Add corba-marf target for compilation MARF's IDL. Mod other targets from the last summission (A3) to use gunnymeden instead of localhost. More... almost 19 years ago
Add initial version of a pretty complete set of IDL definitions for most MARF CORBA services. More... almost 19 years ago
Fix older-style ViewCVS links as they don't work anymore. More... almost 19 years ago
Add two recent mini-releases of the test apps and a snapshot. Stop making a snapshot tarball every 15 mins, and link instead to the one released through FRS. This should save disk space, lessen the load of the shell server, and reflect more truly the download stats of the snapshot. Re-arrange the page a little. More... almost 19 years ago
Make sure to clean up the sentence files. More... almost 19 years ago
Add a snapshot target. Fix md5sumall to properly return the directory it started in, instead of ".." as it is not always the case (e.g. in the snapshot target vs. distro target). More... almost 19 years ago
Add new images that came with WS. More... almost 19 years ago
Add new images that came with WS. More... almost 19 years ago
Update. More... almost 19 years ago
Update. More... almost 19 years ago
Complete the doc more or less and spellcheck it. More... almost 19 years ago
Add initial version of the Customer servlet and supporting files based off WebEditor of GIPSY. More... almost 19 years ago
Add WS equivalents in the MARF hierarchy. More... almost 19 years ago
Clean up and comment a bit. Add servlet-api lib. More... almost 19 years ago
Clean up and comment a bit. Add servlet-api lib. More... almost 19 years ago
Add WS deployment screenshots. More... almost 19 years ago
Add a ref to JAX-RPC types. More... almost 19 years ago
Add a ref to JAX-RPC types. More... almost 19 years ago
Update a few things WRT WS and others. More... almost 19 years ago
Add missing getters/setters for members as when the class is used in SOAP XML-RPC web services, this is a requirement for non-public fields so builders and serializers can be generated for the corresponding XML types. Make more use of the StringBuffer. More... almost 19 years ago
Add more WS stuff and primarily complete software interface. More... almost 19 years ago