Commit Graph

2691 Commits

Author SHA1 Message Date
5f7add5664 add compact.md & ran npm run build-list 2017-12-14 01:19:15 -05:00
38596dcaa5 Ordinal Suffix hotfix
mismatched variables.
2017-12-13 23:53:34 -05:00
2b34ee4ba9 Fix names and links 2017-12-14 01:11:38 +01:00
7ffd624004 Merge pull request #91 from darrenscerri/palindrome
Refactor palindrome
2017-12-14 01:50:17 +02:00
c429042e84 Merge pull request #90 from darrenscerri/sets
Add set operations
2017-12-14 01:48:00 +02:00
24468a0aff Object to key-value pairs description, linting, build README 2017-12-14 01:46:30 +02:00
bb0510e731 Merge pull request #89 from darrenscerri/to-pairs
Add "Object to key-value pairs"
2017-12-14 01:44:45 +02:00
e7252bb7de Lint pick, build README 2017-12-14 01:34:24 +02:00
6feed83f82 Merge pull request #87 from kingdavidmartins/add-pick-method
add pick code snippet
2017-12-14 01:32:58 +02:00
a0106a3c99 Refactor palindrome 2017-12-14 00:00:04 +01:00
13c4782c69 update pick.md -> oneline & simpler solution 2017-12-13 17:41:24 -05:00
a4a7eb275a Add set operations. Union, intersect and difference 2017-12-13 23:40:27 +01:00
7bee9e146e Add "Object to key-value pairs" 2017-12-13 23:07:04 +01:00
bf855e55e2 Added linting, processed current snippets 2017-12-14 00:05:44 +02:00
f92c6d4079 collatz algorithm
collatz algorithm as function
2017-12-13 23:02:42 +01:00
b2d737bec5 add pick code snippiet 2017-12-13 16:51:34 -05:00
e8d9acae9a group by
Tried to reproduce the groupBy behaviour from the lodash lib.
https://lodash.com/docs/4.17.4#groupBy
2017-12-13 18:49:12 -02:00
4a661d70f2 add sleep function - making delays in async functions 2017-12-14 00:10:56 +03:30
2674273efc Naming conflict resolved 2017-12-13 21:19:39 +02:00
35f81c10f2 Consistency for snippet highlighting 2017-12-13 20:57:32 +02:00
afddb68d4f Fix URL params, resolve #74 2017-12-13 20:02:19 +02:00
32c27187a4 Create drop_elements_in_array.md 2017-12-13 22:00:06 +05:30
e82141f801 Rename check_for_boolean to check_for_boolean.md 2017-12-13 21:56:13 +05:30
8f839542b6 Create check_for_boolean 2017-12-13 21:52:51 +05:30
42237471ab Create join_array_like_objects.md 2017-12-13 21:42:58 +05:30
54f163b9f1 Get Ordinal Suffix of Number
JS Code Snippet to get the ordinal suffix of a given number (int or string).
Returns the provided value wtih concatenated ordinal.
2017-12-13 09:01:14 -05:00
98f56cbf23 Update standard-deviation.md 2017-12-13 23:55:08 +11:00
418069551b Update standard-deviation.md 2017-12-13 23:54:33 +11:00
ff7a8d5d1a Merge pull request #70 from piyuesh-dev/correct-array-method-names
Correct array method names
2017-12-13 14:49:17 +02:00
c876845318 Update URL-parameters.md
Updated a file that was changed in the meantime
2017-12-13 14:48:38 +02:00
3d7b322a9d Cache the mean 2017-12-13 23:48:29 +11:00
b844b0f765 Add usePopulation flag param 2017-12-13 23:41:28 +11:00
634faf6393 Build README 2017-12-13 14:24:57 +02:00
1a6366a8f7 Merge pull request #69 from priteshpoddar/master
hamming distance between two numbers
2017-12-13 14:24:17 +02:00
5781466314 Update hamming-distance.md 2017-12-13 14:23:56 +02:00
3b9f7337ba resolved a conflict. 2017-12-13 17:52:17 +05:30
44ffb6d0b3 hamming distance between two numbers 2017-12-13 17:49:35 +05:30
d5ae902092 Merge pull request #64 from DanielRamosAcosta/add-promisify-snippet
Add promisify snippet
2017-12-13 14:18:14 +02:00
36bff4628d Update promisify.md 2017-12-13 14:17:24 +02:00
babb858ce2 Moving semicolon, changing example in promisify.md 2017-12-13 12:15:39 +00:00
4fb4428d77 Merge pull request #54 from fhdhsni/master
Add bottomVisible
2017-12-13 14:14:46 +02:00
bab7996b3b Update bottom-visible.md 2017-12-13 14:14:04 +02:00
731df31395 Update standard-deviation.md 2017-12-13 23:12:42 +11:00
b995e1bea1 prefixed Array. to reduce(), sort(), map() methods in snippets. 2017-12-13 17:41:45 +05:30
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
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