Rico Sta. Cruz
e3f165a90b
Merge pull request #1072 from telluz/patch-1
...
Update go.md
2019-12-18 13:43:43 +11:00
Rico Sta. Cruz
13d7dd9e72
Merge pull request #1034 from broven/patch-1
...
add vim zt
2019-12-18 13:43:32 +11:00
Rico Sta. Cruz
d3ba69bbc5
Merge pull request #1006 from andyhunt-ici/patch-1
...
Update css-grid.md
2019-12-18 13:43:21 +11:00
Rico Sta. Cruz
9661eff7dc
Merge pull request #963 from chimit/patch-1
...
Fix indentation for Golang
2019-12-18 13:43:07 +11:00
Rico Sta. Cruz
3c90dc2117
Update python.md ( #1281 )
...
Update python.md
2019-12-18 13:41:39 +11:00
Rico Sta. Cruz
947d9c3135
Update formatting
2019-12-18 13:41:29 +11:00
Rico Sta. Cruz
4d4ae7bfc7
Merge pull request #1268 from whiskey/patch-1
...
Added aws configuration profile option
2019-12-18 13:38:53 +11:00
Rico Sta. Cruz
9aa5716f18
Add React Hooks ( #1058 )
...
Add React Hooks
2019-12-18 13:36:02 +11:00
Rico Sta. Cruz
b54a975c74
Fix tables for the hooks list
2019-12-18 13:34:15 +11:00
Rico Sta. Cruz
3176e8c706
Merge pull request #1126 from vinipsmaker/patch-1
...
[lua] Fix typo
2019-12-18 13:32:23 +11:00
Rico Sta. Cruz
4f3ef7db34
Update Vue's page template ( #1279 )
...
Update Vue's page template
2019-12-18 13:32:15 +11:00
Rico Sta. Cruz
b340d90631
Update vue.md
2019-12-18 13:32:07 +11:00
Rico Sta. Cruz
62b7da238b
Merge pull request #1083 from Brad-Christie/patch-1
...
MomentJS: Only 12 months for `Mo`.
2019-12-18 13:31:38 +11:00
Rico Sta. Cruz
5c30fa8f4a
Fix ports syntax ( #1277 )
...
Fix ports syntax
2019-12-18 13:31:08 +11:00
Rico Sta. Cruz
33581a946a
Merge pull request #1285 from behnam/patch-1
...
Update bash.md
2019-12-18 13:30:55 +11:00
Rico Sta. Cruz
997e7bc0e0
Merge pull request #1290 from jemise111/patch-1
...
Fix JSDoc function param with multiple types
2019-12-18 13:29:41 +11:00
Rico Sta. Cruz
eb78a6f5fe
gitpod: Cache 'bundle install' ( #1298 )
...
gitpod: Cache 'bundle install'
2019-12-18 13:26:19 +11:00
Kreyren
0aed72ece6
gitpod: Cache 'bundle install'
2019-12-14 18:48:26 +00:00
Rico Sta. Cruz
cb50928040
Merge pull request #1295 from RXT067/gitpod
...
gitpod: deploy
2019-12-14 17:01:36 +11:00
Rico Sta. Cruz
bf06214da9
Merge pull request #1023 from qoomon/master
...
add missing favicon
2019-12-14 17:00:46 +11:00
Kreyren
dcc12e5c00
gitpod: deploy
...
Disclaimer: i'm not gitpod staff i just like their product
Proposing to integrate gitpod with this repository which is online IDE based on Theia which allows contributors to open an online environment without the need to fetch deps on their local system.
This service is free for open-source repositories.
Example of the runtime:
https://gitpod.io/#https://github.com/RXT067/cheatsheets/tree/gitpod
Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
2019-12-13 22:45:47 +00:00
Jesse Sessler
50271b5925
Fix function param with multiple types
2019-12-09 12:27:23 -05:00
Behnam Esfahbod ❄
f7a365b23d
Update bash.md
...
Use `shopt -s` for setting Bash-specific options.
2019-11-30 14:07:21 -08:00
Riadh Bch
d5623e46fb
Update python.md
...
Adding file managing cheatsheet
2019-11-24 18:19:00 +01:00
BosEriko
4d88c763ff
update vue.md
2019-11-22 15:30:47 +08:00
David Gonzalez
ab73124b11
Fix ports syntax
2019-11-18 16:34:02 +01:00
Rico Sta. Cruz
1ed003c8f4
Merge pull request #1251 from eheydrick/docker
2019-11-17 18:09:51 +11:00
Rico Sta. Cruz
6a12e5827b
Update formatting
2019-11-17 18:09:41 +11:00
eric
b6272988d4
Add docker run example
2019-11-17 18:09:41 +11:00
Rico Sta. Cruz
f402f171b7
Merge pull request #1244 from thakkaryash94/patch-3
2019-11-17 18:00:46 +11:00
Yash Thakkar
7d314b24a4
Add compose build args
...
Add compose build args. https://docs.docker.com/compose/compose-file/#args
2019-11-17 18:00:33 +11:00
Rico Sta. Cruz
4cdd05f9aa
Merge pull request #1264 from kamil2079/patch-1
2019-11-17 17:58:43 +11:00
kamil2079
cdbdd559ca
Update xpath.md
2019-11-17 17:58:24 +11:00
Rico Sta. Cruz
7813be2238
bash: Move examples to the bottom
2019-11-17 17:15:12 +11:00
Rico Sta. Cruz
c8b99a83ff
Merge pull request #1273 from samtrion/patch-1
2019-11-17 17:01:19 +11:00
Rico Sta. Cruz
35b6899663
Update formatting
2019-11-17 17:01:11 +11:00
Martin Stühmer
1a17fe6148
Added match a single character that is not contained within the brackets. For example, [^abc]
...
Matches a single character that is not contained within the brackets. For example, [^abc] matches any character other than "a", "b", or "c". [^a-z] matches any single character that is not a lowercase letter from "a" to "z". Likewise, literal characters and ranges can be mixed.
2019-11-17 17:01:11 +11:00
Rico Sta. Cruz
5735718b7b
Merge pull request #1200 from nickycutesc/patch-3
2019-11-17 16:52:36 +11:00
Nicholas Chen
746cbff8fe
Remove Homebrew Cask Link
...
Remove the Homebrew Cask Link as it just redirects to https://brew.sh/ link.
2019-11-17 16:38:48 +11:00
Rico Sta. Cruz
08ee61d2a4
Merge pull request #1272 from SteamTank/patch-1
...
Added missing ')'
2019-11-17 16:37:58 +11:00
Rico Sta. Cruz
1333ccada0
Merge pull request #1218 from mtking2/find-cheatsheet
2019-11-17 16:34:54 +11:00
Rico Sta. Cruz
7e787c0a76
Add note about compatibility of mtime conditions
2019-11-17 16:31:53 +11:00
SteamTank
76dc2ef27d
Added missing ')'
...
Added missing ')' at the end of `fat arrow` example
2019-11-14 10:12:01 +01:00
Carsten Knoblich
14134685c7
Added aws configuration profile option
...
Using multiple aws credentials is a very common scenario, so hinting to the `--profile` option is highly encouraged.
2019-11-12 12:57:07 +01:00
Rico Sta. Cruz
4da6b9adbe
Merge pull request #1212 from cjmling/patch-1
...
Add typedef shorthand in jsdoc
2019-10-15 20:31:31 +11:00
Rico Sta. Cruz
1de147b430
Merge pull request #1211 from wowawiwa/patch-3
...
Add `yarn init` to equivalences.
2019-10-15 20:31:13 +11:00
Rico Sta. Cruz
46d700336f
Merge pull request #1220 from mtking2/bash-cheatsheet
...
Update bash.md
2019-10-15 20:30:10 +11:00
Rico Sta. Cruz
7bc7228728
Fix extra fences
2019-10-15 20:30:00 +11:00
Rico Sta. Cruz
23274c85e9
Merge pull request #1219 from amiraliakbari/patch-1
...
Corrected links to Ansible documentation
2019-10-15 20:29:12 +11:00
Rico Sta. Cruz
5f56569a11
Merge pull request #1227 from Roei-Bracha/patch-1
...
add some clean up commends
2019-10-15 20:27:51 +11:00