Commit Graph

1769 Commits

Author SHA1 Message Date
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
Joji Jacob 66b3324759
Merge pull request #1 from jojijacobk/jojijacobk-patch-1
Update npm.md
2019-11-04 17:34:58 +05:30
Joji Jacob 27d8585107
Update npm.md
Add few more npm options
2019-11-04 17:34:08 +05:30
Leonardo Silveira 58f0dad61d
fix tmux pane creations
tried on fedora 30 and mac os mojave (tmux from brew), horizontal pane are **C-b "** and vertical pane are **C-b %**
2019-10-30 22:22:04 -03:00
kolapsys b7510ac455 Update 'Anchors' in regexp basic cheatsheets 2019-10-24 15:28:41 +03:00
jessica 31fa66ce5d update css md 2019-10-22 22:24:51 +07:00
Yash Thakkar 5c0d96cbf4
Add ARG syntax in dockerfile.md
Add ARG syntax in dockerfile. https://docs.docker.com/engine/reference/builder/#arg
2019-10-20 12:08:13 +05:30
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
Rico Sta. Cruz 8820f58f31
Update docker.md 2019-10-15 20:27:06 +11:00
Rico Sta. Cruz 25a2090a84
Merge pull request #1231 from eheydrick/master
Update chef hints to be more modern
2019-10-15 20:24:42 +11:00
Rico Sta. Cruz df11d9ed8b
Update regexp.md 2019-10-15 20:24:15 +11:00
ashur1k 41babf9c07
Update regexp.md
Added patterns of groups.
2019-10-14 11:27:55 +03:00
Eric Heydrick a5490a0641 Update chef hints to be more modern 2019-10-09 12:44:58 -07:00
Roei c44a075f78
add some clean up commends 2019-10-08 11:18:25 +03:00
Michael King 452c07e78a update metadata 2019-10-04 17:27:26 -04:00
Michael King f1a7af534f update metadata 2019-10-04 17:26:14 -04:00
Michael King 8843c62e6d add the $0 special variable to bash.md 2019-10-02 11:27:23 -04:00
AmirAli Akbari bbe2b8c20d
Corrected links to Ansible documentation
The external links for inventory and playbook where displaced and needed to be swapped.
2019-10-02 16:30:51 +03:30
Michael King b879ad3316 add -atime, -ctime, and -mtime to find.md 2019-10-01 17:19:11 -04:00
Chandrajeet Maurya a001fdcc00
Add typedef shorthand in jsdoc 2019-10-01 12:29:36 +07:00
Charles 1ac4600426
Add `yarn init` to equivalences. 2019-09-30 15:08:39 +02:00
Rico Sta. Cruz 1e927dccfc Add GitHub workflow for auto-rebase 2019-09-25 19:03:47 +10:00
Rico Sta. Cruz f3b1d593e8
Update travis configuration (#1210)
Update travis configuration
2019-09-25 18:54:22 +10:00
Rico Sta. Cruz b0133fbe85
Publish frequently used Homebrew Cask commands (#1201)
Publish frequently used Homebrew Cask commands
2019-09-25 10:11:53 +10:00
Rico Sta. Cruz ccd9127c52
Update homebrew.md 2019-09-25 10:11:33 +10:00
Rico Sta. Cruz 74ba88e2da
Merge pull request #1205 from herschel666/patch-1
Add "Begins with" attribute selector to CSS sheet
2019-09-25 10:10:37 +10:00
Rico Sta. Cruz cfa6a1a08f Update travis configuration 2019-09-25 10:07:09 +10:00
Rico Sta. Cruz bc68aeea82
Merge pull request #1206 from nickycutesc/patch-5
Updating printf functions
2019-09-25 10:05:22 +10:00