| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-09 | Add support for suffixed double | Benjamin Culkin | |
| 2023-11-08 | Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk | Ben Culkin | |
| 2023-10-25 | Tweak for new setup | bjculkin | |
| 2023-08-09 | Add mode support | Ben Culkin | |
| 2023-06-25 | Add timeout support | Ben Culkin | |
| Add support for timeouts to Terminal, so you can say you only want to wait so long for a given reply | |||
| 2023-06-25 | Fix a few warnings | Ben Culkin | |
| 2023-06-25 | Add some documentation | Ben Culkin | |
| 2023-06-23 | Misc Updates | Ben Culkin | |
| 2023-06-23 | Add terminal | Ben Culkin | |
| This is some functionality based on the way that MVS/other IBM OSes handle their UI | |||
| 2022-09-27 | Add some interesting new things | Ben Culkin | |
| Adds a number of things based off of some of the notes I've made over time, plus a few papers I've read. More details to come later, whenever I decide to actually get serious about documentation and examples and the like | |||
| 2022-09-16 | Cleanup | Ben Culkin | |
| 2022-09-16 | Convert graph weights to labels | Ben Culkin | |
| 2022-08-16 | Update a few things | Ben Culkin | |
| 2022-07-17 | Minor tweaks | Ben Culkin | |
| 2022-07-11 | Upgrade to Java 17 | bjcul | |
| 2022-03-20 | Merge branch 'master' of github.com:bculkin2442/bjc-utils2 | Benjamin J. Culkin | |
| 2021-12-14 | Merge pull request #2 from ↵ | Benjamin Culkin | |
| bculkin2442/dependabot/maven/clformat/junit-junit-4.13.1 Bump junit from 4.12 to 4.13.1 in /clformat | |||
| 2021-07-12 | Merge & Update | Benjamin J. Culkin | |
| 2021-07-12 | Formatting tweaks | Benjamin J. Culkin | |
| 2021-04-11 | Tweak a few things | Ben Culkin | |
| 2021-03-13 | Update documentation | Ben Culkin | |
| 2021-03-13 | Clear up some warnings | Ben Culkin | |
| 2021-03-13 | Remove un-implemented LineReader class | Ben Culkin | |
| Not sure what this was originally intended to be, but the LineNumberReader class from java.io looks like it will work for what I generally want | |||
| 2021-03-13 | Reorganize examples a bit | Ben Culkin | |
| The random generation examples are now in a more appropriate package. Also, moved another random generation example from RGens to here, since it didn't use any RGens specific things | |||
| 2021-02-26 | Update | Ben Culkin | |
| 2020-12-16 | Merge branch 'master' of git@github.com:bculkin2442/bjc-utils2 | Ben Culkin | |
| 2020-12-16 | Minor tweaks | Ben Culkin | |
| 2020-12-14 | Minor message change | Benjamin J. Culkin | |
| 2020-12-14 | Merge branch 'master' of https://github.com/bculkin2442/bjc-utils2 | Benjamin J. Culkin | |
| 2020-12-14 | Add regex for linereading | Ben Culkin | |
| Adds an additional regex I came up with for reading indented blocks, as well as comment blocks | |||
| 2020-12-03 | Fix some accidental breakage | Ben Culkin | |
| 2020-12-03 | Rename interfaces to match Java style | Ben Culkin | |
| Rename several interfaces that were in the style IWhatever, which Java doesn't use | |||
| 2020-12-03 | Adapt to esodata changes | Ben Culkin | |
| 2020-12-01 | Adjust to renaming | Ben Culkin | |
| 2020-12-01 | An assortment of changes/new things | Ben Culkin | |
| 2020-11-26 | Fix some failing tests | Benjamin J. Culkin | |
| This fixes two failing tests * One was that when refactoring AestheticDirective, I accidentally broke doing padding before the value. * The other was that when allowing for using multiple ` on a directive, I accidentally broke parsing for ` directives | |||
| 2020-11-22 | Adapt to change in esodata | Ben Culkin | |
| 2020-11-21 | Some minor CLFormat tweaks | Ben Culkin | |
| 2020-11-21 | Add a 'functional' FizzBuzz example | Ben Culkin | |
| 2020-11-21 | Add basic pattern matching | Ben Culkin | |
| Adds a basic pattern matching implementation. Not perfect, but pretty good, considering what we have to work with | |||
| 2020-11-13 | Add some TODOs | Ben Culkin | |
| 2020-11-13 | Cleanup more things | Ben Culkin | |
| 2020-11-13 | Allow using an arbitrary number of '`' when naming directives | Ben Culkin | |
| This greatly increases the number of possible directives, though some of them could be hard to name/remember. The general rule of thumb is that the more '`' you have in a directive name, the more arcane/specialized/rarely used a given directive is. | |||
| 2020-11-13 | Minor tweaks | Ben Culkin | |
| 2020-11-13 | General cleanup | Ben Culkin | |
| This is mostly just some cleanup of the various implementation types, but it also adds a 'marker' interface for decrees, IDecree | |||
| 2020-11-12 | Cleanup part 2 | Ben Culkin | |
| 2020-11-12 | Move GroupPartIteration into ListUtils | Ben Culkin | |
| 2020-11-11 | Tweak tree utils | Ben Culkin | |
| 2020-11-08 | Do some token splitter cleanup | Ben Culkin | |
| Cleanup somethings related to token splitters | |||
| 2020-11-08 | Move BinarySearchTest to esodata | Ben Culkin | |
