Oran C

Results 13 issues of Oran C

# Features and fixes - #### created a input box that you can enter in any chirp you want! - #### ![image](https://user-images.githubusercontent.com/29699356/106376076-8975ee80-6346-11eb-8146-53d3d965ab72.png) - #### added docker image for easy deployment...

# Current install process 1) build image 2) run local build image # Can you push a prebuilt image to docker hub? ``` this would make the install flow much...

# Ive redone the main documentation to make it more readable and scannable # what the old docs looked like ![image](https://user-images.githubusercontent.com/29699356/147197175-d4000a74-4254-4ef4-9d66-9d531e229faa.png) # now looks like ![Screenshot from 2021-12-22 23-17-03](https://user-images.githubusercontent.com/29699356/147197056-4a9a98a2-e543-42aa-a71b-f59d26846c5c.png) #...

# I'm getting weird results from going to routes in webpage # expected behavior #### going to link ```html https://regexr.com/585ql/test => 404 page not found ``` # actual behavior ```html...

Question: How do i encode an arbitrary a string* and output chirp tone + error correction (ecc) Example: encode_String("hello world") -> text "hdigiskf" + ecc "jiwl" ->"hdigiskfjiwl" My goal: is...

is it possible to add a requirements.txt to the codebase. its not apparent which versions of the depenencies are required to run the code. thanks

I uploaded it to surge.sh if you want to use the link http://nb5js.surge.sh/ cool project!

it crashes, when i try to import in my program it has alot of errors. im running windows 10 i think its a python 3 lang thing ![screen](https://user-images.githubusercontent.com/29699356/50183285-7585e480-02c6-11e9-8237-93fa9f2cc6fc.png)