985ec1928d
Travis build: 574 [cron]
2018-10-01 20:16:38 +00:00
f2e5e26af3
Avoid confusing prototype methods for static methods
...
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)
This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
b38e858121
Travis build: 527 [cron]
2018-09-25 20:13:48 +00:00
2545881051
Update and archive pipeLog
2018-09-22 14:38:12 +03:00
8cf111559d
Travis build: 475 [cron]
2018-09-18 20:12:19 +00:00
2ba4b95b47
Linted archive
2018-09-15 13:52:12 +03:00
5727cb4ff0
build
2018-09-14 15:15:41 +02:00
66489215b6
rebuild README
2018-09-14 13:00:38 +02:00
6821da38ac
fix isSimilar
2018-09-14 12:58:54 +02:00
ae8c006535
Travis build: 176 [cron]
2018-08-02 19:51:06 +00:00
504ac84abd
Codacy style changes (minor)
2018-08-02 14:10:16 +03:00
f4bd0efcc3
Travis build: 1751 [cron]
2018-02-26 20:28:33 +00:00
b3b393c841
Merge branch 'master' into lev-dist
2018-02-26 17:32:47 +02:00
f0e1590d5e
Update levenshteinDistance.md
2018-02-26 17:32:09 +02:00
95c7674917
Update isSimilar.md
2018-02-26 17:28:07 +02:00
d093cd0d43
update
2018-02-26 15:06:47 +05:30
b78004b13e
add snippet to archive
2018-02-26 15:01:26 +05:30
f9802c7bd7
Travis build: 1572 [cron]
2018-02-04 20:17:40 +00:00
6f3893239c
Coding style fixes and improvements
2018-02-04 17:58:57 +02:00
c6c49ab567
Fixed error prone checking etc in codebase
2018-02-04 17:48:07 +02:00
01d7e1ddc0
Travis build: 1329 [cron]
2018-01-21 20:11:28 +00:00
0e89e52d50
Archived cleanObj
...
It's essentially the same as `pick` but a lot more confusing.
2018-01-19 13:05:48 +02:00
2f29187eea
Travis build: 1297 [cron]
2018-01-17 20:11:19 +00:00
73e2fc29b6
Fixed snippet archiver build and generated README
2018-01-16 16:23:25 +02:00
5532f4d195
Travis build: 1242 [cron]
2018-01-15 20:08:35 +00:00
d7678344e4
Merge pull request #514 from Chalarangelo/XMLHttpRequest
...
[FEATURE] http requests snippets
2018-01-10 21:33:03 +02:00
d3b14b4411
add to archive
2018-01-10 19:23:26 +01:00
40c4a297fb
Travis build: 1118 [cron]
2018-01-09 20:43:29 +00:00
506b30e5c4
Travis build: 1115 [custom]
2018-01-09 13:27:42 +00:00
c5287f7ad8
Travis build: 1112 [custom]
2018-01-09 13:22:34 +00:00
f0942c2cf8
Archived both snippets discussed
...
countVowels and replaceVowels are now in the archive
2018-01-09 14:22:29 +02:00
5fd3d51088
Merge remote-tracking branch 'kingdavidmartins/add.binarySearch' into add.binarySearch
2018-01-09 01:20:25 +02:00
bfa7faf339
Archived binarySearch.md
2018-01-09 01:20:17 +02:00
931e9c689f
Archive, multitagging, cleanup
...
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
2018-01-05 16:33:54 +02:00