Rhinemann
pushed to auto-schedule-pro-v2 at Rhinemann/modular-bot-framework-for-tele...
2023-09-04 23:34:04 +03:00
8cf9208a29
PEP8 autoformat.
Rhinemann
pushed to auto-schedule-pro-v2 at Rhinemann/modular-bot-framework-for-tele...
2023-09-04 23:32:32 +03:00
1ea0ab35e3
Changed accusative list for weekdays.
Rhinemann
pushed to auto-schedule-pro-v2 at Rhinemann/modular-bot-framework-for-tele...
2023-09-04 20:58:04 +03:00
91748be435
Testing MARKDOVN_V2 parsing.
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
Implement all methods for binary division
Add binary multiplication functions
f1d348616a
Merge pull request 'Add binary multiplication functions' (#3) from multiplication-implementation into master
9e06a93c19
remove redundant method: BasicRegister.compact_str()
4e0e30383d
add multiplication logging, include prettytable library and update input_handler menu structure
5a26802c34
optimize binary_sum_with_carry function by removing code repetition
9925c22954
add support for all multiplication methods and extend input_handler menu structure
ed4a9f08cd
Playing with tables.
f522eab9bf
Minor code cleanup.
ca91c2ea56
Added documentation.
7ab69ecbe8
Very minor cleanup.
1e505683cb
Shortened summation code.
32cf1e8712
Documented all methods and functions.
c20aef323d
Rewrote align_registers to accept any number of registers.
544031efbb
Just some testing.
d2df4bbf28
Renamed arguments inside binary_sum.
132a0b5659
Changed the conditions checking register lengths.
75f7dba546
Implemented __repr__ and __len__ for BasicRegister.