Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haru3s/codehs-assignment-answers
A Repo for every single answer I have collected for easy grade!
https://github.com/haru3s/codehs-assignment-answers
codehs codehs-answers codehs-solutions
Last synced: 1 day ago
JSON representation
A Repo for every single answer I have collected for easy grade!
- Host: GitHub
- URL: https://github.com/haru3s/codehs-assignment-answers
- Owner: Haru3S
- Created: 2022-10-20T17:17:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T18:34:20.000Z (6 days ago)
- Last Synced: 2024-11-08T18:36:11.245Z (6 days ago)
- Topics: codehs, codehs-answers, codehs-solutions
- Language: JavaScript
- Homepage:
- Size: 609 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeHS Javascript Assignment Answers
![ver](https://img.shields.io/badge/version-2.3.5-bright=green?style=flat-square)**All of this code was made by a furry! Thas Me!!! XD**
***
> Warning; Your `Units` may not be formated like mine. Use this to complete assignments and get an easy grade for your computer science class.
> Most of the code was made by ARedDevv and others were from Reddit. If there is one that gives a syntax error create a pull request with your fix and will be added as a alternate file to `main`.
***
## JavaScript
### Unit 2JavaScript Karel Movemnts. Learning the first bits of JavaScript to control a little dog called Karel.
> Some of the later assignments are completed with no syntax errors but if my code gives a syntax error or another kind of error use the pull request to add your code will be added as a alternate file to `main`.![Example U2](https://github.com/ARedDevv/CodeHS-Assignment-Answers/blob/main/images/Screenshot%202023-02-10%209.53.17%20AM.png?raw=true)
### Unit 5
Javascript Graphics. The use of JS to create simple or complex graphics. To create graphics with RGB, HSL, HEX or BIN such as a rainbow or a black & white ladder.
![Example U5](https://github.com/ARedDevv/CodeHS-Assignment-Answers/blob/main/images/Screenshot%202023-02-10%209.57.14%20AM.png?raw=true)
### Unit 6
[CURRENTLY UPDATING] Used GPT-3 to make simple JavaScript drawings/renders the last one is more like a meme(a cat image) since you can make something decently unqiue.
![Example U6](https://github.com/ARedDevv/CodeHS-Assignment-Answers/blob/main/images/Screenshot%202023-02-10%2010.03.26%20AM.png?raw=true)
***
## Hour of X
### Hour of Code (Python)Basics of Python.
> `Give_Some_Var.py` gives an error line. If you have a fix create a new pull request with your code that will be added to `main`.![Example HoC](https://github.com/ARedDevv/CodeHS-Assignment-Answers/blob/main/images/Screenshot%202023-02-10%2010.12.43%20AM.png?raw=true)
![Example of HoJ](https://github.com/ARedDevv/CodeHS-Assignment-Answers/blob/main/images/Screenshot%202023-02-10%2010.09.29%20AM.png?raw=true)
***
## Python
### Python Control Structures
> Partially Completed
All code can be viewed at `src/Python Control Structures`.***
## Tips & Tricks### Code Editor
To access your setting click on your profile and go into account settings or visit this link. [CodeHS Settings](https://codehs.com/settings?tab=ide)
Did you know your able to switch themes if your using the `Ace` engine the best dark theme is `Monokai`.
- Switch default editor theme from `Light` to `Monokia`.Sacriface darkmode and use the VSCODE engine there is vs-dark but works on some languages (for some reason).
- Switch your default code engine from `Ace` to `Monaco`
- (**OPTIONAL**) Switch default editor theme from `Light` to `vs-dark`***
You can also use yours truely Code Editor Settings with the image below!
![ARedDevv's Editor](https://github.com/ARedDevv/CodeHS-Assignment-Answers/blob/main/images/Screenshot%202023-02-10%2010.38.38%20AM.png?raw=true)
Improve your coding experience with ARedDevv's fine toned code editor.
***
## FAQ
Q. Are you a furry?
A. Yes I have a very epic protogen OC but also ironically a cat in some places.Q. Why does it say CUDA or Python?
A. Python is a unit so yeah. CUDA is for JavaScript unit but JS is incompatible with color data but CUDA is compatible with color data like `#FF1C55` or `rgb(255, 28, 85)` but some of it is in Binary since it uses 1's & 0's to render color aka Black and White.Q. Why the frick do you format them for their coding language?
A. Cause it makes it cleaner to look through then `.txt` files and also gives a cool sidebar tag on github :D.***
(Last Updated At 18:30 UTC 8/11/24)