Commit Graph

21 Commits

Author SHA1 Message Date
Jonathan Lamothe 8feecdfad5 added edit mode to application state 2024-07-25 20:06:13 -04:00
Jonathan Lamothe f995da30b6 centre hamming code 2024-07-23 20:20:53 -04:00
Jonathan Lamothe d0afc52c35 style hamming code widget 2024-07-23 16:45:55 -04:00
Jonathan Lamothe 120d60bc32 internal hamming widget generator should return AttrNames 2024-07-23 16:18:40 -04:00
Jonathan Lamothe 4ea2185243 broke event handler off into Hamming.App.Events and added more types 2024-07-20 20:57:31 -04:00
Jonathan Lamothe 3e742cb6e7 broke drawFunc out into Hamming.App.Draw module 2024-07-20 18:39:04 -04:00
Jonathan Lamothe 7531cf192f put margins on Hamming widget 2024-07-20 16:27:41 -04:00
Jonathan Lamothe 1565c1fe99 display hamming widget 2024-07-19 21:01:33 -04:00
Jonathan Lamothe ef23b67688 build hamming code display widget 2024-07-19 20:50:33 -04:00
Jonathan Lamothe e216432a77 Hamming widget skeleton 2024-07-19 15:16:07 -04:00
Jonathan Lamothe 21242ecbfa lensify AppState 2024-07-18 19:06:17 -04:00
Jonathan Lamothe 696b17fae1 don't crash
`drawFunc` should return an empty widget.
2024-07-18 18:24:53 -04:00
Jonathan Lamothe 0c35841bb2 removed router nonsense 2024-07-18 18:18:04 -04:00
Jonathan Lamothe 6f106c2660 added brick scaffolding 2024-07-17 20:53:23 -04:00
Jonathan Lamothe 8f6acc6b6b simplified double bit error test 2024-07-06 21:01:17 -04:00
Jonathan Lamothe 74b26de743 detect (but don't correct two-bit errors in a Word16 2024-07-06 20:55:31 -04:00
Jonathan Lamothe ed405e366e find and correct single bit errors in 16-bit hamming codes 2024-07-06 20:37:07 -04:00
Jonathan Lamothe c494a25587 implemented isValid for Word16 2024-06-30 21:11:38 -04:00
Jonathan Lamothe af26fcedd8 implemented calculation of check bits for Word16 2024-06-30 09:02:01 -04:00
Jonathan Lamothe ee0cbe47b2 use hspec for testing 2024-06-29 18:43:46 -04:00
Jonathan Lamothe 4938b20d24 initial commit 2024-06-29 18:39:54 -04:00