aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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