https://github.com/r0nk/simplecpu
A website to explain how computers actually work.
https://github.com/r0nk/simplecpu
Last synced: 3 months ago
JSON representation
A website to explain how computers actually work.
- Host: GitHub
- URL: https://github.com/r0nk/simplecpu
- Owner: r0nk
- License: mit
- Created: 2014-10-19T17:01:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T09:04:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T11:44:52.619Z (8 months ago)
- Language: JavaScript
- Size: 524 KB
- Stars: 270
- Watchers: 15
- Forks: 35
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
simpleCPU.com
=========A website to explain how computers actually work.
Coding styles:
--------------* js width less then 80 characters.
* If you have to choose between fast or simple, choose simple.
* In general, less is more.