Commit Graph

876 Commits

Author SHA1 Message Date
16cba8a454 Update arrayLcm.md
Fixed second example as @iamsoorena suggested
2017-12-21 17:27:07 +02:00
c244042665 Add snippet arrayLcm 2017-12-21 20:35:45 +05:30
07337c25b5 Update toDecimalMark.md 2017-12-21 15:37:35 +01:00
b65d0bd702 Rename numberWithCommas.md to toDecimalMark.md 2017-12-21 15:29:51 +01:00
f76e8f357c Update numberWithCommas.md 2017-12-21 15:29:32 +01:00
36bee96c93 Add numberWithCommas
Use commas to separate digits。
2017-12-21 22:09:55 +08:00
0d39ab4adb Merge pull request #290 from kingdavidmartins/rename-stringToArray
Rename stringToArrayOfWords -> words
2017-12-21 15:19:35 +02:00
91ae3154d5 renamed stringToArray... -> words.md 2017-12-21 07:50:57 -05:00
2138108077 Merge pull request #287 from kriadmin/master
Add snippet primes
2017-12-21 14:47:41 +02:00
9bd7b3ebce Update primes.md 2017-12-21 14:45:43 +02:00
c0c4e15bae Merge pull request #289 from kingdavidmartins/update-fib
Update fib Array() -> Array.from()
2017-12-21 14:33:09 +02:00
0ccee21434 Merge pull request #286 from arjunmahishi/redirect
Snippet to perform HTTPS redirect
2017-12-21 14:26:36 +02:00
43906a05ad Update httpsRedirect.md 2017-12-21 14:26:15 +02:00
6a1d378e7e update fibonacci Array() -> Array.from() 2017-12-21 07:24:10 -05:00
3e98018a26 Fixed a typo 2017-12-21 17:26:23 +05:30
0c86d71a4c Update httpsRedirect.md 2017-12-21 16:10:50 +05:30
662d643069 add snippet primes 2017-12-21 15:50:22 +05:30
a31968117b Merge pull request #283 from kingdavidmartins/fix-pull
[UPDATE] pull.md -> fix hacky approach
2017-12-21 11:17:06 +02:00
0788f976d4 Merge pull request #282 from skatcat31/zipObject
[FEATURE] Add zipObject
2017-12-21 11:14:00 +02:00
2f1193915e Update zipObject.md 2017-12-21 11:13:38 +02:00
2c86ee720b Merge pull request #279 from arjunmahishi/clamp
Snippet to implement clamping
2017-12-21 11:08:52 +02:00
4c9dfeac58 Update clampNumber.md 2017-12-21 11:08:09 +02:00
bb135f6048 Update clampNumber.md 2017-12-21 11:08:01 +02:00
b35799bfa7 Merge pull request #278 from arjunmahishi/inRange
Snippet to implement inRange
2017-12-21 11:06:15 +02:00
431d319411 Update inRange.md 2017-12-21 11:05:39 +02:00
2305ea4ed9 Snippet to perform HTTPS redirect 2017-12-21 12:03:56 +05:30
5465fd9e6f before hacky -> now elegant 2017-12-20 22:43:33 -05:00
3cf7ce0118 Update zipObject.md 2017-12-20 16:19:12 -08:00
4b697e6351 Update zipObject.md 2017-12-20 16:18:57 -08:00
c235295b5b Update zipObject.md 2017-12-20 15:04:32 -08:00
52902ad97a Update zipObject.md 2017-12-20 15:03:40 -08:00
651547c3f9 Update zipObject.md 2017-12-20 15:02:43 -08:00
4e1abfcff6 Update zipObject.md 2017-12-20 14:59:23 -08:00
5542916fde Update zipObject.md 2017-12-20 14:57:20 -08:00
1f5585c385 Create zipObject.md
Will also need to add a tag in the tag database
2017-12-20 14:55:18 -08:00
998c6ccaf0 Fixed bugs pointed out by @kingdavidmartins 2017-12-20 23:42:20 +05:30
de50467307 Snippet to implement clamping 2017-12-20 22:49:18 +05:30
1892bd8609 modified description 2017-12-20 22:07:30 +05:30
de5c1c3fee Snippet to implement inRange 2017-12-20 22:03:58 +05:30
384398d75d Merge pull request #274 from kriadmin/master
Add a snippet gcdOfArray
2017-12-20 16:16:07 +02:00
60abf36776 Update and rename gcdOfArray.md to arrayGcd.md
Updated description and naming for consistency.
2017-12-20 16:12:32 +02:00
1ef2445163 indent the code correctly 2017-12-20 19:29:42 +05:30
3d9538ef7e fixed an issue with default parameters 2017-12-20 11:03:50 -02:00
27c2a2b9d8 Add test cases for gcdOfArray 2017-12-20 18:07:11 +05:30
d3172c7995 Add gcdOfArray 2017-12-20 17:58:36 +05:30
d26d4b30e9 Build 2017-12-20 11:59:41 +02:00
348645a284 Merge pull request #261 from elderhsouza/patch-8
orderBy implementation
2017-12-20 11:33:41 +02:00
76e7412561 Rename order-by.md to orderBy.md 2017-12-20 11:33:20 +02:00
ca9c579ae5 Update order-by.md 2017-12-20 11:33:09 +02:00
899cfece5c Merge pull request #263 from arjunmahishi/words
Snippet to convert string to array of words
2017-12-20 11:19:21 +02:00