Commit Graph

27 Commits

Author SHA1 Message Date
doryan 6682a66958 fix(table): move table of syndromes into global static variable 2024-08-10 00:36:27 +04:00
doryan 7d2049b59d feat(cheatsheet): remove list of position errors 2024-08-09 20:51:28 +04:00
doryan 2e7ede2dac fix(power): change math power method
The exponentiation method has been changed because, in this case, the
calculation doesn't need to be raised to a power number using the
.powf() method.
2024-08-09 17:51:07 +04:00
doryan e46e83f723 feat(mod): remove state controller and custom event handlers modules 2024-08-09 15:10:40 +04:00
doryan be14fae2e4 feat(state): remove state controller function 2024-08-09 15:07:58 +04:00
doryan 56357c4697 feat(handler): remove custom event handlers 2024-08-09 15:07:32 +04:00
doryan cbde9a8af1 refactor: change import and function signature
SignalReduce model import has been added instead Infobar.
Return value in function signature has been changed (Option<[f64; 6]> ->
Result<SignalReduce, ParseFloarError>).
2024-08-03 00:06:22 +04:00
doryan 81b22a14c9 refactor: add a check for a non-zero denominator 2024-08-03 00:01:58 +04:00
doryan ade98179f7 feat(allows): add attributes that allow a non_snake_case variables 2024-08-02 01:04:37 +04:00
doryan 7157ffd55f refactor: fix some code style issues 2024-07-29 01:19:15 +04:00
doryan 09b05e7fa7 refactor: move parse field algorithm to a separate file 2024-07-29 01:18:15 +04:00
doryan fd2f605978 fix(func signature): Replaced EventHandler<T, C> -> Self 2024-07-22 16:43:03 +04:00
doryan 54a4b44780 fix(fn signature): remove return types from function signatures 2024-07-22 00:24:09 +04:00
doryan 2e543a22c8 fix(cond): remove redundant boolean operations and replace them with their correct analogs 2024-07-22 00:02:16 +04:00
doryan 81a8d9b2c6 fix(const): use PI const from std instead 3.14f32 2024-07-19 23:39:44 +04:00
doryan 7e30117c84 fix(check): change method of check for an empty array 2024-07-19 23:37:24 +04:00
doryan dbf7dab513 refactor(import + some code): change import and refactor some bad blocks of code 2024-07-19 23:33:50 +04:00
doryan b12be95959 fix(imports + signature): change imports and removed return type () from function signature 2024-07-19 23:25:41 +04:00
doryan b3678c43c4 fix(imports): change imports 2024-07-19 23:24:38 +04:00
doryan 61f6777735 fix(imports): change imports 2024-07-19 23:24:10 +04:00
doryan 7c16964b83 added table and it needed to fix 2024-04-19 12:03:16 +04:00
doryan b6d0eb0508 ADDED: models and controllers for page "signal reducing"\n TODO: done table for page "signal reducing" 2024-04-19 01:30:51 +04:00
doryan 37a8dfb66b FIXED: clearing inputs bug 2024-04-17 00:06:56 +04:00
doryan a58110a3f8 REFACTOR: clean code and some bug fixed 2024-04-16 21:45:31 +04:00
doryan 48057646a8 changed inputs for second section and implemented Clone and Copy traits for Alignment data structure 2024-04-14 20:13:15 +04:00
doryan04 4c230c090d removed unnecessary module definitions 2024-03-10 12:54:32 +04:00
doryan04 54619cd3f9 Fully refactored project architecture, imports and etc. 2024-03-10 12:35:02 +04:00