8000 GitHub - iibe/hammingjs: A tiny library for Hamming code.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iibe/hammingjs

Repository files navigation

HammingJS

Hamming codes are a family of linear error-correcting codes. Hamming codes can detect one-bit and two-bit errors, or correct one-bit errors without detection of uncorrected errors.

Getting started

Step 1: Install required packages:

# Use either npm or yarn
npm install | npm i | yarn

Step 2: Run the application:

# Use either npm or yarn
npm start | yarn start

Miscellaneous

How to run tests (if they're exists):

npm run test | yarn run test

How to remove node_modules folder:

npm uninstall | npm un | yarn remove

About

A tiny library for Hamming code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0