Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ooooarghhhHEADmaster | Joseph Hunkeler | 2023-02-14 | 4 | -0/+9 |
| | |||||
* | Add muffied | Joseph Hunkeler | 2022-07-22 | 1 | -0/+1 |
| | |||||
* | Add muffy variants | Joseph Hunkeler | 2022-07-21 | 3 | -1/+6 |
| | |||||
* | Apply all string modifiers when present not just the first one it detects | Joseph Hunkeler | 2022-07-06 | 1 | -7/+6 |
| | |||||
* | Add error field to json output | Joseph Hunkeler | 2022-06-12 | 2 | -22/+43 |
| | |||||
* | Implement output as JSON | Joseph Hunkeler | 2022-06-12 | 2 | -2/+38 |
| | |||||
* | Implements a basic candy heart mode | Joseph Hunkeler | 2022-02-09 | 3 | -16/+58 |
| | |||||
* | Disable formatted acronyms (again). Not quite up to snuff. | Joseph Hunkeler | 2021-12-06 | 4 | -28/+37 |
| | |||||
* | Add DEFAULT_FORMAT define | Joseph Hunkeler | 2021-12-06 | 4 | -4/+8 |
| | |||||
* | Improvements, and heavy optimization to string search | Joseph Hunkeler | 2021-12-05 | 5 | -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 correctly | Joseph Hunkeler | 2021-11-06 | 1 | -0/+2 |
| | |||||
* | Improvements | Joseph Hunkeler | 2021-11-06 | 1 | -11/+11 |
| | | | | | * Replace calloc with malloc, for speed * Replace rand with random | ||||
* | 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 | 3 | -2/+67 |
| | | | | * 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 |
| | |||||
* | Remove unused variable | Joseph Hunkeler | 2021-11-03 | 1 | -4/+2 |
| | |||||
* | Add usage statement and title case converter | Joseph Hunkeler | 2021-11-03 | 3 | -2/+63 |
| | |||||
* | Break down project into smaller chunks | Joseph Hunkeler | 2021-11-02 | 6 | -369/+481 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2021-11-01 | 9 | -0/+157086 |