Arjun Mahishi
|
77a6f93c27
|
fixed typo
|
2017-12-24 18:11:19 +05:30 |
|
Arjun Mahishi
|
f1ca6a6ffa
|
Fixed indentation
|
2017-12-24 18:10:36 +05:30 |
|
Arjun Mahishi
|
e38d213bbf
|
Snippet to generate a random color code
|
2017-12-24 18:09:21 +05:30 |
|
Angelos Chalaris
|
e44b433693
|
Merge pull request #331 from retyui/patch-1
[ENHANCEMENT] dropRight bad example 👎
|
2017-12-24 14:15:46 +02:00 |
|
Angelos Chalaris
|
b1adedfbea
|
Update dropRight.md
|
2017-12-24 14:11:30 +02:00 |
|
Angelos Chalaris
|
c20f064e99
|
Merge pull request #338 from arjunmahishi/device
Snippet to detect device type
|
2017-12-24 13:57:55 +02:00 |
|
Angelos Chalaris
|
143c1c1c66
|
Merge pull request #339 from lvzhenbang/patch-1
[bug] useage: change Array.slice() for String.slice()
|
2017-12-24 13:51:29 +02:00 |
|
Angelos Chalaris
|
6ca563fcea
|
Update detectDeviceType.md
|
2017-12-24 13:49:11 +02:00 |
|
Angelos Chalaris
|
d158c61b7b
|
Update negate.md
|
2017-12-24 13:44:04 +02:00 |
|
lvzhenbang
|
0afd7a8777
|
[bug] change Array.slice() for String.slice()
useage: Array.slice() should be changed to String.slice()
|
2017-12-24 17:50:24 +08:00 |
|
Arjun Mahishi
|
3af61ce755
|
Fixed typo and added examples
|
2017-12-24 13:10:31 +05:30 |
|
Arjun Mahishi
|
4b339020b0
|
Snippet to detect device type
|
2017-12-24 13:09:23 +05:30 |
|
Michael Gutman
|
353c05904e
|
Added second example
|
2017-12-24 01:48:04 -05:00 |
|
Michael Gutman
|
552830dea2
|
Fixed styling
|
2017-12-24 01:36:12 -05:00 |
|
Michael Gutman
|
175e127ab5
|
ADD: negate.md
|
2017-12-24 01:28:52 -05:00 |
|
Angelos Chalaris
|
340f3d1f91
|
Merge pull request #321 from Chalarangelo/Chalarangelo-snakeCase
[FEATURE] Add toSnakeCase
|
2017-12-24 00:01:46 +02:00 |
|
David Wu
|
bb2e544011
|
Merge pull request #332 from kriadmin/master
ADD: toKebabCase.md and repeatString.md
|
2017-12-23 20:11:34 +01:00 |
|
myapos
|
b988185275
|
minor changes in info description
|
2017-12-23 17:25:08 +02:00 |
|
David Wu
|
80faa07640
|
Update toKebabCase.md
|
2017-12-23 16:10:56 +01:00 |
|
David Wu
|
4281d0b8b5
|
Update repeatString.md
|
2017-12-23 16:02:20 +01:00 |
|
David Wu
|
401fd73dc6
|
Update repeatString.md
|
2017-12-23 15:59:44 +01:00 |
|
myapos
|
1af57a3b61
|
Explained with more details methods and techniques that are used, usage example with inline input and output data, modified snippet code to be compliant with guidelines
|
2017-12-23 16:57:49 +02:00 |
|
Rohit Tanwar
|
7bce20a457
|
add repeatString
|
2017-12-23 18:53:41 +05:30 |
|
Rohit Tanwar
|
887f0e6bd4
|
add toKebabCase
|
2017-12-23 18:45:16 +05:30 |
|
David Narbutovich
|
c816ce85ce
|
Bad example👎
The slice function can take the negative negative value of the second agrimement
|
2017-12-23 14:00:04 +03:00 |
|
Angelos Chalaris
|
eb7cff9fff
|
Merge pull request #317 from kriadmin/master
[FEATURE] Add two snippets fibsTillNum and fibonacciTillNum
|
2017-12-23 12:19:41 +02:00 |
|
Angelos Chalaris
|
99b5fce9c7
|
Update and rename fibsTillNum.md to fibonacciCountUntilNum.md
|
2017-12-23 12:13:21 +02:00 |
|
Angelos Chalaris
|
052407cbeb
|
Update and rename fibonacciTillNum.md to fibonacciUntilNum.md
|
2017-12-23 12:11:31 +02:00 |
|
Angelos Chalaris
|
9dadcfc888
|
Merge pull request #330 from Lucky4/fix-syntax
[FIX: #330][SNIPPETS] snippets arrayLcm part syntax
|
2017-12-23 12:05:25 +02:00 |
|
Angelos Chalaris
|
9356cd5494
|
Merge pull request #329 from skatcat31/update/flatten
[UPDATE] Flatten updated to use ES6 spread
|
2017-12-23 12:02:38 +02:00 |
|
Angelos Chalaris
|
0108f8859d
|
Update flatten.md
|
2017-12-23 12:00:38 +02:00 |
|
Angelos Chalaris
|
131be0e182
|
Fixed multiple spaces/hyphens/underscores
|
2017-12-23 11:58:41 +02:00 |
|
Angelos Chalaris
|
8caafdf1d9
|
Updated linter, linted scripts
|
2017-12-23 11:52:07 +02:00 |
|
Rohit
|
c5ca1393b8
|
remove toKebabCase
|
2017-12-23 08:52:08 +05:30 |
|
Robert Mennell
|
ebb58195d8
|
Fix the description to be a bit more proper
|
2017-12-22 18:54:23 -08:00 |
|
Robert Mennell
|
b76e9ba0bc
|
[UPDATE] Flatten updated to use ES6 spread
|
2017-12-22 18:51:43 -08:00 |
|
lucky4
|
eb74d317e8
|
fix snippets/arrayLcm part syntax
|
2017-12-23 08:19:04 +08:00 |
|
Selim Ajimi
|
4b0bc342c1
|
Fix typos in spaces
Fix typo to fit the context
Fix typo add space
Fix small typo
Fix small typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Update tail.md
Fix typo
Fix small typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix small typo
Fix typo
Fix small typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
Fix typo
|
2017-12-22 23:48:42 +01:00 |
|
Robert Mennell
|
117b2aed30
|
[FEATURE] add call snippet (#309)
|
2017-12-22 23:48:41 +01:00 |
|
Selim Ajimi
|
b3b97a0594
|
Fix small typo
|
2017-12-22 21:31:22 +01:00 |
|
Angelos Chalaris
|
1041160dc2
|
Merge pull request #308 from skatcat31/feature/adapters/collectInto
[FEATURE] add collectInto snippet
|
2017-12-22 20:19:29 +02:00 |
|
Robert Mennell
|
d65ac02af8
|
Update collectInto.md
|
2017-12-22 10:00:02 -08:00 |
|
Elder Henrique Souza
|
9a23fc7420
|
fixed issue described in pull request
checks if the uppercase charcater is preceded by another character
|
2017-12-22 15:55:58 -02:00 |
|
Soorena
|
83f9efb7cb
|
Update toDecimalMark.md
|
2017-12-22 20:56:08 +03:30 |
|
Rohit Tanwar
|
56455d6d0e
|
Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code
|
2017-12-22 22:50:32 +05:30 |
|
Rohit Tanwar
|
8328472d34
|
Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code
|
2017-12-22 22:49:21 +05:30 |
|
Rohit Tanwar
|
7d5ca201ed
|
Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-code
|
2017-12-22 22:46:00 +05:30 |
|
Rohit Tanwar
|
74d043b867
|
add snippet toKebabCase
|
2017-12-22 22:44:51 +05:30 |
|
Angelos Chalaris
|
cab9b9fefe
|
Add toSnakeCase
|
2017-12-22 18:13:22 +02:00 |
|
Soorena
|
ef7c7bc650
|
Update toDecimalMark.md
|
2017-12-22 19:01:24 +03:30 |
|