Commit Graph

1509 Commits

Author SHA1 Message Date
Michael Gutman
bc13bc03bb Added second example 2017-12-24 01:48:04 -05:00
Michael Gutman
fb6b512db0 Fixed styling 2017-12-24 01:36:12 -05:00
Michael Gutman
a038e12505 ADD: negate.md 2017-12-24 01:28:52 -05:00
Travis CI
7dee250830 Travis build: 215 2017-12-23 22:05:28 +00:00
Angelos Chalaris
58cce7f29d Merge pull request #321 from Chalarangelo/Chalarangelo-snakeCase
[FEATURE] Add toSnakeCase
2017-12-24 00:01:46 +02:00
Angelos Chalaris
b192110db3 Merge pull request #334 from Chalarangelo/fejes713-clipboard
[FEATURE] Add copy to clipboard functionality
2017-12-23 23:43:36 +02:00
Travis CI
e927d63cb9 Travis build: 211 2017-12-23 21:41:50 +00:00
Angelos Chalaris
454189be58 Tags 2017-12-23 23:39:57 +02:00
Travis CI
85c227d5cd Travis build: 209 2017-12-23 19:13:32 +00:00
David Wu
d057e9c43c Merge pull request #332 from kriadmin/master
ADD: toKebabCase.md and repeatString.md
2017-12-23 20:11:34 +01:00
Pl4gue
36c4af2cae rebuild 2017-12-23 17:37:47 +01:00
Pl4gue
3ee84679c7 Fix trailing empty lines 2017-12-23 17:34:49 +01:00
Pl4gue
c12f2c7c7a Delete unnecessary js file 2017-12-23 17:34:39 +01:00
Pl4gue
a536f2a67d Delete unnecessary js file 2017-12-23 17:34:12 +01:00
Pl4gue
5e78f55020 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into fejes713-clipboard 2017-12-23 16:50:15 +01:00
David Wu
cc188954a0 Merge pull request #328 from Pl4gue/web-searchbar
[FIX: #327][WEB] Last category doesn't disappear if empty
2017-12-23 16:22:27 +01:00
Stefan Feješ
c4d4691c2c build webber 2017-12-23 16:11:17 +01:00
David Wu
bf613ac86c Update toKebabCase.md 2017-12-23 16:10:56 +01:00
David Wu
f0d899b6c8 Update repeatString.md 2017-12-23 16:02:20 +01:00
Stefan Feješ
e40dd76757 add copy to clipboard functionality 2017-12-23 16:00:07 +01:00
David Wu
546ce67fe8 Update repeatString.md 2017-12-23 15:59:44 +01:00
Pl4gue
7ba2530a96 Merge branch 'web-searchbar' of https://github.com/Pl4gue/30-seconds-of-code 2017-12-23 15:52:33 +01:00
Pl4gue
c5a4c161ad build 2017-12-23 15:52:11 +01:00
Pl4gue
64e3de3659 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into web-searchbar 2017-12-23 15:50:16 +01:00
Pl4gue
01dad0d418 optimize search & hiding category headers 2017-12-23 15:48:20 +01:00
Pl4gue
994ef65950 Shorten js 2017-12-23 15:39:38 +01:00
Stefan Feješ
85204a2f8f add strip comment 2017-12-23 15:31:52 +01:00
Stefan Feješ
5c33ce5a1e add buttons and eventListeners 2017-12-23 15:19:41 +01:00
Rohit Tanwar
18d8d03110 add repeatString 2017-12-23 18:53:41 +05:30
Rohit Tanwar
0a1eebcda5 add toKebabCase 2017-12-23 18:45:16 +05:30
David Narbutovich
83fb2c523a Bad example👎
The slice function can take the negative negative value of the second agrimement
2017-12-23 14:00:04 +03:00
Travis CI
2446be2556 Travis build: 187 2017-12-23 10:22:50 +00:00
Angelos Chalaris
3ebce1453f Tagged 2017-12-23 12:20:50 +02:00
Angelos Chalaris
ef03081cb2 Merge pull request #317 from kriadmin/master
[FEATURE] Add two snippets fibsTillNum and fibonacciTillNum
2017-12-23 12:19:41 +02:00
Angelos Chalaris
37efcc7753 Update and rename fibsTillNum.md to fibonacciCountUntilNum.md 2017-12-23 12:13:21 +02:00
Angelos Chalaris
e0f49dffa0 Update and rename fibonacciTillNum.md to fibonacciUntilNum.md 2017-12-23 12:11:31 +02:00
Travis CI
54e56b32fc Travis build: 182 2017-12-23 10:07:07 +00:00
Angelos Chalaris
2856324c85 Merge pull request #330 from Lucky4/fix-syntax
[FIX: #330][SNIPPETS] snippets arrayLcm part syntax
2017-12-23 12:05:25 +02:00
Travis CI
04162459b1 Travis build: 180 2017-12-23 10:04:21 +00:00
Angelos Chalaris
9693dd5908 Merge pull request #329 from skatcat31/update/flatten
[UPDATE] Flatten updated to use ES6 spread
2017-12-23 12:02:38 +02:00
Travis CI
4b13e2ebb0 Travis build: 177 2017-12-23 10:02:06 +00:00
Angelos Chalaris
74e674aa52 Update flatten.md 2017-12-23 12:00:38 +02:00
Travis CI
1d3c14c42d Travis build: 176 2017-12-23 10:00:24 +00:00
Angelos Chalaris
48e65910f9 Fixed multiple spaces/hyphens/underscores 2017-12-23 11:58:41 +02:00
Travis CI
4f1508ce15 Travis build: 173 2017-12-23 09:54:05 +00:00
Angelos Chalaris
bfd242d5e3 Updated linter, linted scripts 2017-12-23 11:52:07 +02:00
Angelos Chalaris
2f152e9fad Fixed code fonts in websites 2017-12-23 11:39:20 +02:00
Rohit
bcfb3fd0b2 remove toKebabCase 2017-12-23 08:52:08 +05:30
Robert Mennell
d9be9ce0b7 Fix the description to be a bit more proper 2017-12-22 18:54:23 -08:00
Robert Mennell
f9441f45bb [UPDATE] Flatten updated to use ES6 spread 2017-12-22 18:51:43 -08:00