Commit Graph

817 Commits

Author SHA1 Message Date
5522a4c207 Updated URL parameters 2017-12-13 14:09:25 +02:00
635adbc617 Update standard-deviation.md 2017-12-13 23:02:21 +11:00
9116109498 Create standard-deviation.md
http://www.calculator.net/standard-deviation-calculator.html

As a one-liner it's really long, feel free to optimize the formatting here (or shorten it further somehow).
2017-12-13 23:00:21 +11:00
e9c534c395 README wording 2017-12-13 14:00:12 +02:00
52fb6f0a0a Added note about ES6 and Babel 2017-12-13 13:59:14 +02:00
916b266d24 Merge pull request #67 from darrenscerri/typo-2
Dashes not underscores
2017-12-13 13:56:21 +02:00
259fc81d3a Build README 2017-12-13 13:55:44 +02:00
33075aa734 Merge pull request #44 from cengels/time-taken-as-callback-function
Refactor measure-time-taken-by-function from spread syntax to callback function
2017-12-13 13:54:38 +02:00
768b21a576 Dashes not underscores 2017-12-13 12:52:07 +01:00
3bfba2bb69 Build README 2017-12-13 13:48:12 +02:00
fb59292c76 Merge pull request #66 from meetzaveri/patch-1
Create truncate_a_string.md
2017-12-13 13:47:55 +02:00
46a64738b6 Update truncate_a_string.md
Updated description and added example.
2017-12-13 13:44:38 +02:00
c15eb63ad2 Build README 2017-12-13 13:35:10 +02:00
97ec913b33 Merge pull request #51 from elderhsouza/patch-4
refactor curry to account for variadic functions
2017-12-13 13:33:49 +02:00
3b63999bfb Update curry.md 2017-12-13 09:31:25 -02:00
f850cea25a Build README 2017-12-13 13:28:38 +02:00
2575970786 Merge pull request #65 from atomiks/patch-3
Create percentile.md
2017-12-13 13:28:08 +02:00
8275fe5ffe Update percentile.md 2017-12-13 22:23:43 +11:00
60d8afaf73 use reduce magic 2017-12-13 22:23:11 +11:00
619c361f74 Update percentile.md 2017-12-13 22:18:49 +11:00
529d9b2720 Create truncate_a_string.md 2017-12-13 16:25:15 +05:30
95bc5de53f Create percentile.md
https://www.easycalculation.com/statistics/percentile-rank.php

Feel free to try and one-linerify it if possible, lol
2017-12-13 21:50:16 +11:00
1a0d41d2b8 Update promisify.md 2017-12-13 12:39:24 +02:00
3b38f2e7a9 Build README 2017-12-13 12:38:12 +02:00
fdc872b7a1 Merge pull request #47 from jussisaurio/anagrams-functional
Make "Anagrams of string" fully functional
2017-12-13 12:37:49 +02:00
3bef1644ca Update anagrams-of-string-(with-duplicates).md
Removed unnecessary curly brackets
2017-12-13 12:37:28 +02:00
f8ee54604b Improving example in promisify.md 2017-12-13 10:33:39 +00:00
b74ba8bbfc Fixed typo in promisify.md 2017-12-13 10:29:34 +00:00
fd4597560d Create promisify.md 2017-12-13 10:27:43 +00:00
4569c18ad6 Build README 2017-12-13 12:14:45 +02:00
a3f13b2595 Merge pull request #63 from darrenscerri/typo-1
Fix filename typo
2017-12-13 12:14:19 +02:00
c0ed8da9fd Build README 2017-12-13 12:13:34 +02:00
7843d2552f Merge pull request #37 from RobertAKARobin/robertakarobin-dev
Added async function chain
2017-12-13 12:12:42 +02:00
1193a3fc84 Update chain-async-functions.md
Improved example and formatting
2017-12-13 12:12:12 +02:00
30b9a70db1 Fix filename typo 2017-12-13 11:09:40 +01:00
3aed33b6df Improved chunk snippet, build README 2017-12-13 12:06:05 +02:00
ac22d07c7b Merge pull request #38 from kingdavidmartins/add-chunkArray
Add chunk array
2017-12-13 12:04:55 +02:00
49716dcb9d Update chunk-array.md
Updated description
2017-12-13 12:04:30 +02:00
db483913fe Merge pull request #61 from darrenscerri/promise-series
Add "Run promises in series"
2017-12-13 11:59:32 +02:00
a6723a3c37 Use const 2017-12-13 10:57:42 +01:00
c905200acb Update median, build README 2017-12-13 11:47:51 +02:00
8935a9125d Merge pull request #53 from atomiks/patch-2
Create median-of-array-of-numbers.md
2017-12-13 11:46:55 +02:00
85709fccda Add run-promises-in-series 2017-12-13 10:44:44 +01:00
07d4086c18 Updated tail description 2017-12-13 11:40:27 +02:00
7cc4f81d6f Merge pull request #60 from benhanks040888/master
Check for array length in tail function to return the correct value f…
2017-12-13 11:39:30 +02:00
b972c93b39 Merge pull request #59 from svenluijten/patch-1
use const in snippet template
2017-12-13 11:38:42 +02:00
f53f1e4a52 Check for array length in tail function to return the correct value for single-value arrays. 2017-12-13 16:37:41 +07:00
ca95624a1e use const in snippet template 2017-12-13 10:37:33 +01:00
c170b49fcb Build README 2017-12-13 11:36:56 +02:00
5dd4c96274 Merge pull request #55 from fejes713/master
Add value or default
2017-12-13 11:36:28 +02:00