Commit Graph

1567 Commits

Author SHA1 Message Date
danieljauch 34009ee911 Added new Haml cheatsheet. Includes Ruby injection with some examples of variable declaration and output. (#736) 2018-12-06 15:36:12 -07:00
chad d 639085251c Vim-diff cleanup 2018-12-06 15:33:10 -07:00
Ali Karbassi f871d96e3b Beginning of vimdiff (#218) 2018-12-06 15:30:27 -07:00
chad d 066d825b91 Goby cleanup 2018-12-06 15:29:30 -07:00
Shozo Hatta db405af253 Apply feedback (#487) 2018-12-06 15:23:31 -07:00
chad d 26c6ed30ad Regexp cleanup 2018-12-06 15:19:55 -07:00
Rizqy Hidayat 15f8649fd9 Update regexp basic cheatsheets (#906) 2018-12-06 15:17:16 -07:00
chad d b46a977600 Categorizing 2018-12-06 15:15:40 -07:00
Adam McNeilly 04ea319247 Added Kotlin cheatsheet. (#724) 2018-12-06 14:48:31 -07:00
chad d dccb59103e Adding C-like category and C# cleanup 2018-12-06 14:40:34 -07:00
chad d de5f5a4f2b Merge branch 'master' of github.com:rstacruz/cheatsheets 2018-12-06 14:26:49 -07:00
Akram Shaari 2f7fcbe089 Add C# 7 (#200)
* Added C# 7

* Some changes to Tuple Deconstruction section
2018-12-06 14:26:16 -07:00
chad d fdad334b45 CSS grid updated date 2018-12-06 14:23:22 -07:00
danieljauch e722384011 Feature/new cheatsheet css grid (#738)
* Started grid file. Looking at weight properties

* Finished compiling cheatsheet from Malven's site and CSS Tricks
2018-12-06 14:15:01 -07:00
Bez Hermoso f0705b3a4f Vim: Add section on spell-checking (#864) 2018-11-28 16:02:35 -07:00
chad d bb00a53532 Clean up from PRs 2018-11-19 23:18:50 -07:00
chad d c46315ff3e Cleanup MySQL 2018-11-19 20:21:34 -07:00
Yahya Bahsoun fa0b69ea8f Create mysql.md (#941)
Cheatsheet for MySQL
2018-11-19 20:17:42 -07:00
chad d c7bfd159a5 Updating Request a Cheatsheet URL 2018-11-19 19:57:16 -07:00
Michael Hienle 6107936ac2 Add info about !!, !^, !$ (#844)
* Add info about !!, !^, !$

* Do not use example with sudo
2018-11-19 14:09:09 -07:00
evicent 0347f74435 Update yarn.md (#933)
Add this equivalent
npm update | yarn upgrade
2018-11-16 13:15:03 -07:00
Jan Domański 658c88a8c3 Update php.md (#924)
* Update php.md

* Update php.md
2018-11-16 13:10:22 -07:00
Seth 898c8d904b Bash correction (#922)
* fix bash path split example

* add two string equality and example
2018-11-16 13:08:34 -07:00
ByMARLin 2b8e8ce90c Added .encode() to casting (#916)
.encode() turns string into byte-like object.
2018-11-16 13:07:42 -07:00
Ziyaddin Sadigov 489c8ecac6 Add production mode for migration operations (#910)
Would be better to add `--env production` flag to all migration operations
2018-11-16 13:06:40 -07:00
RaVi 460412d90f Add stash view (#901) 2018-11-16 13:00:00 -07:00
Bez Hermoso 62ebf94111 <(...) vs =(...) in zsh (#899) 2018-11-16 12:59:38 -07:00
Paul Cathey 6164a16f57 Adds simpler push for bash array (#894)
Here is a less verbose push than the one listed
2018-11-16 12:58:15 -07:00
Lubos Belak 117e9905d8 Add some ES2018 examples to the cheatsheets (#889)
* Add some ES2018 examples to the cheatsheets

* Add examples of string methods: padStart, padEnd

* Add examples of extracting Object values
2018-11-16 12:57:03 -07:00
Mateus Pontes 75740e2658 docker-compose: add networking (#876) 2018-11-16 12:54:03 -07:00
Rohit Sehgal 5268d69e3c Update httpie.md (#872) 2018-11-16 12:52:30 -07:00
Bez Hermoso 537771aeab Git: GPG signing commits (#863) 2018-11-16 12:49:59 -07:00
Afif Sohaili c9279b9858 Add cheatsheet on handling generated content with Bulma. (#862)
In cases where WYSIWYG editors generate the HTML content of the page,
the content does not have Bulma classes applied to them, which means
they'll be unstyled because that's just how Bulma works. An `<h1>` tag
does not have a style until you add the class `title` to it.

To handle this case, wrap the generated content with `.content` class.
2018-11-16 12:47:54 -07:00
Joonas Kallunki 4a77b25dee [React] update react syntaxes and remove legacy methods (#856)
* Update React cheatsheet syntaxes and remove legacy methods

* Update React updated date
2018-11-16 12:46:54 -07:00
Pavel Lishin a78dab76cf Update ExUnit cheatsheet: Demonstrate named setup context more clearly (#850) 2018-11-16 12:41:08 -07:00
Hannes Leutloff 05bca6d01c Update es6.md (#709)
* Update es6.md

Add edge case of implicitly returned object, since the notation is a little different.

* Update es6.md: fix typo
2018-11-16 12:28:50 -07:00
Hannes Leutloff 41c619d50d Update sass.md (#710)
* Update sass.md

Make `Mixin Properties` a subpart of `Mixins`, so that they are displayed next to each other, since they are a logical unit.
Add section about default values and default variables for mixins.

* Update sass.md according to comments in #710
2018-11-16 12:28:11 -07:00
Devin Samarin ea1fff2e40 find: Include file size conditions (#848)
The units of the size command are not straight-forward. The default
file size unit is counter-intuitively 512-bit blocks. This patch
includes a cheat sheet for the ability to filter files based on its
size and the various units that are accepted by the find command.
2018-11-07 15:57:17 -07:00
Michael Hienle 2bef29186d Add cd - (#843) 2018-11-07 15:54:57 -07:00
Michael Hienle 75ba17605d Use 4 spaces throughout file (#841) 2018-11-07 15:53:52 -07:00
Michael Hienle abb99f3674 Add info for how to sync a fork (#840) 2018-11-07 15:51:30 -07:00
Michael Hienle 4c1e81452a Add curl --silent (#839)
Signed-off-by: Michael Hienle <hienle.michael@gmail.com>
2018-11-07 15:50:57 -07:00
Michael Hienle 8e9a1e4384 Add curl -L (#838)
Signed-off-by: Michael Hienle <hienle.michael@gmail.com>
2018-11-07 15:50:32 -07:00
Stephen Rhodes 1782484ce9 Updated flow.md to fix type for error (#833) 2018-11-07 15:46:01 -07:00
calumks db77ac7c98 Add undo and redo shortcuts (#796) 2018-11-07 15:04:50 -07:00
calumks 8e5952a677 Add key shortcut info. (#795) 2018-11-07 15:03:42 -07:00
Thomas Röggla 0b31132966 changed compliment() to complement() in sass.md (#792) 2018-11-07 15:02:07 -07:00
haider 0804754a91 Added 2 String Comparison Conditionals (#769)
they check to see if the strings are equal or not... 
Just thought its an essential comparison that should be in the cheatsheet.
2018-11-07 14:59:09 -07:00
DannyMeister f683f59ce2 Update npm documentation link in semver.md (#761) 2018-11-07 14:58:37 -07:00
David Lay eb00583fa6 fixed refs format variable on git-log (#742)
Said `%cd` and should be `%d`
2018-11-07 14:37:18 -07:00