Commit Graph

78 Commits

Author SHA1 Message Date
Julien Le Coupanec 22613b2185 Fix issue with folders 2018-02-06 02:10:51 +00:00
Julien Le Coupanec 34124c1731 Reorganizing the repository 2018-02-06 02:09:12 +00:00
Julien Le Coupanec 450f2db40b
Merge pull request #8 from LeCoupa/add-license-1
Create LICENSE
2018-02-06 01:55:36 +00:00
Julien Le Coupanec 0f941d5534
Create LICENSE 2018-02-06 01:55:21 +00:00
Julien Le Coupanec d20f3f8118 Update README.md 2018-02-06 01:52:11 +00:00
Julien Le Coupanec 278aa31c11 Vim: Update cheatsheet 2018-02-06 01:48:56 +00:00
Julien Le Coupanec 54a5df7c84 Vim: cheatsheet reorganization 2018-02-06 01:43:12 +00:00
Julien Le Coupanec 9014e77b04 Update README.md 2018-02-05 23:49:49 +00:00
Julien Le Coupanec 5ca2ac5b5d
Merge pull request #5 from lucifer069/patch-1
Cheatsheet for Vim
2018-02-05 23:35:03 +00:00
Prateek Kalra 3b95bd4319
Rename vim.js to vim.txt 2018-02-06 00:43:25 +05:30
Julien Le Coupanec 0d8e5eb628
Merge pull request #6 from ckreusser/master
Updated contributions grammar for easy reading.
2018-02-05 17:51:59 +00:00
Calvin Kreusser 365c219df2 Updated contributions grammar for easy reading. 2018-02-05 09:56:17 -07:00
Prateek Kalra 66fafbcf09
Cheatsheet for Vim 2018-02-05 19:23:56 +05:30
Julien Le Coupanec 1b35284c09 Update README.md 2018-02-04 23:05:00 +00:00
Julien Le Coupanec aed6bb63b6 Feathers: methods for channels 2018-02-04 20:01:13 +00:00
Julien Le Coupanec 0bd368ff75 Merge branch 'master' of github.com:LeCoupa/awesome-cheatsheets 2018-02-04 17:45:20 +00:00
Julien Le Coupanec a27ab16eb9 Feathers: event listeners 2018-02-04 17:45:17 +00:00
Julien Le Coupanec 0f21201295
Merge pull request #4 from beardedtim/patch-1
Modify description of `utils.promisify`
2018-02-04 17:30:17 +00:00
Tim Roberts 27c5b74667
Modify description of `utils.promisify`
This PR modifies the description of `utils.promisify` in order to more clearly explain what this function takes as an argument.
2018-02-04 11:00:57 -06:00
Julien Le Coupanec 1b7838f0e6
Merge pull request #3 from ss18/awesome-changes
Awesome changes
2018-02-04 16:29:36 +00:00
Semen Zhydenko bdde87d6af occured -> occurred 2018-02-04 17:20:34 +01:00
Semen Zhydenko 22e0b5b399 occurence -> occurrence 2018-02-04 17:20:06 +01:00
Semen Zhydenko 71d9b7be01 occurences -> occurrences 2018-02-04 17:19:44 +01:00
Semen Zhydenko 00697934e9 interupt -> interrupt 2018-02-04 17:19:09 +01:00
Semen Zhydenko 5db2e1fd4d funtion -> function 2018-02-04 17:18:44 +01:00
Julien Le Coupanec 2cd1e38b0e Feathers.js: Hook functions 2018-02-04 16:09:52 +00:00
Julien Le Coupanec caaa62d139 Node: add util.promisify 2018-02-04 15:44:46 +00:00
Julien Le Coupanec dc306a3364 Bash: Fix issue with $websites 2018-02-04 14:12:03 +00:00
Julien Le Coupanec c368ad3b06 Bash: updates 2018-02-04 13:08:13 +00:00
Julien Le Coupanec 1c56375806
Merge pull request #2 from 004413/patch-1
Bash: Fix a typo
2018-02-04 02:18:07 +00:00
Ray Hua Wu cec31441e7
fix a typo 2018-02-03 20:35:26 -05:00
Julien Le Coupanec 0892c8d365 Bash: fix mistake with for in 2018-02-03 20:24:28 +00:00
Julien Le Coupanec d05ed80faa Bash: use vim instead of emacs 2018-02-03 20:14:25 +00:00
Julien Le Coupanec 745643557b Node: buffer.from() instead of new Buffer(array) 2018-02-03 20:11:29 +00:00
Julien Le Coupanec 18d68e86a3 NodeJS: replace with Math.PI instead of 3.14 2018-02-03 20:06:39 +00:00
Julien Le Coupanec a4e4b2fff5 Bash: operators need spaces around them 2018-02-03 20:02:01 +00:00
Julien Le Coupanec 1b63ec86e7 Update README.md 2018-02-03 16:57:56 +00:00
Julien Le Coupanec 012b11138a Feathers: Service API 2018-02-03 15:47:02 +00:00
Julien Le Coupanec 892f04f1ab Feathers: application object api methods 2018-02-03 14:40:18 +00:00
Julien Le Coupanec 88879d285c Update README.md 2018-02-03 02:13:56 +00:00
Julien Le Coupanec de879e3f10 Initializing FeatherJS cheatsheet 2018-02-03 02:13:16 +00:00
Julien Le Coupanec 87657c1c4b
Merge pull request #1 from stephan-nordnes-eriksen/patch-1
incorrect GETRANGE description
2018-01-27 00:07:03 +00:00
Stephan Nordnes Eriksen 360b734404
incorrect GETRANGE description
https://redis.io/commands/getrange

It seems the GETRANGE description is incorrect. Updated for correctness.

Perhaps the longer description is better; `# get substring of the value stored in key, determined by the offsets start and end (both are inclusive).`
2018-01-26 08:51:10 +01:00
Julien Le Coupanec fd83adda70 Final VueJS Cheatsheet 2017-12-02 00:46:12 +01:00
Julien Le Coupanec 9b88a9d406 Vue: options misc 2017-12-02 00:36:30 +01:00
Julien Le Coupanec d31a41c683 Vue: options / assets 2017-12-01 23:51:23 +01:00
Julien Le Coupanec d43e737e1b Vue: special attributes 2017-12-01 23:18:02 +01:00
Julien Le Coupanec 848911f5bc Vue: directives 2017-12-01 15:36:30 +01:00
Julien Le Coupanec 4b0da67c73 Vue: lifecycle instance methods 2017-12-01 13:48:35 +01:00
Julien Le Coupanec b04042f56a Vue: instance methods events 2017-12-01 13:38:05 +01:00