Commit graph

50 commits

Author SHA1 Message Date
f8841921ec
Cleanup dependencies 2023-05-01 07:48:03 +02:00
ac1550fd60
Merge branch 'main' of github.com:gruberb/protohackers-rs 2023-04-30 21:43:19 +02:00
45981c53c7
Cargo fmt 2023-04-30 21:43:08 +02:00
319597ae30
cargo fmt 2023-04-30 21:43:00 +02:00
c9be49bd7f Merge branch 'main' of github.com:gruberb/protohackers-rs into main 2023-04-30 19:41:54 +00:00
78c6fbc4a7 Fix db insert 2023-04-30 19:41:35 +00:00
9bd3b34ced
Bug fixes 2023-04-30 21:41:09 +02:00
efcfff55e0
Slightly more sophisticated version of problem_03 2023-04-30 19:57:10 +02:00
8edf4cad62
Typo 2023-04-29 19:14:04 +02:00
30a8894f76
Check if username is alphanumeric 2023-04-29 19:01:11 +02:00
c6a8c417ef
Fix ordering of messages 2023-04-29 18:34:47 +02:00
ae52b25baa
Fix pattern 2023-04-29 18:08:32 +02:00
299a4b3b75
Revert id instead of name 2023-04-29 14:44:01 +02:00
673e26e510
Bugfix 2023-04-29 14:15:06 +02:00
eda218c94b
Merge branch 'main' of github.com:gruberb/protohackers-rs 2023-04-29 14:11:11 +02:00
3f108a166e
Use ids instead of names 2023-04-29 14:10:46 +02:00
6ef6cb5b4b Merge branch 'main' of github.com:gruberb/protohackers-rs into main 2023-04-29 12:03:51 +00:00
8493fd8c86 Fix 2023-04-29 12:03:43 +00:00
4d4df0ea06
Check for proper username 2023-04-29 14:03:10 +02:00
b5a7e04051
Remove leaving users 2023-04-29 10:28:28 +02:00
73823d67ae
Debug 2023-04-29 10:10:59 +02:00
95e74b194c
Complete workflow, cowboy style 2023-04-29 10:01:48 +02:00
7e90fae353
Extend the basic server, debug with broadcast 2023-04-29 09:30:10 +02:00
f530a8aa32
Use frames instead of manually framing the messages 2023-04-28 16:44:07 +02:00
9615a18a03
Back to simple TCP echo server impl and starting from first principles 2023-04-28 10:13:32 +02:00
7dcc1bc4d6
WIP: Rough sketch 2023-04-27 15:23:56 +02:00
a3e700818c
else 0 2023-04-24 23:58:30 +02:00
fac384c2fa
Send i32 over the wire 2023-04-24 23:54:52 +02:00
d84b683dd9
Fix bytes 2023-04-24 23:49:24 +02:00
f4eb7213ab
Refactor write_frame 2023-04-24 23:46:41 +02:00
ebf41ecb05
Write to stream 2023-04-24 23:24:45 +02:00
8ee9ded218
Flush 2023-04-24 23:04:13 +02:00
7795854613
Change server address, make write to buf async 2023-04-24 22:57:57 +02:00
a245bc8200
Write frame 2023-04-24 22:37:35 +02:00
6128d38d99
Add first attempt of parsing incoming messages 2023-04-23 23:28:45 +02:00
2b1a81b246
Remove not needed bincode crate 2023-04-21 11:47:17 +02:00
f99ee4c64d
Added logs, optimize 2023-04-21 07:57:11 +02:00
100e020585
Remove comments 2023-04-21 07:27:15 +02:00
979173efca
Refactor 2023-04-21 07:26:34 +02:00
0f993095ae PASS!! Dirty version before clenanup 2023-04-20 19:20:57 +00:00
3b6b1e8398 Debugging 2023-04-20 18:44:22 +00:00
c1da24ba29
Add case for non prime numbers 2023-04-20 20:28:19 +02:00
6a4d2b0b64 Update 2023-04-20 15:57:56 +00:00
9569926e72
Add first attempt for problem-01 2023-04-20 10:58:47 +02:00
4d36de84f0
Renaming 2023-04-19 14:17:35 +02:00
795dc9ae5c
Renaming 2023-04-19 14:17:28 +02:00
4b517ae5a5
Ports, Docker 2023-04-19 14:15:48 +02:00
de4795b9a1 Add logs, add Dockerfile 2023-04-18 08:50:02 +00:00
ce31df3a0c
Add problem 01 2023-04-17 21:45:27 +02:00
79a9f030ac
Initial commit 2023-04-17 21:42:30 +02:00