Commit Graph

2127 Commits

Author SHA1 Message Date
Rico Sta. Cruz 58232cc505
Bump runtime versions (Node.js v18) (#1900) 2022-11-01 14:08:12 +11:00
Léni Marvaud 0a6785c3f1
Add Healthcheck cheatsheet (#1892) 2022-11-01 13:26:22 +11:00
original-taste 09d5779281
added capturing group reference term (#1896) 2022-10-30 23:27:48 +11:00
tripleee 271e0b7c5d
bash.md: update with best practices (#1897) 2022-10-30 22:55:55 +11:00
JonghwanWon 6999e947cb
Update typescript.md (#1863) 2022-10-27 13:23:21 +11:00
Ellie Tam fac4d1e60b
Update kotlin.md (#1885) 2022-10-05 13:27:04 +11:00
whincwu 288baef931
Update mysql.md (#1879) 2022-09-14 13:08:20 +10:00
disksing d8fb4189fd
Improve indent (#1874) 2022-09-14 13:07:57 +10:00
Rico Sta. Cruz 3cd65f1974
Update environment versions 2022-09-14 13:02:26 +10:00
Saravanakumar J 5fb0ab2a68
Added few methods to JS Array (#1865) 2022-08-12 07:41:13 +10:00
Loïc Doubinine 68758d5b26
Add tar cheatsheet (#1870)
Co-authored-by: Zed <zed@riper.fr>
2022-08-12 07:40:12 +10:00
Nicolas Zagulajew e02473bcb5
add ${PIPESTATUS[c]} special var (#1800)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-07-07 23:09:23 +10:00
throny d62209edf3
Added restart policy to other options (#1831)
* restart policy

* Update formatting

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-07-07 23:07:08 +10:00
Cayley Humphries 14068e6c4a
Add @async to JSDoc `Other keywords` section (#1819)
Async is so prevalent these days, felt like it was important to include in a cheatsheet.
2022-07-07 23:03:37 +10:00
tew 05b5e05d09
Added link to Introduction section (#1854)
Added Bash Hackers Wiki link to the Introduction section, as this is just as useful as the other two.
2022-07-07 22:57:06 +10:00
Zack Grannan 3a367c969c
Update git-log-format.md (#1853)
In date formatting: `rfc2822` should be `rfc2822`
2022-07-07 22:55:40 +10:00
Raigorx Hellscream 955bc18ead
fix react confusion Fragments don't require keys! (#1847)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-06-13 10:25:10 +10:00
Konstantin Komelin 34e7fe3d3c
Removed unnecessary dot from the require-dev command (#1842) 2022-06-09 15:42:38 +10:00
OmegaSquad82 5b68e050e0
Add usage of strict shell (#1841)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-06-09 12:11:24 +10:00
sontru b50655f6dc
Update top.md (#1837) 2022-06-03 18:10:34 +10:00
Ben Adrian Sarmiento 994a66d843
Fix back button showing up on home (#1835) 2022-05-21 10:04:40 +10:00
jaw3l b86ebd8968
Updated docker-compose.md (#1827) 2022-05-20 12:43:57 +10:00
Christophe Bliard e7d44f5f8c
Update rdoc.md (#1832)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-05-19 22:58:57 +10:00
Julio Jordán f142dce3f3
Fix typo (#1834) 2022-05-19 22:57:35 +10:00
Rico Sta. Cruz 689e6a5e69
Update rdoc.md 2022-05-18 15:48:54 +10:00
Mariusz Michalowski 484fba606f
Added new resources (#1823) 2022-05-08 08:08:26 +10:00
Rico Sta. Cruz 8b42b199dd
Update mako.md 2022-05-06 15:33:50 +10:00
hydrargyrum 685ac707b0
jinja: fix typo in front-matter (#1825) 2022-05-06 15:33:36 +10:00
Mike Harrison 1c43d9feb4
Add Logical Or example to RSpec (#1554)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-04-07 11:23:56 +10:00
akshay cd27a164b3
Update heroku.md (#1807)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-04-06 20:36:55 +10:00
TimetravelerDD 2060d12b1d
Update top.md (#1604) 2022-04-04 22:14:34 +10:00
Dewald Swanepoel 5a312cd79e
Fixed bug in WaitGroup example (#1809) 2022-04-04 22:14:16 +10:00
whincwu 03a14640d7
update markdown (#1811)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-04-04 22:13:46 +10:00
Rico Sta. Cruz 95713890ce
Upgrade to Node v16 and new GitHub action steps (#1814) 2022-03-29 22:11:50 +11:00
Rico Sta. Cruz 3cbc5b1bcd
Update stimulus-reflex.md 2022-03-16 09:18:01 +11:00
verbatino 5a23b79e78
Add tr command to bash cheatsheet (#1802)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-03-13 22:08:22 +11:00
Luis Ezcurdia c84d4c1b97
RubyOnRails: Order ActiveRecord callbacks and add missing methods (#1789)
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
2022-02-21 10:37:42 +11:00
Jose Pradenas Navarro 301d6b07f5
Added @use rule (#1765)
* Added @use rule

The new @use rule has been added, and a warning has been given regarding the phasing out of @import.

* Fixed md from ``` to `
2022-02-14 22:17:06 +11:00
Rico Sta. Cruz 8a3d8c3449
Update fish.md (formatted from #1758) (#1764)
Co-authored-by: EmilySeville7cfg <EmilySeville7cf@gmail.com>
2021-12-23 09:29:34 +11:00
Sami Harju f5125bd1ec
Update bash.md (#1760) 2021-12-22 16:21:16 +11:00
Peter C. S. Scholtens c1741f6923
Update bash.md (#1757) 2021-12-15 09:36:19 +11:00
techie2000 3e380ef4a2
Added iPhone 12/13, and some Galaxy details (#1729) 2021-12-13 10:25:53 +11:00
kyleVsteger e5fcc03e3e
Elixir: Add `with` Example (#1731) 2021-12-13 10:25:41 +11:00
Lloric Mayuga Garcia 21c62b3729
Add composer outdated --direct (#1734) 2021-12-13 10:24:51 +11:00
Emily Grace Seville 8b6f889761
Fish shell page update (#1743) 2021-12-13 10:23:40 +11:00
Tomislav Gracin 0dae9e9f4d
Wrong range for TINYINT (#1753) 2021-12-13 10:23:19 +11:00
Gary Wang 03a4487e86
Correct the emphasis markup (#1747)
According to https://orgmode.org/manual/Emphasis-and-Monospace.html,
it should be =verbatim= and ~code~
2021-11-19 18:31:32 +11:00
guillem 6e34105043
Adds column names for transaction code and transaction notes. Fixes typo 'expneses'. (#1735) 2021-11-03 22:07:48 +11:00
Christopher Hopper b28b6527f3
Add special parameter $_ to bash cheatsheet (#1736) 2021-11-03 22:06:31 +11:00
xianlaioy 3bf1169205
GROUPBY Space required (#1737) 2021-11-03 22:05:54 +11:00