c385cd66bf
Implemented suggesting improvements
2018-02-19 15:47:47 +02:00
66dca38bd0
Merge branch 'master' into lev-dist
2018-02-19 15:23:12 +02:00
20f6740039
Travis build: 1698 [cron]
2018-02-18 20:24:49 +00:00
daa44b7e2a
Merge pull request #592 from simov/stableSort
...
[FEATURE][ADD] Add stableSort function
2018-02-18 19:45:56 +02:00
f0eded53b5
Update stableSort.test.js
2018-02-18 19:45:24 +02:00
9bc5bd67c5
lev_dist
2018-02-18 20:05:13 +05:30
0a9c0a8540
Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into lev-dist
2018-02-18 19:55:09 +05:30
6c6503e8b1
Add missing semicolon
2018-02-18 11:23:43 +05:30
62f3e6dfef
Travis build: 1694 [cron]
2018-02-17 20:23:56 +00:00
23d9c23f4b
fix conflicts
2018-02-17 22:10:34 +05:30
84d5260583
add tests
2018-02-17 22:03:56 +05:30
0eda135fca
add fuzzySearch
2018-02-17 21:52:36 +05:30
31c3c6a6d2
Travis build: 1692 [cron]
2018-02-16 20:24:04 +00:00
b76b5469f9
Travis build: 1688 [custom]
2018-02-16 12:11:03 +00:00
105dfd342f
Codacy code quality improvements
2018-02-16 14:05:10 +02:00
f3b28ec4ff
Added remaining tests
2018-02-16 14:00:23 +02:00
e2acba21cb
Merge remote-tracking branch 'origin/master'
2018-02-16 13:44:26 +02:00
9cbdbe5656
Updated all, any, none
...
Merged them with their by counterparts.
2018-02-16 13:43:43 +02:00
85161f3e2d
Update randomHexColorCode.js
...
Add missing semicolon
2018-02-16 14:23:11 +05:30
324bd72a49
fix typo in average test
2018-02-16 14:10:55 +05:30
16547534d4
Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code
2018-02-16 14:10:25 +05:30
3fb6c6cc3e
Travis build: 1680 [cron]
2018-02-15 20:32:21 +00:00
162f5b18cc
Travis build: 1678 [cron]
2018-02-14 20:22:35 +00:00
190a0259b3
Merge branch 'master' into any-all-none
2018-02-14 13:21:33 +02:00
f26d3109a5
Add approximatelyEqual
2018-02-14 12:47:13 +02:00
60b8c06979
Add binomialCoefficient
2018-02-14 12:34:02 +02:00
ed5e4e3398
Add degreesToRads and radsToDegrees
2018-02-14 12:24:50 +02:00
de77807dc9
Add bifurcate, bifurcateBy
2018-02-14 12:13:07 +02:00
51c230fa70
Resolves Codacy quality test issue
2018-02-14 11:58:12 +02:00
5612671121
Add uncurry
2018-02-14 11:56:44 +02:00
dd9bbaac65
Add any, anyBy, all, allBy, none, noneBy
2018-02-14 11:46:15 +02:00
096fa381f0
Travis build: 1659 [cron]
2018-02-13 20:22:19 +00:00
46efdf1bc0
add all missing semi colons
2018-02-12 22:47:17 -05:00
648ec56459
ran npm run tester generate js test files and refactored permuteAll
2018-02-12 19:22:11 -05:00
93d3fe01e7
refactor snippet reducing the amount of lines
2018-02-12 16:47:53 -05:00
261d53a6b6
ran npm run tester and test files generated
2018-02-12 16:38:13 -05:00
189719dbc3
Travis build: 1653 [cron]
2018-02-12 20:21:04 +00:00
495c76cca1
fix conflicts
2018-02-12 20:37:21 +05:30
584cde7f8d
Travis build: 1645 [cron]
2018-02-11 20:20:40 +00:00
8b7dd96474
Shorter stableSort example and test
2018-02-11 15:56:19 +02:00
8312efbdd2
Travis build: 1643 [cron]
2018-02-10 20:20:55 +00:00
7f167da7e7
ran npm tester
2018-02-10 11:45:04 -05:00
ca8c747c8d
Revert changes from #602
...
The changes in #602 would break the test, as it was comparing today to tomorrow. The original test worked just fine and the cron job that run on Travis proves that the `t1` assignment was valid and working.
2018-02-10 17:11:48 +02:00
7b02525218
test for randomIntArray
2018-02-10 19:59:42 +05:30
fc95546ca3
fix broken test in tomorrow.test.js
2018-02-10 09:26:17 -05:00
70411496ea
Travis build: 1637 [cron]
2018-02-09 20:21:56 +00:00
95e8f5cf8d
Manual tests
2018-02-09 13:43:50 +02:00
9e4b2d8420
Tests for fileLines, runAsync, promisesInSeries
2018-02-09 13:40:08 +02:00
8eabdd2bf2
Tests for promisify
2018-02-09 13:35:43 +02:00
7f992d4b29
Tests for random number snippets
2018-02-09 13:30:53 +02:00