dymik739
  • Joined on 2022-10-09
dymik739 synced commits to ІО-21/31-Цуря-Олег-Едуардович at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-15 20:47:58 +03:00
6d7a81dee2 Added lab3
dymik739 synced commits to ІО-21/31-Цуря-Олег-Едуардович at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-14 04:27:58 +03:00
c8a719dd07 Added lab3
dymik739 synced commits to ІО-23/30-Швед-Андрій-Дмитрович at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-13 20:17:58 +03:00
4d538d2d04 Lab 4, Kotlin.
dymik739 pushed to dev at dymik739/cl-tools 2023-05-12 20:10:57 +03:00
3338a75114 add symlink to binary-to-decimal-mantice-converter.py to simplify library importing
dymik739 synced commits to IO-23/19-Мороз-Даниїл-Романович at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-12 20:07:58 +03:00
65b34dffdf Add files via upload
dymik739 synced commits to ІО-22/20-Папко-Максим at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-12 20:07:58 +03:00
b1f37e7fae fixed lab3
dymik739 pushed to dev at dymik739/cl-tools 2023-05-12 19:40:44 +03:00
0df9dd3016 add a script that converts binary mantices into normal decimal numbers
dymik739 synced commits to ІО-22/20-Папко-Максим at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-12 11:57:59 +03:00
73c713708f Merge branch 'ІО-22/20-Папко-Максим' of https://github.com/ASDjonok/OOP_IO-2x_2023 into ІО-22/20-Папко-Максим
02f123888c fixed and modified lab3
Compare 2 commits »
dymik739 synced commits to master at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-11 19:47:58 +03:00
f05125e298 Merge pull request #3 from Dymik739/commit-fix
ce73ebf1f5 update lab4
31c3b96018 update Variant0.java
4eecffe040 Merge branch 'master' into commit-fix
ae042010a6 remove duplicate string to fix calculations
Compare 5 commits »
dymik739 synced commits to ІО-24/30-Федонюк-Роман-Ігорович at dymik739/OOP_IO-2x_2023-mirror from mirror 2023-05-11 03:37:57 +03:00
9d3fc9e85d Create Lab5
f07b3b6617 Update lab3
Compare 2 commits »
dymik739 pushed to dev at dymik739/cl-tools 2023-05-09 22:35:42 +03:00
49dbc9a164 fix division issues and add full support for both division methods
dymik739 suggested changes for dymik739/modular-bot-framework-for-tele...#8 2023-05-08 20:33:16 +03:00
auto-schedule-pro-v2

Everything is alright besides modules/qna-basic/ being broken by the API change (it fails to load response from the database)

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 20:20:45 +03:00
auto-schedule-pro-v2

Also, there is one occurance of responce_text not changed in file modules/qna-basic/db/obj.json which breaks the module (sure, it hasn't been touched for about 9 months now, but it might…

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 19:52:20 +03:00
auto-schedule-pro-v2

Yeah, this looks way better) (it's a very minor detail, but, for some reason, stray parenthese on a line bothers me whenever I look at it whereas a simple backslash looks absolutely fine)

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 19:44:05 +03:00
auto-schedule-pro-v2

That's a very good call) (I'm not sure why I've created that variable in the first place, but whatever)

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 12:13:59 +03:00
auto-schedule-pro-v2

The standart states that there should be no spaces between key=value arguments;

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 12:13:59 +03:00
auto-schedule-pro-v2

That commented block is not really used for anything, so we can probably just delete it)

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 12:13:59 +03:00
auto-schedule-pro-v2

The same as above, but I'm fine with removing spaces around all arguments like so:

dymik739 commented on pull request dymik739/modular-bot-framework-for-tele...#8 2023-05-08 12:13:59 +03:00
auto-schedule-pro-v2

Sometimes I question what do people developing PEP8 consider "readable"...