| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improvements, and heavy optimization to string search | Joseph Hunkeler | 2021-12-05 | 1 | -8/+40 |
| | | | | | | | | | | * 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 correctly | Joseph Hunkeler | 2021-11-06 | 1 | -0/+2 |
| | | |||||
| * | Improvements | Joseph Hunkeler | 2021-11-06 | 1 | -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 strings | Joseph Hunkeler | 2021-11-05 | 1 | -2/+18 |
| | | | | | * Produce randomized word characters in strings | ||||
| * | Add missing option to usage | Joseph Hunkeler | 2021-11-03 | 1 | -1/+1 |
| | | |||||
| * | Remove debug statements | Joseph Hunkeler | 2021-11-03 | 1 | -2/+0 |
| | | |||||
| * | Add usage statement and title case converter | Joseph Hunkeler | 2021-11-03 | 1 | -2/+46 |
| | | |||||
| * | Break down project into smaller chunks | Joseph Hunkeler | 2021-11-02 | 1 | -368/+33 |
| | | |||||
| * | Initial commit | Joseph Hunkeler | 2021-11-01 | 1 | -0/+485 |
