2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months 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... about 17 years ago
Correct a few spelling, copy-paste, typo, and English errors in comments, per report from Marinela. More... about 17 years ago
Correct a few spelling, copy-paste, typo, and English errors in comments, per report from Marinela. More... about 17 years ago
Mark sorted references array as transient, correct a couple of error messages and the rest is cosmetic. More... about 17 years ago
Add the RUNNING section and mention Eclipse. More... about 17 years ago
Add new shell script and batch files to distros. More... about 17 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... about 17 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... about 17 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... about 17 years ago
Add explicit TODO, so it is more apparent. More... about 17 years ago
Stick in junit.jar for now for convenience and for local ant builds of the complete thing. More... about 17 years ago
Add enumeration constants for Zipf's Law classifier (the classifier itself will be committed later), and the TEXT sample format. More... about 17 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... about 17 years ago
Add GUIThread, originally from Distributed MARF, added to mainstream. More... about 17 years ago
Add a status box, originally came from the Distributed MARF, now being integrated into the mainstream MARF. More... about 17 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... about 17 years ago
Make sure COPYRIGHT symlink is cleaned on maintainer-clean and have version.sh to remove its tmp files. More... about 17 years ago
Add preliminary mini-version check script and its test use in the Makefile under src. More... about 17 years ago
delete the space in README file for testing More... about 17 years ago
Add a blank line to practice the CVS commands. More... about 17 years ago
Convert some escapees from DOS to UNIX line endings. More... over 17 years ago
Convert some escapees from DOS to UNIX line endings. More... over 17 years ago
Update the javadocs slightly. More... over 17 years ago
Update links to the latest snapshot of 20070108.:wq More... over 17 years ago
Update comments a tad bit more for compress() and removeSilence() WRT latest patch. More... over 17 years ago
Clarify the return value of compress() a bit more. More... over 17 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... over 17 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... over 17 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... over 17 years ago
Add --diagnostic option to display version, copyright, class revision and JVM info in one shot. More... over 17 years ago