0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed the mod parameter from the app.src file. More... over 13 years ago
changed boolean to bool in edoc. minor changes to readme. More... over 13 years ago
readme now shows examples rather than documenting all functions. More... over 13 years ago
removed emakefile. More... over 13 years ago
reordered functions. added proper edoc and typer annotation. typer now invoked during a release build. More... over 13 years ago
build process now based on rebar. fixed some edoc errors. More... over 13 years ago
changed comment format. More... over 13 years ago
changed to apache license. More... over 13 years ago
added rot13/1. More... over 13 years ago
added a call to random:seed(now()) to random/1, so all sequences are unique. More... almost 14 years ago
reorganized code and readme, added type specifications. More... almost 14 years ago
converted README to markdown. More... about 14 years ago
added "0" to the list of chars for random strings. More... about 14 years ago
added random/1. More... about 14 years ago
added similarity/4 which can provide a performance increase over similarity/3 if you have a lower bound in mind for your score. More... about 14 years ago
removed split/2 as re:split/3 appears to be faster anyway. More... over 14 years ago
edit_distance and similarity are now both case-sensitive by default. added an optional third parameter to both which will make the functions case-insensitive. More... over 14 years ago
more optimized version of begins_with/2. More... over 14 years ago
added split/2 and strip_split/2. More... over 14 years ago
added squeeze/2. More... over 14 years ago
added strip/1. More... over 14 years ago
added format/2. changed README formatting. More... over 14 years ago
added is_integer/1. More... over 14 years ago
changed function names to be more descriptive. More... over 14 years ago
first commit. More... over 14 years ago