Commit Graph

787 Commits

Author SHA1 Message Date
8c59d59a9e [FEATURE] add collectInto snippet 2017-12-21 19:08:36 -08:00
3ac3958008 [FEATURE] add spreadOver snippet 2017-12-21 18:33:57 -08:00
963b489088 Fix: example was a little wrong 2017-12-21 16:47:12 -08:00
f19a79b863 [Feature] Add flip adapter 2017-12-21 16:42:15 -08:00
544d69afa1 Improve isPrime to be O(sqrt(n)) (#298)
* improve isPrime to be O(sqrt(n))
2017-12-21 23:31:51 +01:00
82a7445a10 Merge pull request #300 from Y-Less/Branch_validateEmail
[FIX: #294] Remove validateEmail entirely (resolves #294).
2017-12-21 23:06:01 +02:00
b907c38bee Merge pull request #301 from Y-Less/Branch_everyNth
[FIX: #299] Make everyNth return the "Nth" value.
2017-12-21 23:04:56 +02:00
2082cbf2cd Removed unique occurence of wrapping a single argument function with parenthesis 2017-12-21 13:55:25 -05:00
573a87b56d Remove validateEmail entirely (#294). 2017-12-21 18:20:59 +00:00
afe42af21c Fix #299 2017-12-21 18:19:39 +00:00
b0ee1b7575 Merge pull request #293 from kriadmin/master
Add snippet arrayLcm
2017-12-21 17:43:04 +02:00
05fc2cc225 Update arrayLcm.md
Fixed second example as @iamsoorena suggested
2017-12-21 17:27:07 +02:00
cc1e004cc6 Add snippet arrayLcm 2017-12-21 20:35:45 +05:30
45f3114089 Update toDecimalMark.md 2017-12-21 15:37:35 +01:00
8032af1f88 Rename numberWithCommas.md to toDecimalMark.md 2017-12-21 15:29:51 +01:00
5aff282cab Update numberWithCommas.md 2017-12-21 15:29:32 +01:00
0428728578 Add numberWithCommas
Use commas to separate digits。
2017-12-21 22:09:55 +08:00
8a190f07b7 Merge pull request #290 from kingdavidmartins/rename-stringToArray
Rename stringToArrayOfWords -> words
2017-12-21 15:19:35 +02:00
4bbc747791 renamed stringToArray... -> words.md 2017-12-21 07:50:57 -05:00
194a28742c Merge pull request #287 from kriadmin/master
Add snippet primes
2017-12-21 14:47:41 +02:00
fbf81b7fa3 Update primes.md 2017-12-21 14:45:43 +02:00
833ee4cff5 Merge pull request #289 from kingdavidmartins/update-fib
Update fib Array() -> Array.from()
2017-12-21 14:33:09 +02:00
77fd047240 Merge pull request #286 from arjunmahishi/redirect
Snippet to perform HTTPS redirect
2017-12-21 14:26:36 +02:00
257efc2a00 Update httpsRedirect.md 2017-12-21 14:26:15 +02:00
2ba9279b8c update fibonacci Array() -> Array.from() 2017-12-21 07:24:10 -05:00
9af15faf08 Fixed a typo 2017-12-21 17:26:23 +05:30
5c4a7f5bff Update httpsRedirect.md 2017-12-21 16:10:50 +05:30
796b73dcce add snippet primes 2017-12-21 15:50:22 +05:30
2345ca4c29 Merge pull request #283 from kingdavidmartins/fix-pull
[UPDATE] pull.md -> fix hacky approach
2017-12-21 11:17:06 +02:00
f322c3d8a4 Merge pull request #282 from skatcat31/zipObject
[FEATURE] Add zipObject
2017-12-21 11:14:00 +02:00
07c5ee65d8 Update zipObject.md 2017-12-21 11:13:38 +02:00
a0838f6cd5 Merge pull request #279 from arjunmahishi/clamp
Snippet to implement clamping
2017-12-21 11:08:52 +02:00
396b24cab2 Update clampNumber.md 2017-12-21 11:08:09 +02:00
cf85040eef Update clampNumber.md 2017-12-21 11:08:01 +02:00
a3ec6d194d Merge pull request #278 from arjunmahishi/inRange
Snippet to implement inRange
2017-12-21 11:06:15 +02:00
679c674b3a Update inRange.md 2017-12-21 11:05:39 +02:00
24d1ef99ee Snippet to perform HTTPS redirect 2017-12-21 12:03:56 +05:30
c8bf4e197d before hacky -> now elegant 2017-12-20 22:43:33 -05:00
bbf3fc5fa3 Update zipObject.md 2017-12-20 16:19:12 -08:00
3ae52f466f Update zipObject.md 2017-12-20 16:18:57 -08:00
2c5f6261ea Update zipObject.md 2017-12-20 15:04:32 -08:00
8554fa507a Update zipObject.md 2017-12-20 15:03:40 -08:00
48c2625e16 Update zipObject.md 2017-12-20 15:02:43 -08:00
e194269da9 Update zipObject.md 2017-12-20 14:59:23 -08:00
8cf6092e14 Update zipObject.md 2017-12-20 14:57:20 -08:00
6c47aae3b0 Create zipObject.md
Will also need to add a tag in the tag database
2017-12-20 14:55:18 -08:00
8873c54304 Fixed bugs pointed out by @kingdavidmartins 2017-12-20 23:42:20 +05:30
266637ba49 Snippet to implement clamping 2017-12-20 22:49:18 +05:30
a968a3cc28 modified description 2017-12-20 22:07:30 +05:30
1a372322ce Snippet to implement inRange 2017-12-20 22:03:58 +05:30