utility for experimenting with Hamming codes
Go to file
Jonathan Lamothe 289499fd0d removed broken emacs keybindings 2024-08-13 15:24:49 -04:00
app added brick scaffolding 2024-07-17 20:53:23 -04:00
src removed broken emacs keybindings 2024-08-13 15:24:49 -04:00
test implemented bit flipping 2024-08-01 20:31:25 -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 enable code corrections 2024-08-07 16:43:36 -04:00
LICENSE initial commit 2024-06-29 18:39:54 -04:00
package.yaml enable code corrections 2024-08-07 16:43:36 -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.