Project Blather
Check the site http://sflabs.net for more information about the various releases, other projects, and where I plan on taking blather in the future.
I'll get this looking nice when I have some time.
Wow Stable Release 1.0 finally!
Version 1.0 Stable Improvements
- When specifying the generation count you can say 'all' to loop through all the generations
- Added the -z argument to indicate that we should skip all zero-count combinations
- Organized the project better into source and bin folders. The 'blather' binary now exits in the ./bin directory after
running 'make'.
Version 1.0 Beta Improvements
- Added subpattern frequency building
- Added a README for a little bit of documentation
- Added minimum length
Version 0.03 improvements:
- Fixed the inability to change what file you were reading from.
- Added pattern based filtering which allows for reading symbols and numbers at the users discression.
- DataLink is no longer a member of the frequencies class. It's now a value passed. This increases our flexibility to abstract out the data link layer to pass in precompiled data.
Version 0.02 improvements:
- Fixed that annoying little "could not read file" bug. Now it reads words.txt
- Now is an actual makefile project. You can build the project by simply typing 'make'
- Is now an actual gzip file. Before it was just a tar (reduced download size drastically)