dymik739
  • Joined on 2022-10-09
dymik739 created repository dymik739/http-upload-server 2023-07-21 14:32:25 +03:00
dymik739 pushed to master at dymik739/modular-bot-framework-for-tele... 2023-06-29 13:47:23 +03:00
bd22e8e9b6 hotfix: make bot core API v1 respect recent change from self.RESPONCE to self.RESPONSE
dymik739 created pull request Rhinemann/binaryCalculatorPrototype#3 2023-06-28 13:04:04 +03:00
Add binary multiplication functions
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
dymik739 created branch multiplication-implementation in Rhinemann/binaryCalculatorPrototype 2023-06-27 21:58:44 +03:00
9925c22954 add support for all multiplication methods and extend input_handler menu structure
dymik739 deleted branch auto-schedule-pro-v2 from dymik739/modular-bot-framework-for-tele... 2023-06-27 16:16:11 +03:00
dymik739 merged pull request dymik739/modular-bot-framework-for-tele...#8 2023-06-27 16:11:40 +03:00
auto-schedule-pro-v2
44628a3021 qna-basic: fix broken database file after code refactoring
72c5b0b4a9 Minor changes.
efac73776f Minor changes.
d1f7019f89 Typos and cosmetics.
8debb0b3d5 Typos.
Compare 9 commits »
dymik739 pushed to master at dymik739/modular-bot-framework-for-tele... 2023-06-27 16:02:14 +03:00
44628a3021 qna-basic: fix broken database file after code refactoring
72c5b0b4a9 Minor changes.
efac73776f Minor changes.
d1f7019f89 Typos and cosmetics.
8debb0b3d5 Typos.
Compare 12 commits »
dymik739 closed pull request Rhinemann/binaryCalculatorPrototype#2 2023-06-27 15:58:02 +03:00
bitutilities: fix wrong carry bit output
dymik739 created pull request Rhinemann/binaryCalculatorPrototype#2 2023-06-27 15:01:42 +03:00
bitutilities: fix wrong carry bit output
dymik739 created branch sum-hotfix in Rhinemann/binaryCalculatorPrototype 2023-06-27 14:59:08 +03:00
dymik739 pushed to sum-hotfix at Rhinemann/binaryCalculatorPrototype 2023-06-27 14:59:08 +03:00
6413927d70 fix wrong carry bit output
dymik739 pushed to master at Rhinemann/binaryCalculatorPrototype 2023-06-26 22:32:14 +03:00
f2ee4cd709 fix BasicRegister shrinking
dymik739 created pull request Rhinemann/binaryCalculatorPrototype#1 2023-06-26 21:06:49 +03:00
Core: add the sum function for BasicRegister objects
dymik739 created branch feature-sum in Rhinemann/binaryCalculatorPrototype 2023-06-26 21:04:08 +03:00
dymik739 pushed to feature-sum at Rhinemann/binaryCalculatorPrototype 2023-06-26 21:04:08 +03:00
d25dacf35b add sum function for addition of two registers