Egor erius
  • Joined on 2024-05-12
erius pushed to main at erius/shad-go 2024-06-07 01:08:55 +00:00
398f5ba442 Implemented retryupdate
ffd4745b1a Implemented externalsort
Compare 2 commits »
erius pushed to main at erius/shad-go 2024-06-05 23:15:31 +00:00
6fe051eea5 Minor code refactors in some tasks
e0ed0a4cde Replaced Fatal with Panic in urlfetch
6e6c742228 Changed manual map clearing with a built-in clear method in lrucache
Compare 3 commits »
erius renamed repository from itmo-go to erius/shad-go 2024-06-05 17:41:08 +00:00
erius pushed to main at erius/shad-go 2024-06-05 17:39:22 +00:00
83f0d33374 Merge pull request 'move master to main' (#1) from master into main
b867c16328 Updated to the most recent version, which uses go 1.22
d543ebc174 Implemented lrucache
c0293f8599 Implemented otp
63dc763245 Implemented forth
Compare 19 commits »
erius merged pull request erius/shad-go#1 2024-06-05 17:39:20 +00:00
move master to main
erius created pull request erius/shad-go#1 2024-06-05 17:38:55 +00:00
move master to main
erius pushed to master at erius/shad-go 2024-06-05 17:36:51 +00:00
b867c16328 Updated to the most recent version, which uses go 1.22
erius pushed to master at erius/shad-go 2024-06-05 00:46:49 +00:00
d543ebc174 Implemented lrucache
c0293f8599 Implemented otp
63dc763245 Implemented forth
79bb3b15d7 Improved speller readability
Compare 4 commits »
erius pushed to master at erius/shad-go 2024-06-04 00:24:28 +00:00
5bc4119abb Implemented speller
4bd325a744 Small improvements for varfmt
bfb0daa1ef Updated .gitignore to ignore .out and .test profiling files
Compare 3 commits »
erius pushed to master at erius/shad-go 2024-06-03 01:29:36 +00:00
300704d0c1 Implemented spacecollapse, optimized reverse
d8ddcbdd21 Implemented hogwarts
7d9db66ec7 Implemented hotelbuisness
Compare 3 commits »
erius pushed to master at erius/shad-go 2024-06-02 00:25:11 +00:00
750eaed481 Implemented sum, urlfetch and fetchall tasks
erius pushed to main at erius/mathematical 2024-05-30 09:06:04 +00:00
b53ec32c7d Somewhat working binary expression tree
erius pushed to main at erius/mathematical 2024-05-29 22:57:56 +00:00
ab5fa70b7b Removed num module, using external num crate once again, started working on expr module (math expression parser)
erius pushed to main at erius/mathematical 2024-05-26 22:20:51 +00:00
182f73db27 Started working on a new module - num, that will replace the current external num crate
7dfef8b718 Matrix can now be of size 1x1, can take minor of 2x2 matrix, minor tests modifications
Compare 2 commits »
erius pushed to main at erius/mathematical 2024-05-26 20:14:42 +00:00
17e0edb3ca Updated gitignore
erius created branch main in erius/mathematical-web 2024-05-26 20:04:37 +00:00
erius pushed to main at erius/mathematical-web 2024-05-26 20:04:37 +00:00
1e4c5e700c Initial commit, moved from mathematical repo
erius created repository erius/mathematical-web 2024-05-26 20:03:37 +00:00
erius pushed to main at erius/mathematical 2024-05-26 19:57:11 +00:00
65bb1f1823 Moved yew web project into another repo, removed sq_matrix module
erius pushed to main at erius/mathematical 2024-05-25 00:21:34 +00:00
8c1272fa9c Added web-sys and wasm-bindgen dependencies to web crate, fixed matrix cell oninput event