Rhinemann
  • Joined on 2022-11-09
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2024-01-21 13:59:07 +02:00
dbe283a3d6 README.md updated with releases.
Rhinemann pushed tag Release to Rhinemann/binaryCalculatorPrototype 2024-01-21 13:46:23 +02:00
Rhinemann released v1.0.0 at Rhinemann/binaryCalculatorPrototype 2024-01-21 13:46:23 +02:00
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2024-01-19 21:34:06 +02:00
23112646c0 README.md added Ukrainian translation.
84b533d658 README.md fixed typos.
423ec47e04 Made independent.
Compare 3 commits »
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2024-01-18 23:43:19 +02:00
c5e6b61931 README updated.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2024-01-18 23:29:14 +02:00
02031c1102 README updated.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2024-01-18 23:28:02 +02:00
054dc803d1 README expanded.
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-10-02 15:08:04 +03:00
4c994a8fef Trying to multiply.
Rhinemann pushed to menu-improvement at Rhinemann/binaryCalculatorPrototype 2023-09-27 23:03:38 +03:00
ec152c5758 Some refactoring.
Rhinemann created pull request dymik739/modular-bot-framework-for-tele...#9 2023-09-06 20:08:05 +03:00
PEP8 autoformat and message formatting changes.
Rhinemann created branch dev in Rhinemann/modular-bot-framework-for-tele... 2023-09-06 20:06:23 +03:00
Rhinemann pushed to dev at Rhinemann/modular-bot-framework-for-tele... 2023-09-06 20:06:23 +03:00
b0ea33cfff PEP8 autoformat and message formatting changes.
e9bec0159f auto-schedule-pro-v2: change spacing between schedule lookup parts
5dc78b8cb0 auto-schedule-pro-v2: fix HTML escaping
67b3c4278b auto-schedule-pro-v2: fix date showing up twice during schedule lookup
0497cbf9b7 add support for parse_mode selection in all module APIs and update modules to respect these changes
Compare 10 commits »
8cf9208a29 PEP8 autoformat.
1ea0ab35e3 Changed accusative list for weekdays.
91748be435 Testing MARKDOVN_V2 parsing.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-07-30 10:25:29 +03:00
9f7ec834b2 Merge pull request 'Implement all methods for binary division' (#4) from division-implementation into master
a387325077 remove unused get_mantice_complement() function
f31491cdad fix first division method, ready for merging
91fc4084e1 implemented division method 2, method 1 still needs work
Compare 4 commits »
Rhinemann merged pull request Rhinemann/binaryCalculatorPrototype#4 2023-07-30 10:25:28 +03:00
Implement all methods for binary division
Rhinemann pushed to rusty at Rhinemann/binaryCalculatorPrototype 2023-06-28 15:53:05 +03:00
aef2dc3760 Playing with tables.
Rhinemann pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-28 14:47:14 +03:00
c8fb25025c Changed BasicRegister.__init__() to accept decue instead of a list.
Rhinemann merged pull request Rhinemann/binaryCalculatorPrototype#3 2023-06-28 14:19:29 +03:00
Add binary multiplication functions