Fedor Korotkiy
|
d3e32e29da
|
Update README.md
|
2020-03-14 14:12:01 +00:00 |
|
Fedor Korotkiy
|
9af9eacb59
|
Update .deadlines.yml
|
2020-03-14 12:33:04 +00:00 |
|
Fedor Korotkiy
|
35df338792
|
Merge branch 'keylock' into 'master'
Add keylock task
See merge request slon/shad-go-private!17
|
2020-03-14 12:32:18 +00:00 |
|
Fedor Korotkiy
|
4f949157ad
|
Fix linter warning
|
2020-03-14 15:14:35 +03:00 |
|
Fedor Korotkiy
|
51d12b7db7
|
Add keylock task
|
2020-03-14 15:11:46 +03:00 |
|
Arseny Balobanov
|
b2e6e86a8c
|
externalsort: fix last empty line swallow.
|
2020-03-14 00:07:15 +03:00 |
|
Arseny Balobanov
|
96dfbdd032
|
Releasing externalsort.
|
2020-03-13 23:27:04 +03:00 |
|
verytable
|
ae450e3267
|
Merge branch '13-external-sort' into 'master'
Resolve "external sort"
Closes #13
See merge request slon/shad-go-private!16
|
2020-03-13 20:13:57 +00:00 |
|
Arseny Balobanov
|
0125456ca7
|
externalsort: simplify reader's and writer's contracts; add huge test
|
2020-03-13 22:51:17 +03:00 |
|
Arseny Balobanov
|
4b3c594d5c
|
retryupdate: quickfix for broken pkg listing.
|
2020-03-13 14:20:19 +03:00 |
|
Arseny Balobanov
|
259a0d4ed8
|
externalsort: run sort tests on copies of testdata files as sort may overwrite them; fix sort logic; add tests.
|
2020-03-13 03:38:48 +03:00 |
|
Arseny Balobanov
|
6fbbce55b4
|
Rewrite require.Nil(t, err) with require.NoError(t, err).
|
2020-03-13 00:12:46 +03:00 |
|
Arseny Balobanov
|
3c9b875d53
|
olympics: simplify ReadDir error check.
|
2020-03-13 00:06:24 +03:00 |
|
nickshevr
|
3d1eb4d872
|
(tests): Add test for default limit value
|
2020-03-12 23:35:45 +03:00 |
|
Arseny Balobanov
|
bd4ee323bd
|
externalsort: make Merge user responsible for flushing writer.
|
2020-03-12 23:12:36 +03:00 |
|
Arseny Balobanov
|
1e33cac5d1
|
Releasing lrucache.
|
2020-03-12 22:24:11 +03:00 |
|
verytable
|
2dc5b49ade
|
Merge branch '12-lru-cache' into 'master'
Resolve "lru cache"
Closes #12
See merge request slon/shad-go-private!15
|
2020-03-12 19:18:49 +00:00 |
|
Arseny Balobanov
|
6c6822f56e
|
Releasing Goroutines task group with 1 task.
|
2020-03-12 21:10:21 +03:00 |
|
Arseny Balobanov
|
68fa75d882
|
Adding externalsort task readme+solution+tests.
|
2020-03-12 20:52:18 +03:00 |
|
Arseny Balobanov
|
6d352d61eb
|
Fix select indents.
|
2020-03-12 19:38:15 +03:00 |
|
Arseny Balobanov
|
66900d08e3
|
Fix Tick() func.
|
2020-03-12 19:36:38 +03:00 |
|
Fedor Korotkiy
|
a5a33d4eaf
|
Goroutines lecture
|
2020-03-12 16:45:30 +03:00 |
|
Arseny Balobanov
|
b668f2179e
|
Adding lrucache task readme+solution+tests.
|
2020-03-12 12:32:51 +03:00 |
|
verytable
|
003396081b
|
Merge branch 'retryupdate' into 'master'
retryupdate task
See merge request slon/shad-go-private!13
|
2020-03-11 13:20:18 +00:00 |
|
Fedor Korotkiy
|
743b41e359
|
Use sentinel value
|
2020-03-11 16:17:13 +03:00 |
|
Fedor Korotkiy
|
bba7be641a
|
Remove accidental use of xerrors
|
2020-03-07 22:18:51 +03:00 |
|
Fedor Korotkiy
|
8f06f2db4e
|
Fix style
|
2020-03-07 22:15:30 +03:00 |
|
Fedor Korotkiy
|
dac5b0b7f8
|
Add retryupdate task
|
2020-03-07 22:14:49 +03:00 |
|
Fedor Korotkiy
|
a5854da086
|
Fix style
|
2020-03-06 00:02:39 +03:00 |
|
Fedor Korotkiy
|
4bd7608d85
|
Fix
|
2020-03-05 23:57:41 +03:00 |
|
Dmitriy
|
d199667f5f
|
Update courselist_test.go - add cycle check in the middle of course list
|
2020-03-05 22:12:59 +03:00 |
|
Azat Kalmykov
|
b5c90197fe
|
Update hotels_test.go
|
2020-03-05 22:11:29 +03:00 |
|
Vladimir Kuznetsov
|
2f8b92da34
|
Update fmt_test.go
- changed default value
|
2020-03-03 15:42:11 +03:00 |
|
Vladimir Kuznetsov
|
87fe7a193a
|
Update fmt_test.go
- rename variable and change format string
|
2020-03-03 15:42:09 +03:00 |
|
Vladimir Kuznetsov
|
4dfb967b78
|
Update fmt_test.go
- add test for double-digit, three-digit and four-digit argument index using common slice object (via @verytable comment)
|
2020-03-03 15:42:08 +03:00 |
|
Vladimir Kuznetsov
|
6b51d2e906
|
Update fmt_test.go
- add test with two-digits number index
|
2020-03-03 15:42:05 +03:00 |
|
Kirill Nikanorov
|
ec51581531
|
Update courselist_test.go
|
2020-03-03 15:19:11 +03:00 |
|
Arseny Balobanov
|
f8b52d3612
|
Inc olympics score: 200 -> 300.
|
2020-02-29 16:48:54 +03:00 |
|
Fedor Korotkiy
|
efc41dd067
|
Fix
|
2020-02-28 20:47:11 +03:00 |
|
Fedor Korotkiy
|
9820332a08
|
Add opt to deadlines
|
2020-02-28 20:44:38 +03:00 |
|
Fedor Korotkiy
|
0fb5390d43
|
Merge branch 'otp' into 'master'
otp task
See merge request slon/shad-go-private!12
|
2020-02-28 17:37:57 +00:00 |
|
Fedor Korotkiy
|
35e86c32d6
|
otp task
|
2020-02-28 20:26:29 +03:00 |
|
Arseny Balobanov
|
05b7a50e62
|
add forgotten {
|
2020-02-27 19:26:26 +03:00 |
|
Arseny Balobanov
|
22d2411b62
|
Releasing Interfaces task group with 3 tasks.
|
2020-02-27 18:43:57 +03:00 |
|
Fedor Korotkiy
|
07f70db387
|
Fix
|
2020-02-27 17:58:38 +03:00 |
|
Fedor Korotkiy
|
1289f5db21
|
Add lecture 02
|
2020-02-27 17:43:26 +03:00 |
|
Fedor Korotkiy
|
33e39cff32
|
Fix join code template
|
2020-02-27 17:43:26 +03:00 |
|
Arseny Balobanov
|
d3d949d6f4
|
Combine utf8reverse and utf8spacecollapse into single umbrella utf8 task.
|
2020-02-26 23:26:57 +03:00 |
|
Fedor Korotkiy
|
dd45f7e32c
|
Fix README.md
|
2020-02-26 21:39:45 +03:00 |
|
Irina Kharcheva
|
fb97978f32
|
Update README.md
|
2020-02-26 19:55:29 +03:00 |
|