- Erie, Pennsylvania
- https://dvereb.com
- Joined on
2021-06-10
Block a user
d54afe212e
Added a few comments.
753992901e
Removed graphic system file. Don't really need it as I wasn't using it to prove anything.
4daea58b69
I forgot that I was accessing x publicly instead of calling the appropriate functions to set it ... which undermined the whole proof.
964db120ff
Switched it to allow for up to 100 test objects before you can't prove which object is which via instance count.
b0e17c96d3
Initial Commit with small working example.
1ec833b1f3
Refactored for x,y to be center of object and allow for scale multiplier. Also added code to handle the fact that curses can't print off the left size of the screen.
ff8c076044
Initial Commit. Working example. Needs refactored to store object position by CENTER to make SCALE easier to implement.
1a6607cbe3
Added ability to store lookups per context.
6e603b412f
Not sure how to keep Type out of the template while still referencing it from the templated class. i.e. How would I do this: "DualLookup::Type"?
757f877a5b
Added the ability to force which value is returned. If you're unsure whether you're passing VALUE or its EQUIVALENT to the function, you can force OPPOSITE, VALUE, or EQUIVALENT as a return value.
50d7342551
Initial Commit. Needs refactored to run tests in parallel. Needs to avoid copying objects into both unordered_maps and reference them instead.