utility for experimenting with Hamming codes
Go to file
Jonathan Lamothe 09c8953728 actually display the cursor 2024-08-01 16:17:47 -04:00
app added brick scaffolding 2024-07-17 20:53:23 -04:00
src actually display the cursor 2024-08-01 16:17:47 -04:00
test test cursor location 2024-08-01 16:16:22 -04:00
.gitignore initial commit 2024-06-29 18:39:54 -04:00
CHANGELOG.md initial commit 2024-06-29 18:39:54 -04:00
hamming.cabal add cursor location widget 2024-08-01 16:04:37 -04:00
LICENSE initial commit 2024-06-29 18:39:54 -04:00
package.yaml style hamming code widget 2024-07-23 16:45:55 -04:00
README.md initial commit 2024-06-29 18:39:54 -04:00
Setup.hs initial commit 2024-06-29 18:39:54 -04:00
stack.yaml initial commit 2024-06-29 18:39:54 -04:00
stack.yaml.lock initial commit 2024-06-29 18:39:54 -04:00

hamming

Copyright (C) Jonathan Lamothe jonathan@jlamothe.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Important Note

This software is experimental and should be considered a subject to change at any time.