Rhinemann
  • Joined on 2022-11-09
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:45:24 +03:00
75670b9de9 println! playing.
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:41:53 +03:00
31143cac1d Implemented fmt::Binary.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:26:09 +03:00
4dfd6ef417 revert 65750694e45aff9e9319c674d0a11fc2ad23aca1
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:24:47 +03:00
a6e4b4b4d6 revert e80304f84dcfeabdeb940f4b3266684bf7e282a9
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:24:34 +03:00
b64516243c revert 0dc2bd39506b0d78bf7835371c96645746c8b283
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:23:55 +03:00
d2eaf9fe76 revert c730e0d1bdffded978d064ffba111a5f119a5be7
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:23:20 +03:00
c730e0d1bd Rusty implementation.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:22:45 +03:00
c730e0d1bd Rusty implementation.
e80304f84d Delete 'main.py'
65750694e4 Delete 'bitutilities.py'
0dc2bd3950 Delete 'README.md'
Compare 4 commits »
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:15:12 +03:00
e80304f84d Delete 'main.py'
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:15:07 +03:00
65750694e4 Delete 'bitutilities.py'
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:15:02 +03:00
0dc2bd3950 Delete 'README.md'
Rhinemann deleted branch Rusty from Rhinemann/binaryCalculatorPrototype 2023-06-26 00:14:23 +03:00
Rhinemann created branch rusty in Rhinemann/binaryCalculatorPrototype 2023-06-26 00:14:23 +03:00
Rhinemann created branch Rusty in Rhinemann/binaryCalculatorPrototype 2023-06-26 00:14:01 +03:00
Rhinemann pushed to Rusty at Rhinemann/binaryCalculatorPrototype 2023-06-26 00:14:01 +03:00
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-25 22:54:52 +03:00
ede83eeb8e Optimised reverse method (I have proofs of speed) (I have been slightly mistaken).
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-25 22:31:34 +03:00
f747e3b530 Optimised reverse method (I have proofs of speed).
f508ca51c8 Modified prints for readability (again).
Compare 2 commits »
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-25 21:57:38 +03:00
66c9f833a6 Modified the way shifted radices are printed for readability.
e5a88058ed Swapped list for decue for BasicRegister's memory to optimise shifting methods for both directions.
Compare 2 commits »
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-25 19:37:34 +03:00
198e984e32 Commit.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-18 15:00:17 +03:00
9118bb16a9 Simplified the __str__ method.