Commit Graph

1995 Commits

Author SHA1 Message Date
Ty Mick e7f7e28b5a Remove duplicate MIT license line from Badges 2020-06-10 16:34:46 -04:00
Rendy Wijaya ec4b0cf9bd
fix command First-time setup docker 2020-06-09 13:11:18 +07:00
Adebola 9254692750
Update jest.md
Update jest.md to include optional flags.
2020-06-08 12:09:27 +01:00
Dan Trickey 20e0fac85b
Use example.com instead of service.com
service.com is a real domain name, and could potentially have a real API on api.service.com

example.com is specifically reserved by IANA and thus will never have an API on it. It is designated to be used in scenarios like this. See RFC 2606 for more information.
2020-06-06 16:50:40 +01:00
Michael Hoffert ee079ad300
Adding reference to whereNotIn 2020-06-03 07:51:11 -06:00
Michael Fasani 9827f09f5c
Small improvement
Rearranged so that `Immutable` is above `Mutative` in both examples.
2020-05-28 23:16:42 +02:00
Isaac Cerda ef43970680
Add brew upgrade to Global commands
brew upgrade to Upgrade all packages
2020-05-27 16:53:00 -05:00
Douglas Beal 59d47b33a3
Add %tag=value query 2020-05-23 20:18:17 -07:00
Deepak Nayan 734e13c744
Delete current buffer
File will remain intact.
2020-05-22 02:57:26 +05:30
Riadh Bch 574355b794
f string fix 2020-05-16 00:48:21 +02:00
Riadh Bch efd0a4590a
Correction of small typing errors
There was some minor mistakes  in the file manipulation section, so I just rectified them.
2020-05-16 00:29:05 +02:00
MaxVerevkin 3973e58287 fix words section 2020-05-13 08:50:22 +03:00
Radeesh 9f6ea99c19
Added pm2 save 2020-05-08 09:39:43 -04:00
Mehran Poursadeghi d48d956a5a
Update makefile.md 2020-05-08 14:27:15 +04:30
Macvin 799ca9ef39
Update python.md 2020-05-06 11:08:18 +05:30
Jacob Herper 6da706b706
Added inline snapshots to Jest 2020-05-05 10:25:10 +01:00
Mark Thomson abf62e4868
findRight is actually findLast
Not sure if this was renamed at some point but there's no "findRight" in lodash, just findLast.

https://lodash.com/docs/4.17.15#findLast
2020-05-01 16:10:22 -07:00
Angus Hollands 0361fa173b
Update bash.md 2020-04-20 11:21:31 +01:00
Angus Hollands 7a2322761a Fix nullity checks for parameter expansion 2020-04-20 10:19:52 +00:00
not-a-patch 912afcd792
Update capybara.md
Capybara renamed click to click_on

From their history: 

Version 0.4.0.rc
Session#click has been renamed click_link_or_button and the old click has been deprecated

Version 0.4.1
New click_on alias for click_link_or_button, shorter yet unambiguous. [Jonas Nicklas]
2020-04-17 09:57:01 +01:00
TaylorPzreal 42df935e43
Update bash.md
Substring from the right should include __parentheses__
2020-04-07 08:45:15 +08:00
Rico Sta. Cruz cb4e03077f
Merge pull request #1400 from srph/patch-1
React Hooks: Add deps to useEffect
2020-04-04 10:19:15 +11:00
Kier Borromeo a652d427eb
Add deps to useEffect 2020-04-04 04:54:30 +08:00
Rajinder Yadav 3d839093e9
Correct conditions, removed superfluous brackets 2020-04-01 07:44:50 -04:00
Dima 455decd2c4
css-flexbox.md
added more container alignment options
2020-03-24 16:47:45 +02:00
zavre-c a6fb6f3a26
Added new() to get pointer
Added function implementation of new() for getting a pointer.
2020-03-24 18:31:35 +05:30
Fidel Torres 47356a2e6a
Update html-meta.md
Updated broken link for twitter cards docs
2020-03-20 04:35:03 +11:00
zhumengu ef9f00aa5c parent directory example 2020-03-14 15:08:20 +08:00
knw257 69ebb03cca
Added [:print:] class to character classes 2020-03-10 11:28:27 -04:00
Hsieh Chin Fan 81eb884b74
Update curl.md
Add example for how to check if a remote resource is available
2020-03-09 11:25:51 +08:00
Maz Jaleel 3f2d48a756
Add --cvs-exclude flag docs 2020-03-05 14:03:52 +03:00
Rico Sta. Cruz 447de944e4
Merge pull request #1176 from saulmestanza/patch-1
Update phoenix-migrations.md
2020-02-23 20:38:01 +11:00
Rico Sta. Cruz 0c7e52aafc
Merge pull request #1366 from tommic/patch-1
Adding command to update autoloader files
2020-02-23 20:37:45 +11:00
Rico Sta. Cruz a2019a2aa1
Update composer.md 2020-02-23 20:37:33 +11:00
Rico Sta. Cruz 9c8df067e5
Merge pull request #1316 from johnramsden/master
Fix: Use room and remove user from gitter room link
2020-02-23 20:35:45 +11:00
Rico Sta. Cruz ded62323ec
Merge pull request #1363 from aarti/patch-1
[YAML]: Add Reference content
2020-02-23 20:35:22 +11:00
Rico Sta. Cruz 132babca6e
Update yaml.md 2020-02-23 20:34:51 +11:00
Rico Sta. Cruz ebd538f1f6
Merge pull request #1365 from ivorscott/patch-1
Display -i, --include
2020-02-23 20:33:52 +11:00
Rico Sta. Cruz ecf5282f1f
Merge pull request #1367 from a-b/patch-1
Add bash $_ last argument of the previous command
2020-02-23 20:32:59 +11:00
Rico Sta. Cruz 1caa08f0ca
Merge pull request #1368 from Qwerty-Space/patch-2
Command to convert newlines from Windows to Unix
2020-02-23 20:32:46 +11:00
Rico Sta. Cruz d8b2a29afa
Update vim.md 2020-02-23 20:32:37 +11:00
Qwerty-Space 9ba6e49d36
Command to convert newlines from Windows to Unix 2020-02-21 23:10:35 +00:00
Alexander Berezovsky d0da7addd5
Add bash $_ last argument of the previous command 2020-02-20 12:11:57 -08:00
tommic 187fc495d3
Adding command to update autoloader files 2020-02-20 18:20:47 +01:00
Ivor Scott 4570737d5c
Display -i, --include
Include the HTTP-header in the output
2020-02-18 19:25:39 +01:00
aarti cf52d5d7e3
Add Reference content 2020-02-17 15:13:10 -08:00
Rico Sta. Cruz b5cd93a09f
Merge pull request #1163 from ZhdanovMV/patch-1
Update phoenix-migrations.md
2020-02-13 22:02:14 +11:00
Rico Sta. Cruz 2b6aeb322c
Merge pull request #1164 from A1RO/A1RO-patch-1
Swap "Previous/next end of word" shortcuts in vim.md
2020-02-13 22:01:56 +11:00
Rico Sta. Cruz 925abb960b
Merge pull request #1256 from glazec/patch-1
fix docker bug when building development environment
2020-02-13 22:01:36 +11:00
Rico Sta. Cruz 9490cf3adf
Merge pull request #1319 from filipve1994/patch-1
Update git-branch.md
2020-02-13 21:52:45 +11:00