1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-29 19:00:47 +00:00
Commit Graph

65 Commits

Author SHA1 Message Date
Thang Vo
a6ff7b33d1 Add PM2 cheat sheet + various additions 2020-09-21 17:06:46 +07:00
Kasra Bigdeli
571dedea7f
Fixed typo 2020-09-02 22:31:26 -04:00
zekinah
08af064a39 Adds Declaring and Sorting Array in PHP 2020-07-01 17:55:22 -07:00
nswinson
c2295bf7e4
Update bash.sh 2020-06-20 10:45:05 -06:00
nswinson
fbbaaa6f0a
Update bash.sh 2020-06-20 10:05:40 -06:00
Jason Shearer
ef7aab4ab8
Fixed typo 2020-06-18 16:01:49 -07:00
Yuriy Novostavskyy
09145624f5 fixed typo (thanks @neexite) 2020-04-11 17:21:08 +03:00
Yuriy Novostavskyy
7546157094 additional collor added 2020-04-11 15:21:27 +03:00
yurnov
494adccb87
Colors and test effect added
added codes and examples of how to use colors, bolds, and effects
2020-04-11 14:54:51 +03:00
Yoko Lau
026729934f
Update bash.sh 2020-03-24 19:46:33 +08:00
Jan Stümmel
e28a4a9cec
Fix php cheatsheet, for loop
iterates over all values, not just n-1 values
2020-01-21 18:57:12 +01:00
Julien Le Coupanec
393164662c
Merge pull request #76 from tintinsnowy/master
XML cheat sheet
2019-11-17 17:37:12 +01:00
Alexound
6fe0435c77 Keep working on 'bash' cheetsheet.
Minor corrections.
2019-10-24 12:02:15 +04:00
Alexound
aa8b4efb86 Fixed tabs and spaces. 2019-10-24 11:52:27 +04:00
Alexound
d2c01dccd4 Fixed and improved SHORTCUTS module.
Now it's 'SHORTCUTS and HISTORY'.
2019-10-24 11:41:37 +04:00
Julien Le Coupanec
03581585cf docs(bash): align comments 2019-10-12 12:42:32 +02:00
Amaury Souza
a552f052d1
Update bash.sh 2019-10-11 22:12:09 -03:00
Arkadius Jonczek
12e5e7747e add trait example to php language 2019-09-13 23:26:53 +02:00
Sudhakar R
75058411bb
Fixing a missed spacing 2019-08-29 15:50:13 +05:30
Antonio Riccio
1dfacb674a Corrected the bash cheatsheet
- modified the condition to verify if two values are identical
2019-08-01 11:06:56 +01:00
Sherry Yang
a54791651f XML cheat sheet
Add first part of XML cheat sheet to the repository
2019-03-05 15:25:54 +01:00
Julien LE COUPANEC
d02b880d4a Move C# to languages 2018-08-08 16:57:15 +01:00
Julien Le Coupanec
7c78a91d7f
Merge pull request #39 from raulvillora/master
Create C.txt
2018-06-28 13:09:55 +01:00
Julien Le Coupanec
e560ca4a1c
Merge pull request #49 from kobus1998/master
Update PHP
2018-06-28 13:04:42 +01:00
kobus
38957bd2be Merge branch 'master' of https://github.com/LeCoupa/awesome-cheatsheets
Merge
2018-04-20 10:00:58 +02:00
kobus
69684835b3 Spelling 2018-04-20 09:59:53 +02:00
kobus
44e9641f78 Die at start of file 2018-04-20 09:59:34 +02:00
kobus
6482a577f5 Printing 2018-04-20 09:58:57 +02:00
kobus
d97ae72eba Ways of looping 2018-04-20 09:58:36 +02:00
kobus
cc19e07269 Add link 2018-04-20 09:34:02 +02:00
kobus
5429e1d64a PHP Globals 2018-04-20 09:32:20 +02:00
Stephane Moreau
d5fc4fceb5 keep the javascript cheatsheet into one single file 2018-04-20 00:05:42 +01:00
Stephane Moreau
40ea7c3283 typo 2018-04-14 01:22:33 +01:00
Stephane Moreau
98fe3cd912 objects addition in js language 2018-04-14 01:11:26 +01:00
Stephane Moreau
0bc06946bb change file structure and edit readme 2018-04-14 00:09:02 +01:00
raulvillora
164c13f813
Create C.txt
Brief summary of C
2018-03-14 15:39:28 +01:00
Keith Smiley
6265188ee4
Fix bash flag typo
This had `-r` twice, but this one should be `-s`
2018-03-10 18:16:31 -08:00
Julien Le Coupanec
8cc75917df README: add HTML5 2018-02-28 10:49:54 -08:00
Julien Le Coupanec
54f4bb9e1f HTML: improve formatting 2018-02-28 10:47:10 -08:00
Rajat Patel
07ddc8414a ADD New HTML5 Cheatsheet 2018-02-28 11:14:10 +05:30
Oliver Kopp
ab0940a4bf
Add awesome ALT commands 2018-02-20 11:05:28 +01:00
Julien Le Coupanec
5615c4ca85
Merge branch 'master' into patch-1 2018-02-11 20:34:08 +01:00
Vitaly Bagno
2ef26d3c39
Update bash.sh 2018-02-11 21:02:37 +02:00
Julien Le Coupanec
9a6984369d PHP: improve formating 2018-02-11 19:39:44 +01:00
Julien Le Coupanec
16619f2e28
Merge pull request #17 from kobus1998/master
A start for PHP
2018-02-11 19:36:53 +01:00
Julien Le Coupanec
23877a3c82
Merge pull request #21 from 59023g/patch-1
BUG: bash.sh: array(val val val) -> array=(val val val)
2018-02-11 19:35:32 +01:00
Michael Pierce
9a04ba0ef4
bash.sh: array(val val val) -> array=(val val val) 2018-02-10 12:22:42 -08:00
Kobus
928f739577 php oop 2018-02-07 22:53:08 +01:00
Martin Joly
f31fdaaf1b
Update bash.sh 2018-02-06 15:16:09 +01:00
WH
ba3551ccf1 Added Array.prototype in languages/javascript.js 2018-02-06 12:32:07 +05:00