Commit Graph

1680 Commits

Author SHA1 Message Date
Rico Sta. Cruz 0e64b13d77
Merge pull request #698 from senyaak/master
Update typescript.md
2018-12-25 20:24:57 +08:00
Moviuro 0b74fe127d
Merge branch 'master' into patch-1 2018-12-20 11:39:41 +01:00
Lucy Wyman dc74c2b5ea
Create bolt.md for puppet-bolt tool
This adds a cheatsheet for [bolt](https://github.com/puppetlabs/bolt)
2018-12-17 21:18:58 -08:00
Ariel Barreiro 938b9d00b1 Improving composer cheatsheet 2018-12-11 13:53:39 -03:00
Ian Zabel b922942c55 Fix "Factory Girl" category (#820)
It was incorrectly categorized as a JavaScript library, but it was meant to be a Ruby library
2018-12-06 16:03:57 -07:00
chad d 16ab1ceb31 Emmet cleanup 2018-12-06 15:46:04 -07:00
danieljauch c695eb7add Added Emmet cheatsheet (#737)
* Added Emmet cheatsheet

* Oops, forgot prism_lanugages property
2018-12-06 15:40:38 -07:00
chad d d77bc9e67a Rebuild 2018-12-06 15:39:02 -07:00
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
Bhargav GV 37a09ba016
Add AppleScript "delay" command 2018-12-06 15:35:34 -05:00
Vast fd17d3f1b6 add(cheatsheet): scp 2018-12-06 09:59:38 +08:00
hrvoj3e 8365f5e761
slicing from right 2018-12-02 11:37:15 +01: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