aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ooooarghhhHEADmasterJoseph Hunkeler2023-02-144-0/+9
|
* Add muffiedJoseph Hunkeler2022-07-221-0/+1
|
* Add muffy variantsJoseph Hunkeler2022-07-213-1/+6
|
* Apply all string modifiers when present not just the first one it detectsJoseph Hunkeler2022-07-061-7/+6
|
* Add error field to json outputJoseph Hunkeler2022-06-122-22/+43
|
* Implement output as JSONJoseph Hunkeler2022-06-122-2/+38
|
* Implements a basic candy heart modeJoseph Hunkeler2022-02-093-16/+58
|
* Disable formatted acronyms (again). Not quite up to snuff.Joseph Hunkeler2021-12-064-28/+37
|
* Add DEFAULT_FORMAT defineJoseph Hunkeler2021-12-064-4/+8
|
* Improvements, and heavy optimization to string searchJoseph Hunkeler2021-12-055-60/+373
| | | | | | | | | * Add error checking to all allocs * Add general format checking * Add acronym format checking * Consolidate dictionary creation into different helper functions * Add ability to get a random word of a type without scanning the entire dictionary * Added function doc strings (incomplete)
* Parse -f option correctlyJoseph Hunkeler2021-11-061-0/+2
|
* ImprovementsJoseph Hunkeler2021-11-061-11/+11
| | | | | * Replace calloc with malloc, for speed * Replace rand with random
* ImprovementsJoseph Hunkeler2021-11-061-20/+76
| | | | | | * Option parsing is easier on the eyes * Options are validated against a list of possible short options * Replace srand with srandom
* Produce reversed stringsJoseph Hunkeler2021-11-053-2/+67
| | | | * Produce randomized word characters in strings
* Add missing option to usageJoseph Hunkeler2021-11-031-1/+1
|
* Remove debug statementsJoseph Hunkeler2021-11-031-2/+0
|
* Remove unused variableJoseph Hunkeler2021-11-031-4/+2
|
* Add usage statement and title case converterJoseph Hunkeler2021-11-033-2/+63
|
* Break down project into smaller chunksJoseph Hunkeler2021-11-026-369/+481
|
* Initial commitJoseph Hunkeler2021-11-019-0/+157086