This is the repository for The Binary Cheatsheet, a cheatsheet of the basics of writing and manipulating binary data in modern programming languages.
Got a suggestion? I’m happy to accept pull requests!
When writing texts, please obey the following criteria:
- Stick to facts
- Avoid he/she (use singular they instead)
- No insults
- Avoid words like easy, just, etc.
- Simple words are the best words
- Add jokes and smart references, because I’m super dull and stuff
After cloning the repository, open the project directory in terminal, and execute npm install
. After installation, run npm start
to start a Browsersync session.
The content can be found in src/views/partials
. Just write some good old HTML, and you’re good to go.
I deliberately split up the content into sections, to make it slightly easier to maintain. If you wish to add a section, note that src/vies/index.html
has some Mustache/Handlebars-like syntax to inline the style and include the partials.
The file bin/build/views.js
will reveal that I’ve written a poor parser to parse the views. Until I replace the parser with Handlebars, please use {{ partialFileName }}
to add a partial.