-
I'm gonna add the error codes that I disable the most often to the cheat sheet:
```txt
SC1004 This backslash+linefeed is literal. Break outside single quotes if you just want to break the line.
#…
-
Criando uma API:
```bash
laravel new api-julian
cd api-julian
php artisan serve &
curl http://localhost:8000/
```
```bash
composer require laravel/ui
php artisan ui vue --auth
npm …
-
Create cheat sheets collection for different operating systems types and distributions,
to cover the most important operating system related specific tasks,
such as package management, user manageme…
-
With our "cascading cheat sheets" mode (it will be described in README.md soon), you can create a hierarchy of cheat sheets servers, where each server delivers local cheat sheets + if a requested chea…
-
The shortcuts currently available are only listed [here](https://together.jolla.com/question/96836/tohkbd-faq/?answer=96839#post-id-96839). I'd love to see a cheat sheet for these inside the TOHKBD ap…
-
Please offer a PDF (A4) two-sided cheat sheet.
-
- functions
- loops
- if
- && and || operators
- string concatenation
- date
- objects
- arrays
-
## What is missing or needs to be updated?
The [Token Storage on Client Side](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/JSON_Web_Token_for_Java_Cheat_Sheet.md#token-storage-on…
-
Link in [BCO Cheat Sheet](/docs/BCOCheatSheet.pdf) for `"spec_version"` resolves to: https://w3id.org/ieee/ieee-2791-schema/%22 which is not valid. It should be:
>"spec_version": “https://w3id.org/…
-
> There are also many great cheatsheets availble on the web including:
> Chapter 1 will start with...
> ...
It looks like you forgot to include the cheat sheets...
Btw I think this is a pretty good…