2
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected almost 2 years ago.
Jan 28, 2023 — Jan 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure backup ~ files are cleared in maintainer-clean. More... almost 19 years ago
Correct a few spelling, copy-paste, typo, and English errors in comments, per report from Marinela. More... almost 19 years ago
Correct a few spelling, copy-paste, typo, and English errors in comments, per report from Marinela. More... almost 19 years ago
Mark sorted references array as transient, correct a couple of error messages and the rest is cosmetic. More... almost 19 years ago
Add the RUNNING section and mention Eclipse. More... almost 19 years ago
Add new shell script and batch files to distros. More... almost 19 years ago
Primarily add the text sample loader type to the available loaders and the corresponding option. Make some cosmetic changes to the comments and output otherwise. More... almost 19 years ago
For now, commit the generated stuff for the convenience when there are no tools installed to generate WS, CORBA, or RMI files. More... almost 19 years ago
For now, commit the generated stuff for the convenience when there are no tools installed to generate WS, CORBA, or RMI files. More... almost 19 years ago
Add explicit TODO, so it is more apparent. More... almost 19 years ago
Stick in junit.jar for now for convenience and for local ant builds of the complete thing. More... almost 19 years ago
Add enumeration constants for Zipf's Law classifier (the classifier itself will be committed later), and the TEXT sample format. More... almost 19 years ago
Refactor the sample loaders a bit: introduce AudioSampleLoader and TextLoader. This split will allow having non-audio sample loaders, like that of text (e.g. language identification of texts using the same machinery as for audio), but only audio loaders would have the audio-related data streams. This change is not fully backward compatible, as the interface got two methods renamed: read/writeAudioData() became read/writeSampleData(). For some sense of compatibility, in case someone managed to be dependent on that API, AudioSampleLoader provides the older method names as wrappers for the new ones. More... almost 19 years ago
Add GUIThread, originally from Distributed MARF, added to mainstream. More... almost 19 years ago
Add a status box, originally came from the Distributed MARF, now being integrated into the mainstream MARF. More... almost 19 years ago
Add a test build target to build.xml and the beginnings of the jar building properties (for now just one for storage, unused). More... almost 19 years ago
Make sure COPYRIGHT symlink is cleaned on maintainer-clean and have version.sh to remove its tmp files. More... almost 19 years ago
Add preliminary mini-version check script and its test use in the Makefile under src. More... almost 19 years ago
delete the space in README file for testing More... almost 19 years ago
Add a blank line to practice the CVS commands. More... almost 19 years ago
Convert some escapees from DOS to UNIX line endings. More... almost 19 years ago
Convert some escapees from DOS to UNIX line endings. More... almost 19 years ago
Update the javadocs slightly. More... almost 19 years ago
Update links to the latest snapshot of 20070108.:wq More... almost 19 years ago
Update comments a tad bit more for compress() and removeSilence() WRT latest patch. More... almost 19 years ago
Clarify the return value of compress() a bit more. More... almost 19 years ago
Make compress() consistent about what it returns when the parameter array is empty. Add two little unit tests for compress() and removeSilence(). This little review was triggered by comments from Marinela about the sizes of the adCompressed array in both methods. More... almost 19 years ago
Add wrapper shell scripts and batch files for all the applications for convenience of calling. Scripts prefer to find the .jar first, and then a main .class file prior execution. The scripts will also be a part of the packaged distributions such as .rpm, .deb, .msi, etc. More... almost 19 years ago
Apparently, some people think marf*.jar is a full-fledged MARF application and try to run expecting all features, etc. come out at once. Clarify, it is not so, and that this is just the library itself, and that the apps can be found separately. More... almost 19 years ago
Add --diagnostic option to display version, copyright, class revision and JVM info in one shot. More... almost 19 years ago