Nathan McRae nathanmcrae
  • Joined on 2023-12-04
nathanmcrae commented on issue nathanmcrae/morse-game#1 2024-05-09 03:18:32 +00:00
Real words pls

Fixed in 7c9d161

nathanmcrae closed issue nathanmcrae/morse-game#1 2024-05-09 03:18:32 +00:00
Real words pls
nathanmcrae pushed to master at nathanmcrae/morse-game 2024-05-09 03:17:26 +00:00
7c9d161719 Add common words back in as option
c19c873b02 Fix '-' code
Compare 2 commits »
nathanmcrae closed issue nathanmcrae/morse-game#2 2024-05-09 02:31:41 +00:00
Cheat sheet
nathanmcrae commented on issue nathanmcrae/morse-game#2 2024-05-09 02:31:38 +00:00
Cheat sheet

Fixed in 926c748

nathanmcrae reopened issue nathanmcrae/morse-game#2 2024-05-09 02:30:24 +00:00
Cheat sheet
nathanmcrae closed issue nathanmcrae/morse-game#2 2024-05-09 02:30:02 +00:00
Cheat sheet
nathanmcrae pushed to master at nathanmcrae/morse-game 2024-05-09 02:29:51 +00:00
926c748eea Add cheatsheet just below listening game
14f7eba6e8 Update git link
Compare 2 commits »
nathanmcrae pushed to master at nathanmcrae/sane-tsv 2024-03-16 16:51:47 +00:00
d9ef2a4bb6 Update roadmap
nathanmcrae pushed to master at nathanmcrae/extra-tsv 2024-03-16 06:15:48 +00:00
2b9bcd1a6d Fix unit name serialization
nathanmcrae pushed to master at nathanmcrae/extra-tsv 2024-03-16 02:00:10 +00:00
78574d1872 Add basic implementation of physical units
77b679bbdc Remove old ExtraTsv stuff
Compare 2 commits »
nathanmcrae pushed to master at nathanmcrae/sane-tsv 2024-03-11 05:44:13 +00:00
a80206767e Change column type management
b8ae3ce65d Fix file comment serialization
Compare 2 commits »
nathanmcrae pushed to master at nathanmcrae/extra-tsv 2024-03-11 05:43:59 +00:00
0807f0ffc2 Add iso8601 parsing
71af3653c4 Change column type management
Compare 2 commits »
nathanmcrae created branch master in nathanmcrae/extra-tsv 2024-03-10 20:21:47 +00:00
nathanmcrae pushed to master at nathanmcrae/extra-tsv 2024-03-10 20:21:47 +00:00
8e3332b484 Remove unused SaneTsv fields
32393e704d Clarify terminology of 'header'/'column'
d7720d8cde Flesh out tests
aff4b353bb Update some comments
203458fdf7 Fix some end-of-file simple TSV parsing
Compare 10 commits »
nathanmcrae created repository nathanmcrae/extra-tsv 2024-03-10 20:19:21 +00:00
nathanmcrae pushed to master at nathanmcrae/sane-tsv 2024-03-10 19:55:30 +00:00
0fd092685d Remove unused SaneTsv fields
55fa00a6e7 Clarify terminology of 'header'/'column'
d428af51bb Flesh out tests
aef92e87d4 Update some comments
b56236cbb7 Fix some end-of-file simple TSV parsing
Compare 7 commits »
nathanmcrae pushed to master at nathanmcrae/sane-tsv 2024-03-08 21:49:30 +00:00
f98a40a173 Make parallel implementations the default
0c61128e0e Complete parallel parsing implementation
Compare 2 commits »
nathanmcrae pushed to master at nathanmcrae/sane-tsv 2024-02-26 06:36:11 +00:00
78eaa5dbab Start parallel versions of general TSV serialization/parsing
4ddb8dc44d Add parallel parsing/serialization for Simple TSV
Compare 2 commits »
nathanmcrae pushed to master at nathanmcrae/sane-tsv 2024-02-23 07:17:16 +00:00
3727f8051b Add freeform ParseSimpleTsv