Commit Graph

2219 Commits

Author SHA1 Message Date
Michael 154c4af2d6
Add grep.md (#1223)
* create grep.md

* update grep.md

* Update grep.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-09-27 11:17:58 +10:00
hydrargyrum f0f4f05c92
Add Jinja cheatsheet (#1688)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-09-27 11:14:30 +10:00
Antwan G ede185bf27
Update cron.md (#1701) 2021-09-27 11:12:30 +10:00
Dario Seidl 76ee217b88
Add --show-error to curl cheatsheet (#1713) 2021-09-27 11:12:12 +10:00
yeknomedoc 320c38959e
Expanded the cheat-sheet (#1694)
Expanded the cheat-sheet with:
- *, ** as expansion arguments for lists and dicts./
- A Tuple section
- 'mutable' and 'immutable' notation behind the Tuple and Lists header.
2021-09-18 23:46:50 +10:00
Ryan M 28c5f62de1
fix spelling issue in Python (#1683)
Fixing a spelling issue in the Python section.
2021-09-18 23:45:51 +10:00
Ehren Murdick 1bf9823bea
Add greek characters to vim-digraphs.md (#1710)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-09-17 09:33:18 +10:00
Rico Sta. Cruz a2cec5f0f0
Empty out robots.txt (#1708) 2021-09-12 21:44:49 +10:00
Daniel Bergman 88f171cba2
Update atom.md (#1707) 2021-09-10 23:42:46 +10:00
Ilya Radchenko a6de3c7882
Update Ember syntax (#1704)
It has been a while since Ember has moved away from views to components :)
2021-09-10 13:34:37 +10:00
Adrian A e0379d3cb4
Update linux.md (#1681)
New command for newbies
2021-08-04 22:55:16 +10:00
Igor Grinchesku b3c91e197a
Update pass.md (#1662)
* Update pass.md

Add `bash` to the code block

* Update pass.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-06-20 23:04:30 +10:00
Dušan Stokić f7d4f61acf
Update markdown.md (#1657)
Added bold italic and Strikethrough to the emphases Heading
2021-06-03 22:29:44 +10:00
Rico Sta. Cruz ee4ed02fa5
Update rdoc.md 2021-05-20 11:57:24 +10:00
Cristiane TK 9762ba1f75
Update curl.md (#1649)
Add curl -F
2021-05-06 11:39:07 +10:00
Julio Maniratunga 85d55d6e13
Fix typo in rails.md (#1641) 2021-04-16 23:58:10 +10:00
Eero Ränik 7e5ccb9336
Fix a few examples that were using wrong CSS pseudo-classes (#1639) 2021-04-05 22:44:47 +10:00
Pedro Assunção c1de0e223c
Add Map.from_struct and Kernel.struct to maps section of Elixir cheatsheet (#1631)
* Update elixir.md

Added Map.from_struct and Kernel.struct to maps section.

* Update elixir.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-03-16 12:01:25 +11:00
codedhan 4d47cbd4e9
Update kotlin.md (#1629)
* Update kotlin.md

minor addition

* Update kotlin.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-03-12 16:22:20 +11:00
Emad Poursina 1acbf74350
Update cron.md (#1625)
* Update cron.md

Add Crons operators and some examples

* Formatting

* Formatting

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-03-11 23:44:35 +11:00
Mohammed Samir 02fed04a43
Update assignment section "=" (#1626)
I think these are more informative and precise examples for assignment expression.
2021-03-11 08:07:03 +11:00
Peter Avila 1e966a9ff1
Keep comments on combinatory arguments consistent. (#1622) 2021-02-19 16:57:24 +11:00
Matilde Bravo 8646bb2c89
Updated description for arguments section (#1620) 2021-02-18 17:56:44 +11:00
Gerrit Prößl 39f62fc3e9
Add Stringification to C Preprocessor (#1616) 2021-02-13 12:05:44 +11:00
Rico Sta. Cruz 3e12cb0b43
homebrew: fix cask install command 2021-02-11 10:40:13 +11:00
Julien Lamandé 6cf3493058
Add the mention of push --force-with-lease (#1611)
`--force-with-lease` is safer than `--force` as it checks that you are up-to-date with the remote branch.
2021-02-06 09:26:07 +11:00
Cecile Veneziani 9148ed237e
Fix view name for s key value (#1609)
`s` key value stands for Status instead of Stage view.
Stage view can be accessed with `c` key value
2021-02-03 11:25:01 +11:00
Peter Cole 9ec89aa788
Update homebrew.md (#1601)
The command for listing installed applications has changed.
`Error: Calling brew cask list is disabled! Use brew list [--cask] instead.`
2021-01-12 07:59:31 +11:00
Jonathan Baillais e2a59f4ff9
Update emmet.md (#1575) 2021-01-07 23:08:33 +11:00
Andrew 246693576d
added port param (#1559)
connect to custom port
2021-01-07 22:43:55 +11:00
Rafe Rosen c1f9f6f951
Create stimulus_reflex.md (#1576)
* Create stimulus_reflex.md

* Update and rename stimulus_reflex.md to stimulus-reflex.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2021-01-07 22:40:32 +11:00
Felix Gerschau 58ede74aec
httpie.md (#1569) 2021-01-07 22:38:06 +11:00
Vítězslav Ackermann Ferko 1729e1d2a7
Updated Property lookup to reflect new docs (#1577)
available here https://stylus-lang.com/docs/variables.html#property-lookup
2021-01-07 22:33:53 +11:00
Floffah be0341938b
Screen (#1585)
* Create screen.md

* better formatting

* period because ocd
2021-01-07 22:33:01 +11:00
Lena 8ea3efc08b
html-email: add role=presentation
Add role="presentation" on table tag to help screenreaders' restitution. It is not a data table but a layout table so we do not need to make a screenreader reads all the table structure.
2021-01-07 22:32:24 +11:00
Joyce Babu e1292194df
fix: typo (#1600) 2021-01-07 15:26:30 +11:00
Jan Keromnes e8f302b290
gitpod: Make Gitpod's automated dev setup automatically run Jekyll and Parcel (#1586) 2020-12-18 08:44:09 +11:00
Steven Conaway 1fbacbc9f8
Resolutions: combine iPhone 6/6S and 7/8/SE2 (#1594) 2020-12-17 08:42:46 +11:00
Przemysław Pietras f7f77ad479
go: add while loop example (#1583) 2020-12-03 19:37:40 +11:00
Rico Sta. Cruz b27d7d7f55
GitHub actions: update Ruby version for deployment 2020-11-26 10:45:56 +11:00
Rico Sta. Cruz 2822b14a57
GitHub actions: update Ruby version 2020-11-26 10:45:29 +11:00
Jonathan 616896d1d8
Update php.md (#1581)
Use type hinting.
Use https URLs.
Adhere to PHP-FIG PSR-12.
2020-11-26 10:44:23 +11:00
Jonathan fbd66d4838
Update rdoc.md (#1579)
Use https. Use IANA assigned example.com domain.
2020-11-25 06:28:05 +11:00
Anton Kochkov 9dd25959fa
tig: Add `tig -C` invocation tip (#1120)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:36:55 +10:00
Rico Sta. Cruz 18b09de08b Remove badges 2020-08-03 22:35:03 +10:00
Anton Pozhidaev b407143e5e
xpath: Fix nesting predicates (#1158)
we need to use `.//` instead of `//` inside the predicate
2020-08-03 22:34:28 +10:00
Luong Vo 269c709c61
go: Add documentation for golang interfaces (#1332)
* Add documentation for golang interfaces

* Update go.md

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:33:43 +10:00
James Prescott c03aa5de51
Add example in moment.js cheatsheet (#1063)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2020-08-03 22:33:31 +10:00
Andrii Radyk 76acff1923
fix indentation in go.md (#1076)
fix broken indentation and align indentation with other examples
2020-08-03 22:32:21 +10:00
DJCrashdummy 8747708136
bash: Correct mistakes at $RANDOM (#1147)
- using `=` just throws an error!
- `200` limits the result to 200 possible numbers starting with 0! so the maximum is 199.
- added `$` straight before `RANDOM` to be on the safe side.
2020-08-03 22:31:11 +10:00