diff --git a/snippets/accumulate.md b/snippets/accumulate.md index 889aa5f84..2123ac21e 100644 --- a/snippets/accumulate.md +++ b/snippets/accumulate.md @@ -2,6 +2,7 @@ title: Partial sum array tags: math,array expertise: intermediate +author: chalarangelo firstSeen: 2020-05-04T12:20:46+03:00 lastUpdated: 2022-01-30T13:10:13+02:00 --- diff --git a/snippets/addClass.md b/snippets/addClass.md index 684ea34b6..d71b6d22a 100644 --- a/snippets/addClass.md +++ b/snippets/addClass.md @@ -2,6 +2,7 @@ title: Add class to HTML element tags: browser expertise: beginner +author: chalarangelo firstSeen: 2020-12-30T19:21:15+02:00 lastUpdated: 2020-12-30T19:21:15+02:00 --- diff --git a/snippets/addEventListenerAll.md b/snippets/addEventListenerAll.md index 5ed41f65a..77e7183fe 100644 --- a/snippets/addEventListenerAll.md +++ b/snippets/addEventListenerAll.md @@ -2,6 +2,7 @@ title: Add event listener to all targets tags: browser,event expertise: intermediate +author: chalarangelo firstSeen: 2021-04-22T08:53:29+03:00 lastUpdated: 2021-04-22T08:53:29+03:00 --- diff --git a/snippets/addStyles.md b/snippets/addStyles.md index f779a3108..e1e9b2941 100644 --- a/snippets/addStyles.md +++ b/snippets/addStyles.md @@ -2,6 +2,7 @@ title: Add styles to HTML element tags: browser expertise: beginner +author: chalarangelo firstSeen: 2021-01-07T00:37:43+02:00 lastUpdated: 2021-01-07T00:37:43+02:00 --- diff --git a/snippets/allEqualBy.md b/snippets/allEqualBy.md index fb114fb8d..76673db3e 100644 --- a/snippets/allEqualBy.md +++ b/snippets/allEqualBy.md @@ -2,6 +2,7 @@ title: Check if array elements are equal based on function tags: array expertise: intermediate +author: maciv firstSeen: 2020-10-19T22:14:49+03:00 lastUpdated: 2020-10-19T22:14:49+03:00 --- diff --git a/snippets/allUniqueBy.md b/snippets/allUniqueBy.md index e437f76af..553f028d5 100644 --- a/snippets/allUniqueBy.md +++ b/snippets/allUniqueBy.md @@ -2,6 +2,7 @@ title: Check if all array elements are unique based on function tags: array expertise: intermediate +author: maciv firstSeen: 2020-10-19T22:15:05+03:00 lastUpdated: 2021-01-08T00:23:44+02:00 --- diff --git a/snippets/aperture.md b/snippets/aperture.md index 2c481ea9b..069d7b817 100644 --- a/snippets/aperture.md +++ b/snippets/aperture.md @@ -2,6 +2,7 @@ title: Consecutive element subarrays tags: array expertise: intermediate +author: chalarangelo firstSeen: 2020-05-13T13:25:33+03:00 lastUpdated: 2020-10-18T20:24:28+03:00 --- diff --git a/snippets/arithmeticProgression.md b/snippets/arithmeticProgression.md index ac4537e3f..7c183cbc1 100644 --- a/snippets/arithmeticProgression.md +++ b/snippets/arithmeticProgression.md @@ -2,6 +2,7 @@ title: Arithmetic progression tags: math,algorithm expertise: beginner +author: maciv firstSeen: 2020-10-04T11:37:07+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/assertValidKeys.md b/snippets/assertValidKeys.md index 1d2a2fd0f..48f41ff29 100644 --- a/snippets/assertValidKeys.md +++ b/snippets/assertValidKeys.md @@ -2,6 +2,7 @@ title: Assert object keys are valid tags: object expertise: intermediate +author: chalarangelo firstSeen: 2021-07-18T05:00:00-04:00 --- diff --git a/snippets/binary.md b/snippets/binary.md index d28d54def..62d6ad83d 100644 --- a/snippets/binary.md +++ b/snippets/binary.md @@ -2,6 +2,7 @@ title: Binary function arity tags: function expertise: intermediate +author: chalarangelo firstSeen: 2020-05-13T13:36:36+03:00 lastUpdated: 2020-10-18T23:04:45+03:00 --- diff --git a/snippets/binarySearch.md b/snippets/binarySearch.md index 57e364fd9..a350f993e 100644 --- a/snippets/binarySearch.md +++ b/snippets/binarySearch.md @@ -2,6 +2,7 @@ title: Binary search tags: algorithm,array expertise: beginner +author: chalarangelo firstSeen: 2020-12-28T12:35:44+02:00 lastUpdated: 2020-12-29T13:06:47+02:00 --- diff --git a/snippets/bubbleSort.md b/snippets/bubbleSort.md index 7dd1aa45a..f30342888 100644 --- a/snippets/bubbleSort.md +++ b/snippets/bubbleSort.md @@ -2,6 +2,7 @@ title: Bubble sort tags: algorithm,array expertise: beginner +author: maciv firstSeen: 2020-12-27T21:20:31+02:00 lastUpdated: 2020-12-29T12:18:58+02:00 --- diff --git a/snippets/bucketSort.md b/snippets/bucketSort.md index 8e3325e70..9df508f38 100644 --- a/snippets/bucketSort.md +++ b/snippets/bucketSort.md @@ -2,6 +2,7 @@ title: Bucket sort tags: algorithm,array expertise: intermediate +author: maciv firstSeen: 2020-12-28T22:11:56+02:00 lastUpdated: 2020-12-29T12:22:44+02:00 --- diff --git a/snippets/caesarCipher.md b/snippets/caesarCipher.md index 8afd74dd6..87f97506a 100644 --- a/snippets/caesarCipher.md +++ b/snippets/caesarCipher.md @@ -2,6 +2,7 @@ title: Caesar cipher tags: algorithm,string expertise: beginner +author: maciv firstSeen: 2020-12-28T20:10:18+02:00 lastUpdated: 2020-12-29T12:29:21+02:00 --- diff --git a/snippets/cartesianProduct.md b/snippets/cartesianProduct.md index 242dffa57..042387155 100644 --- a/snippets/cartesianProduct.md +++ b/snippets/cartesianProduct.md @@ -2,6 +2,7 @@ title: Cartesian product tags: math,array expertise: beginner +author: maciv firstSeen: 2020-12-28T20:23:47+02:00 lastUpdated: 2020-12-29T12:31:43+02:00 --- diff --git a/snippets/chunkIntoN.md b/snippets/chunkIntoN.md index 6813da658..5a01cde60 100644 --- a/snippets/chunkIntoN.md +++ b/snippets/chunkIntoN.md @@ -2,6 +2,7 @@ title: Split array into n chunks tags: array expertise: intermediate +author: chalarangelo firstSeen: 2020-05-04T13:00:46+03:00 lastUpdated: 2020-11-03T21:46:13+02:00 --- diff --git a/snippets/chunkify.md b/snippets/chunkify.md index 53e5cf7ae..11ea54e43 100644 --- a/snippets/chunkify.md +++ b/snippets/chunkify.md @@ -2,6 +2,7 @@ title: Chunk iterable tags: function,generator,array expertise: advanced +author: chalarangelo firstSeen: 2021-03-16T22:50:40+02:00 lastUpdated: 2021-03-16T22:50:40+02:00 --- diff --git a/snippets/combine.md b/snippets/combine.md index a7ffb683c..93dee008d 100644 --- a/snippets/combine.md +++ b/snippets/combine.md @@ -2,6 +2,7 @@ title: Combine object arrays tags: array,object expertise: intermediate +author: chalarangelo firstSeen: 2020-10-04T00:26:51+03:00 lastUpdated: 2020-10-08T02:22:39+03:00 --- diff --git a/snippets/containsWhitespace.md b/snippets/containsWhitespace.md index cd6b6faef..eeccc8220 100644 --- a/snippets/containsWhitespace.md +++ b/snippets/containsWhitespace.md @@ -2,6 +2,7 @@ title: Check if string contains whitespace tags: string,regexp expertise: beginner +author: chalarangelo firstSeen: 2020-03-25T12:37:13+02:00 lastUpdated: 2020-10-18T23:04:45+03:00 --- diff --git a/snippets/copySign.md b/snippets/copySign.md index 8b2ab0db3..e7a1d760d 100644 --- a/snippets/copySign.md +++ b/snippets/copySign.md @@ -2,6 +2,7 @@ title: Copy sign to number tags: math expertise: beginner +author: maciv firstSeen: 2020-10-07T23:52:57+03:00 lastUpdated: 2020-10-07T23:52:57+03:00 --- diff --git a/snippets/countSubstrings.md b/snippets/countSubstrings.md index 9ad6076f7..d963d277e 100644 --- a/snippets/countSubstrings.md +++ b/snippets/countSubstrings.md @@ -2,6 +2,7 @@ title: Count substrings of string tags: string,algorithm expertise: beginner +author: chalarangelo firstSeen: 2020-12-31T13:58:51+02:00 lastUpdated: 2021-01-08T00:23:44+02:00 --- diff --git a/snippets/cycleGenerator.md b/snippets/cycleGenerator.md index 2a7f5d287..595f7153f 100644 --- a/snippets/cycleGenerator.md +++ b/snippets/cycleGenerator.md @@ -2,6 +2,7 @@ title: Cycle generator tags: function,generator expertise: advanced +author: chalarangelo firstSeen: 2020-10-11T17:05:38+03:00 lastUpdated: 2020-10-11T17:05:38+03:00 --- diff --git a/snippets/dateRangeGenerator.md b/snippets/dateRangeGenerator.md index aa9afaa70..109065dc6 100644 --- a/snippets/dateRangeGenerator.md +++ b/snippets/dateRangeGenerator.md @@ -2,6 +2,7 @@ title: Date range generator tags: date,function,generator expertise: advanced +author: maciv firstSeen: 2021-06-21T05:00:00-04:00 --- diff --git a/snippets/deepMerge.md b/snippets/deepMerge.md index 65cb00078..df29e279b 100644 --- a/snippets/deepMerge.md +++ b/snippets/deepMerge.md @@ -2,6 +2,7 @@ title: Deep merge objects tags: object,function expertise: advanced +author: chalarangelo firstSeen: 2021-07-25T05:00:00-04:00 --- diff --git a/snippets/divmod.md b/snippets/divmod.md index 64664f654..5d18793f1 100644 --- a/snippets/divmod.md +++ b/snippets/divmod.md @@ -2,6 +2,7 @@ title: Quotient and module of division tags: math expertise: beginner +author: maciv firstSeen: 2020-10-07T23:59:13+03:00 lastUpdated: 2020-10-07T23:59:13+03:00 --- diff --git a/snippets/elementIsFocused.md b/snippets/elementIsFocused.md index 50b491e6d..c6a1f8f42 100644 --- a/snippets/elementIsFocused.md +++ b/snippets/elementIsFocused.md @@ -2,6 +2,7 @@ title: Element is focused tags: browser expertise: beginner +author: chalarangelo firstSeen: 2020-08-07T15:21:27+03:00 lastUpdated: 2020-10-19T18:51:03+03:00 --- diff --git a/snippets/euclideanDistance.md b/snippets/euclideanDistance.md index 68e68b48b..834e4934f 100644 --- a/snippets/euclideanDistance.md +++ b/snippets/euclideanDistance.md @@ -2,6 +2,7 @@ title: Euclidean distance tags: math,algorithm expertise: intermediate +author: chalarangelo firstSeen: 2020-12-28T13:41:19+02:00 lastUpdated: 2020-12-28T13:41:19+02:00 --- diff --git a/snippets/expandTabs.md b/snippets/expandTabs.md index 4970112f8..b2c123ccf 100644 --- a/snippets/expandTabs.md +++ b/snippets/expandTabs.md @@ -2,6 +2,7 @@ title: Expand tabs into spaces tags: string,regexp expertise: beginner +author: chalarangelo firstSeen: 2020-06-01T17:05:39+03:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/filterUnique.md b/snippets/filterUnique.md index 8b9bccd53..932b5eb29 100644 --- a/snippets/filterUnique.md +++ b/snippets/filterUnique.md @@ -2,6 +2,7 @@ title: Filter unique array values tags: array expertise: beginner +author: maciv firstSeen: 2020-11-02T19:41:00+02:00 lastUpdated: 2020-11-02T19:41:00+02:00 --- diff --git a/snippets/filterUniqueBy.md b/snippets/filterUniqueBy.md index 689b8d127..928c709d7 100644 --- a/snippets/filterUniqueBy.md +++ b/snippets/filterUniqueBy.md @@ -2,6 +2,7 @@ title: Filter unique array values based on function tags: array expertise: intermediate +author: maciv firstSeen: 2020-11-02T19:41:07+02:00 lastUpdated: 2020-11-02T19:41:07+02:00 --- diff --git a/snippets/findClosestAnchor.md b/snippets/findClosestAnchor.md index b1763c2cd..ecd61419b 100644 --- a/snippets/findClosestAnchor.md +++ b/snippets/findClosestAnchor.md @@ -2,6 +2,7 @@ title: Find closest anchor tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2021-04-22T08:45:39+03:00 lastUpdated: 2021-04-22T08:45:39+03:00 --- diff --git a/snippets/findClosestMatchingNode.md b/snippets/findClosestMatchingNode.md index f8e55cab9..94f3ab2f1 100644 --- a/snippets/findClosestMatchingNode.md +++ b/snippets/findClosestMatchingNode.md @@ -2,6 +2,7 @@ title: Find closest matching node tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2021-04-22T08:45:39+03:00 lastUpdated: 2021-04-22T08:45:39+03:00 --- diff --git a/snippets/flatIterator.md b/snippets/flatIterator.md index f94f238cd..bbcbbd376 100644 --- a/snippets/flatIterator.md +++ b/snippets/flatIterator.md @@ -2,6 +2,7 @@ title: Flat iterator tags: array,iterator,generator expertise: advanced +author: chalarangelo firstSeen: 2022-03-09T05:00:00-04:00 --- diff --git a/snippets/frequencies.md b/snippets/frequencies.md index 2a65bb10d..42cbf90f3 100644 --- a/snippets/frequencies.md +++ b/snippets/frequencies.md @@ -2,6 +2,7 @@ title: Value frequencies tags: array,object expertise: intermediate +author: chalarangelo firstSeen: 2020-01-03T15:32:35+02:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/fromTimestamp.md b/snippets/fromTimestamp.md index bfb95c033..399a310c1 100644 --- a/snippets/fromTimestamp.md +++ b/snippets/fromTimestamp.md @@ -2,6 +2,7 @@ title: Date from Unix timestamp tags: date expertise: beginner +author: maciv firstSeen: 2020-10-15T21:57:17+03:00 lastUpdated: 2020-10-15T21:57:17+03:00 --- diff --git a/snippets/frozenSet.md b/snippets/frozenSet.md index bdd7ac5be..0f5b0433a 100644 --- a/snippets/frozenSet.md +++ b/snippets/frozenSet.md @@ -2,6 +2,7 @@ title: Freeze Set object tags: array expertise: intermediate +author: maciv firstSeen: 2020-10-11T11:52:48+03:00 lastUpdated: 2020-10-11T11:52:48+03:00 --- diff --git a/snippets/generateUntil.md b/snippets/generateUntil.md index 501fca236..3c59932da 100644 --- a/snippets/generateUntil.md +++ b/snippets/generateUntil.md @@ -2,6 +2,7 @@ title: Generate until condition is met tags: function,generator expertise: advanced +author: chalarangelo firstSeen: 2022-01-21T05:00:00-04:00 --- diff --git a/snippets/generateWhile.md b/snippets/generateWhile.md index 225ff5a68..a83b52d82 100644 --- a/snippets/generateWhile.md +++ b/snippets/generateWhile.md @@ -2,6 +2,7 @@ title: Generate while condition is met tags: function,generator expertise: advanced +author: chalarangelo firstSeen: 2022-01-21T05:00:00-04:00 --- diff --git a/snippets/generatorToArray.md b/snippets/generatorToArray.md index 1256a4a24..7ebd5638a 100644 --- a/snippets/generatorToArray.md +++ b/snippets/generatorToArray.md @@ -2,6 +2,7 @@ title: Generator to array tags: function,array,generator expertise: beginner +author: chalarangelo firstSeen: 2020-12-31T13:22:18+02:00 lastUpdated: 2020-12-31T13:22:18+02:00 --- diff --git a/snippets/getAncestors.md b/snippets/getAncestors.md index 676f33cee..7abed07ec 100644 --- a/snippets/getAncestors.md +++ b/snippets/getAncestors.md @@ -2,6 +2,7 @@ title: Get element ancestors tags: browser expertise: beginner +author: chalarangelo firstSeen: 2020-10-15T09:28:34+03:00 lastUpdated: 2021-01-05T22:45:34+02:00 --- diff --git a/snippets/getBaseURL.md b/snippets/getBaseURL.md index 7f9977d57..cd9612369 100644 --- a/snippets/getBaseURL.md +++ b/snippets/getBaseURL.md @@ -2,6 +2,7 @@ title: Get base URL tags: string,browser,regexp expertise: beginner +author: chalarangelo firstSeen: 2020-05-03T12:20:54+03:00 lastUpdated: 2021-01-03T20:32:13+02:00 --- diff --git a/snippets/getHoursDiffBetweenDates.md b/snippets/getHoursDiffBetweenDates.md index 3374ed9a6..5dafcafbc 100644 --- a/snippets/getHoursDiffBetweenDates.md +++ b/snippets/getHoursDiffBetweenDates.md @@ -2,6 +2,7 @@ title: Date difference in hours tags: date expertise: beginner +author: maciv firstSeen: 2021-04-24T12:56:21+03:00 lastUpdated: 2021-04-24T12:56:21+03:00 --- diff --git a/snippets/getMinutesDiffBetweenDates.md b/snippets/getMinutesDiffBetweenDates.md index adbd6681e..554abcaad 100644 --- a/snippets/getMinutesDiffBetweenDates.md +++ b/snippets/getMinutesDiffBetweenDates.md @@ -2,6 +2,7 @@ title: Date difference in minutes tags: date expertise: beginner +author: maciv firstSeen: 2021-04-24T12:48:49+03:00 lastUpdated: 2021-04-24T12:48:49+03:00 --- diff --git a/snippets/getMonthsDiffBetweenDates.md b/snippets/getMonthsDiffBetweenDates.md index 8f7586beb..b8c231971 100644 --- a/snippets/getMonthsDiffBetweenDates.md +++ b/snippets/getMonthsDiffBetweenDates.md @@ -2,6 +2,7 @@ title: Date difference in months tags: date expertise: intermediate +author: maciv firstSeen: 2020-08-07T15:15:26+03:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/getParentsUntil.md b/snippets/getParentsUntil.md index 37166f7c3..c39838ce6 100644 --- a/snippets/getParentsUntil.md +++ b/snippets/getParentsUntil.md @@ -2,6 +2,7 @@ title: Get parents until element matches selector tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2021-01-05T22:47:21+02:00 lastUpdated: 2021-01-06T13:04:18+02:00 --- diff --git a/snippets/getSelectedText.md b/snippets/getSelectedText.md index 20890ca9b..f99b433be 100644 --- a/snippets/getSelectedText.md +++ b/snippets/getSelectedText.md @@ -2,6 +2,7 @@ title: Get selected text tags: browser expertise: beginner +author: chalarangelo firstSeen: 2020-08-07T15:34:53+03:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/getSiblings.md b/snippets/getSiblings.md index 887511fdf..2c4840e90 100644 --- a/snippets/getSiblings.md +++ b/snippets/getSiblings.md @@ -2,6 +2,7 @@ title: Array of element's siblings tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2020-08-07T15:31:48+03:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/getURLParameters.md b/snippets/getURLParameters.md index a5fa970a0..1f8798890 100644 --- a/snippets/getURLParameters.md +++ b/snippets/getURLParameters.md @@ -2,6 +2,7 @@ title: URL parameters as object tags: browser,string,regexp expertise: intermediate +author: chalarangelo firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/getVerticalOffset.md b/snippets/getVerticalOffset.md index 74242a25c..f358d7698 100644 --- a/snippets/getVerticalOffset.md +++ b/snippets/getVerticalOffset.md @@ -2,6 +2,7 @@ title: Vertical offset of element tags: browser expertise: beginner +author: chalarangelo firstSeen: 2021-01-05T22:41:09+02:00 lastUpdated: 2021-01-05T22:41:09+02:00 --- diff --git a/snippets/hasKey.md b/snippets/hasKey.md index 4b7a503c6..71f4ee510 100644 --- a/snippets/hasKey.md +++ b/snippets/hasKey.md @@ -2,6 +2,7 @@ title: Check if object has key tags: object expertise: intermediate +author: chalarangelo firstSeen: 2019-10-15T15:45:13+03:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/hasMany.md b/snippets/hasMany.md index b2d76f774..773c893cf 100644 --- a/snippets/hasMany.md +++ b/snippets/hasMany.md @@ -2,6 +2,7 @@ title: Check if array has many matches tags: array expertise: beginner +author: chalarangelo firstSeen: 2021-07-11T05:00:00-04:00 --- diff --git a/snippets/hasOne.md b/snippets/hasOne.md index 87239bd38..fd6de61ee 100644 --- a/snippets/hasOne.md +++ b/snippets/hasOne.md @@ -2,6 +2,7 @@ title: Check if array has only one match tags: array expertise: beginner +author: chalarangelo firstSeen: 2021-07-04T05:00:00-04:00 --- diff --git a/snippets/haveSameContents.md b/snippets/haveSameContents.md index 17eef51f9..5705b74ac 100644 --- a/snippets/haveSameContents.md +++ b/snippets/haveSameContents.md @@ -2,6 +2,7 @@ title: Check if arrays have same contents tags: array expertise: intermediate +author: chalarangelo firstSeen: 2020-01-05T21:40:39+02:00 lastUpdated: 2020-10-19T22:49:51+03:00 --- diff --git a/snippets/heapsort.md b/snippets/heapsort.md index f43f6b0d2..feaaeb474 100644 --- a/snippets/heapsort.md +++ b/snippets/heapsort.md @@ -2,6 +2,7 @@ title: Heap sort tags: algorithm,array,recursion expertise: advanced +author: chalarangelo firstSeen: 2020-12-28T22:48:09+02:00 lastUpdated: 2020-12-28T22:48:09+02:00 --- diff --git a/snippets/indexBy.md b/snippets/indexBy.md index 6f1a4ab76..5d80d37e3 100644 --- a/snippets/indexBy.md +++ b/snippets/indexBy.md @@ -2,6 +2,7 @@ title: Index array based on function tags: array,object expertise: intermediate +author: chalarangelo firstSeen: 2021-06-20T05:00:00-04:00 --- diff --git a/snippets/indexOfSubstrings.md b/snippets/indexOfSubstrings.md index c61e07f8b..a19375c3d 100644 --- a/snippets/indexOfSubstrings.md +++ b/snippets/indexOfSubstrings.md @@ -2,6 +2,7 @@ title: Index of substrings tags: string,algorithm,generator expertise: intermediate +author: chalarangelo firstSeen: 2020-12-31T13:58:51+02:00 lastUpdated: 2020-12-31T13:58:51+02:00 --- diff --git a/snippets/indexOn.md b/snippets/indexOn.md index d6117916c..0641ee6c3 100644 --- a/snippets/indexOn.md +++ b/snippets/indexOn.md @@ -2,6 +2,7 @@ title: Array to object based on key tags: array,object expertise: intermediate +author: chalarangelo firstSeen: 2021-06-27T05:00:00-04:00 --- diff --git a/snippets/insertAt.md b/snippets/insertAt.md index f2b00d923..4c0f58b43 100644 --- a/snippets/insertAt.md +++ b/snippets/insertAt.md @@ -2,6 +2,7 @@ title: Insert value at array index tags: array expertise: intermediate +author: chalarangelo firstSeen: 2020-05-22T09:07:35+03:00 lastUpdated: 2020-10-20T23:02:01+03:00 --- diff --git a/snippets/insertionSort.md b/snippets/insertionSort.md index f5f6f68e4..b5c72f189 100644 --- a/snippets/insertionSort.md +++ b/snippets/insertionSort.md @@ -2,6 +2,7 @@ title: Insertion sort tags: algorithm,array expertise: intermediate +author: chalarangelo firstSeen: 2020-12-28T21:53:53+02:00 lastUpdated: 2020-12-28T21:53:53+02:00 --- diff --git a/snippets/isAsyncFunction.md b/snippets/isAsyncFunction.md index 136a32c24..aab9291f1 100644 --- a/snippets/isAsyncFunction.md +++ b/snippets/isAsyncFunction.md @@ -2,6 +2,7 @@ title: Value is async function tags: type,function expertise: intermediate +author: chalarangelo firstSeen: 2020-08-07T15:41:55+03:00 lastUpdated: 2020-10-20T11:21:07+03:00 --- diff --git a/snippets/isContainedIn.md b/snippets/isContainedIn.md index dfdc05895..0ae7b8c92 100644 --- a/snippets/isContainedIn.md +++ b/snippets/isContainedIn.md @@ -2,6 +2,7 @@ title: Array is contained in other array tags: array expertise: intermediate +author: chalarangelo firstSeen: 2020-01-05T21:40:51+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/isDeepFrozen.md b/snippets/isDeepFrozen.md index df33a2255..284885c77 100644 --- a/snippets/isDeepFrozen.md +++ b/snippets/isDeepFrozen.md @@ -2,6 +2,7 @@ title: Check if object is deep frozen tags: object,recursion expertise: intermediate +author: maciv firstSeen: 2020-09-04T20:20:11+03:00 lastUpdated: 2020-10-20T23:02:01+03:00 --- diff --git a/snippets/isDisjoint.md b/snippets/isDisjoint.md index ea0cfcb0d..7efb327a6 100644 --- a/snippets/isDisjoint.md +++ b/snippets/isDisjoint.md @@ -2,6 +2,7 @@ title: Disjointed iterables tags: array expertise: intermediate +author: maciv firstSeen: 2020-10-11T11:53:01+03:00 lastUpdated: 2020-10-11T11:53:01+03:00 --- diff --git a/snippets/isGeneratorFunction.md b/snippets/isGeneratorFunction.md index de788cf67..3e6153b4e 100644 --- a/snippets/isGeneratorFunction.md +++ b/snippets/isGeneratorFunction.md @@ -2,6 +2,7 @@ title: Value is generator function tags: type,function expertise: intermediate +author: chalarangelo firstSeen: 2020-08-07T15:40:38+03:00 lastUpdated: 2020-10-20T11:21:07+03:00 --- diff --git a/snippets/isISOString.md b/snippets/isISOString.md index f9917ea29..dabda4e27 100644 --- a/snippets/isISOString.md +++ b/snippets/isISOString.md @@ -2,6 +2,7 @@ title: String is ISO formatted date tags: date expertise: intermediate +author: chalarangelo firstSeen: 2020-11-29T12:16:43+02:00 lastUpdated: 2020-11-29T12:16:43+02:00 --- diff --git a/snippets/isLocalStorageEnabled.md b/snippets/isLocalStorageEnabled.md index 407dcb99e..8697495a0 100644 --- a/snippets/isLocalStorageEnabled.md +++ b/snippets/isLocalStorageEnabled.md @@ -2,6 +2,7 @@ title: Check if localStorage is enabled tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2020-12-31T13:13:47+02:00 lastUpdated: 2020-12-31T13:13:47+02:00 --- diff --git a/snippets/isPowerOfTen.md b/snippets/isPowerOfTen.md index 9708e2f7d..731af4cb2 100644 --- a/snippets/isPowerOfTen.md +++ b/snippets/isPowerOfTen.md @@ -2,6 +2,7 @@ title: Number is power of ten tags: math expertise: beginner +author: chalarangelo firstSeen: 2021-01-06T22:53:58+02:00 lastUpdated: 2021-01-06T22:53:58+02:00 --- diff --git a/snippets/isPowerOfTwo.md b/snippets/isPowerOfTwo.md index 710d12f68..9f3a47071 100644 --- a/snippets/isPowerOfTwo.md +++ b/snippets/isPowerOfTwo.md @@ -2,6 +2,7 @@ title: Number is power of two tags: math expertise: beginner +author: chalarangelo firstSeen: 2019-12-31T13:17:12+02:00 lastUpdated: 2020-10-20T23:02:01+03:00 --- diff --git a/snippets/isSameOrigin.md b/snippets/isSameOrigin.md index 1dbbf43dc..7acd330a8 100644 --- a/snippets/isSameOrigin.md +++ b/snippets/isSameOrigin.md @@ -2,6 +2,7 @@ title: Same-origin URLs tags: object expertise: beginner +author: chalarangelo firstSeen: 2021-04-22T08:27:41+03:00 lastUpdated: 2021-04-22T08:27:41+03:00 --- diff --git a/snippets/isSessionStorageEnabled.md b/snippets/isSessionStorageEnabled.md index 1a26b39ba..4f0910c4b 100644 --- a/snippets/isSessionStorageEnabled.md +++ b/snippets/isSessionStorageEnabled.md @@ -2,6 +2,7 @@ title: Check if sessionStorage is enabled tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2020-12-31T13:13:47+02:00 lastUpdated: 2020-12-31T13:13:47+02:00 --- diff --git a/snippets/kMeans.md b/snippets/kMeans.md index 47bfa6bd1..5e8a4be07 100644 --- a/snippets/kMeans.md +++ b/snippets/kMeans.md @@ -2,6 +2,7 @@ title: K-means clustering tags: algorithm,array expertise: advanced +author: chalarangelo firstSeen: 2020-12-28T15:38:40+02:00 lastUpdated: 2020-12-29T16:32:46+02:00 --- diff --git a/snippets/kNearestNeighbors.md b/snippets/kNearestNeighbors.md index 6c2175932..c801ec8e6 100644 --- a/snippets/kNearestNeighbors.md +++ b/snippets/kNearestNeighbors.md @@ -2,6 +2,7 @@ title: K-nearest neighbors tags: algorithm,array expertise: advanced +author: chalarangelo firstSeen: 2020-12-28T16:31:43+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/levenshteinDistance.md b/snippets/levenshteinDistance.md index 13bd7f54d..1f7797216 100644 --- a/snippets/levenshteinDistance.md +++ b/snippets/levenshteinDistance.md @@ -2,6 +2,7 @@ title: Levenshtein distance tags: string,algorithm expertise: intermediate +author: chalarangelo firstSeen: 2020-12-27T19:49:12+02:00 lastUpdated: 2020-12-29T16:27:50+02:00 --- diff --git a/snippets/linearSearch.md b/snippets/linearSearch.md index a87bbae7f..def0266db 100644 --- a/snippets/linearSearch.md +++ b/snippets/linearSearch.md @@ -2,6 +2,7 @@ title: Linear search tags: algorithm,array expertise: beginner +author: maciv firstSeen: 2020-12-28T12:07:53+02:00 lastUpdated: 2020-12-28T12:07:53+02:00 --- diff --git a/snippets/listenOnce.md b/snippets/listenOnce.md index f632e3e68..5e1d5e913 100644 --- a/snippets/listenOnce.md +++ b/snippets/listenOnce.md @@ -2,6 +2,7 @@ title: Listen for an event only once tags: browser,event expertise: beginner +author: chalarangelo firstSeen: 2020-06-01T16:58:52+03:00 lastUpdated: 2020-10-22T20:23:47+03:00 --- diff --git a/snippets/mapConsecutive.md b/snippets/mapConsecutive.md index eb8ec379e..a8fce36b4 100644 --- a/snippets/mapConsecutive.md +++ b/snippets/mapConsecutive.md @@ -2,6 +2,7 @@ title: Map consecutive elements tags: array expertise: intermediate +author: chalarangelo firstSeen: 2021-08-08T05:00:00-04:00 --- diff --git a/snippets/mergeSort.md b/snippets/mergeSort.md index c8ebace7a..6d1bb36d9 100644 --- a/snippets/mergeSort.md +++ b/snippets/mergeSort.md @@ -2,6 +2,7 @@ title: Merge sort tags: algorithm,array,recursion expertise: advanced +author: maciv firstSeen: 2020-12-27T22:44:32+02:00 lastUpdated: 2020-12-27T22:44:32+02:00 --- diff --git a/snippets/mergeSortedArrays.md b/snippets/mergeSortedArrays.md index 84c04520f..590222dcf 100644 --- a/snippets/mergeSortedArrays.md +++ b/snippets/mergeSortedArrays.md @@ -2,6 +2,7 @@ title: Merge sorted arrays tags: array expertise: intermediate +author: maciv firstSeen: 2020-12-27T22:55:37+02:00 lastUpdated: 2020-12-27T22:55:37+02:00 --- diff --git a/snippets/mostFrequent.md b/snippets/mostFrequent.md index 1a6d62069..dcc6b8753 100644 --- a/snippets/mostFrequent.md +++ b/snippets/mostFrequent.md @@ -2,6 +2,7 @@ title: Most frequent element in array tags: array expertise: intermediate +author: chalarangelo firstSeen: 2020-01-03T15:32:46+02:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/normalizeLineEndings.md b/snippets/normalizeLineEndings.md index 4db401cfe..7d54920b6 100644 --- a/snippets/normalizeLineEndings.md +++ b/snippets/normalizeLineEndings.md @@ -2,6 +2,7 @@ title: Normalize line endings tags: string,regexp expertise: intermediate +author: chalarangelo firstSeen: 2020-05-04T12:33:13+03:00 lastUpdated: 2020-10-21T21:54:53+03:00 --- diff --git a/snippets/nthRoot.md b/snippets/nthRoot.md index c386c78a7..5a9261b49 100644 --- a/snippets/nthRoot.md +++ b/snippets/nthRoot.md @@ -2,6 +2,7 @@ title: Nth root of number tags: math expertise: beginner +author: chalarangelo firstSeen: 2021-01-06T22:47:48+02:00 lastUpdated: 2021-01-06T22:47:48+02:00 --- diff --git a/snippets/objectToEntries.md b/snippets/objectToEntries.md index ce22c28b3..0809926fc 100644 --- a/snippets/objectToEntries.md +++ b/snippets/objectToEntries.md @@ -2,6 +2,7 @@ title: Object to entries tags: object,array expertise: beginner +author: chalarangelo firstSeen: 2020-04-16T11:10:13+03:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/objectToPairs.md b/snippets/objectToPairs.md index e92aaa7a2..55877ee79 100644 --- a/snippets/objectToPairs.md +++ b/snippets/objectToPairs.md @@ -2,6 +2,7 @@ title: Object to pairs tags: object,array expertise: beginner +author: chalarangelo firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/onClickOutside.md b/snippets/onClickOutside.md index 65bbb3a4d..57a44244b 100644 --- a/snippets/onClickOutside.md +++ b/snippets/onClickOutside.md @@ -2,6 +2,7 @@ title: Handle click outside tags: browser,event expertise: intermediate +author: chalarangelo firstSeen: 2021-01-06T13:57:56+02:00 lastUpdated: 2021-01-06T13:57:56+02:00 --- diff --git a/snippets/onScrollStop.md b/snippets/onScrollStop.md index 49e5eba03..e976c1d82 100644 --- a/snippets/onScrollStop.md +++ b/snippets/onScrollStop.md @@ -2,6 +2,7 @@ title: Handle scroll stop tags: browser,event expertise: intermediate +author: chalarangelo firstSeen: 2021-01-07T00:31:14+02:00 lastUpdated: 2021-01-07T00:31:14+02:00 --- diff --git a/snippets/padNumber.md b/snippets/padNumber.md index 39478e71b..3be8a80bc 100644 --- a/snippets/padNumber.md +++ b/snippets/padNumber.md @@ -2,6 +2,7 @@ title: Pad number tags: string,math expertise: beginner +author: maciv firstSeen: 2020-10-03T23:31:08+03:00 lastUpdated: 2020-10-03T23:31:08+03:00 --- diff --git a/snippets/prefersDarkColorScheme.md b/snippets/prefersDarkColorScheme.md index a3d11f228..b3d3054ca 100644 --- a/snippets/prefersDarkColorScheme.md +++ b/snippets/prefersDarkColorScheme.md @@ -2,6 +2,7 @@ title: User prefers dark color scheme tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2020-05-04T12:50:35+03:00 lastUpdated: 2020-10-22T20:24:04+03:00 --- diff --git a/snippets/prefersLightColorScheme.md b/snippets/prefersLightColorScheme.md index f64500fc2..c4c41116d 100644 --- a/snippets/prefersLightColorScheme.md +++ b/snippets/prefersLightColorScheme.md @@ -2,6 +2,7 @@ title: User prefers light color scheme tags: browser expertise: intermediate +author: chalarangelo firstSeen: 2020-05-04T12:50:35+03:00 lastUpdated: 2020-10-22T20:24:04+03:00 --- diff --git a/snippets/primeFactors.md b/snippets/primeFactors.md index b42fd1ffe..4b65eda47 100644 --- a/snippets/primeFactors.md +++ b/snippets/primeFactors.md @@ -2,6 +2,7 @@ title: Prime factors of number tags: math,algorithm expertise: beginner +author: maciv firstSeen: 2020-12-28T13:11:01+02:00 lastUpdated: 2020-12-28T13:11:01+02:00 --- diff --git a/snippets/prod.md b/snippets/prod.md index fb7edff53..b33f2cbcf 100644 --- a/snippets/prod.md +++ b/snippets/prod.md @@ -2,6 +2,7 @@ title: Product of numeric values tags: math,array expertise: intermediate +author: maciv firstSeen: 2020-10-15T21:56:51+03:00 lastUpdated: 2020-10-22T20:24:04+03:00 --- diff --git a/snippets/quickSort.md b/snippets/quickSort.md index c2d3b133d..568bfa576 100644 --- a/snippets/quickSort.md +++ b/snippets/quickSort.md @@ -2,6 +2,7 @@ title: Quick sort tags: algorithm,array,recursion expertise: advanced +author: maciv firstSeen: 2017-12-28T13:42:41+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/randomBoolean.md b/snippets/randomBoolean.md index c450083f0..c87e242ce 100644 --- a/snippets/randomBoolean.md +++ b/snippets/randomBoolean.md @@ -2,6 +2,7 @@ title: Random boolean value tags: math,random expertise: beginner +author: chalarangelo firstSeen: 2021-01-20T16:20:08+02:00 lastUpdated: 2021-01-20T16:20:08+02:00 --- diff --git a/snippets/rangeGenerator.md b/snippets/rangeGenerator.md index 3d8428563..f1e4d046a 100644 --- a/snippets/rangeGenerator.md +++ b/snippets/rangeGenerator.md @@ -2,6 +2,7 @@ title: Range generator tags: function,generator expertise: advanced +author: chalarangelo firstSeen: 2020-10-11T17:05:55+03:00 lastUpdated: 2020-10-11T17:05:55+03:00 --- diff --git a/snippets/removeClass.md b/snippets/removeClass.md index 20c6798cb..3fe2c474d 100644 --- a/snippets/removeClass.md +++ b/snippets/removeClass.md @@ -2,6 +2,7 @@ title: Remove class from HTML element tags: browser expertise: beginner +author: chalarangelo firstSeen: 2020-12-30T19:21:15+02:00 lastUpdated: 2020-12-30T19:21:15+02:00 --- diff --git a/snippets/removeElement.md b/snippets/removeElement.md index f69f11b19..a4faaa86c 100644 --- a/snippets/removeElement.md +++ b/snippets/removeElement.md @@ -2,6 +2,7 @@ title: Remove DOM element tags: browser expertise: beginner +author: chalarangelo firstSeen: 2021-01-07T00:20:34+02:00 lastUpdated: 2021-01-07T00:20:34+02:00 --- diff --git a/snippets/removeEventListenerAll.md b/snippets/removeEventListenerAll.md index 1f2d89caa..6c91f58f4 100644 --- a/snippets/removeEventListenerAll.md +++ b/snippets/removeEventListenerAll.md @@ -2,6 +2,7 @@ title: Remove event listeners from target tags: browser,event expertise: intermediate +author: chalarangelo firstSeen: 2021-04-22T08:53:29+03:00 lastUpdated: 2021-04-22T08:53:29+03:00 --- diff --git a/snippets/renderElement.md b/snippets/renderElement.md index 8465143d3..d6591ec81 100644 --- a/snippets/renderElement.md +++ b/snippets/renderElement.md @@ -2,6 +2,7 @@ title: Render DOM element tags: browser,recursion expertise: advanced +author: chalarangelo firstSeen: 2020-05-03T11:55:42+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/repeatGenerator.md b/snippets/repeatGenerator.md index d4f8c3f4d..1145bbbba 100644 --- a/snippets/repeatGenerator.md +++ b/snippets/repeatGenerator.md @@ -2,6 +2,7 @@ title: Repeat generator tags: function,generator expertise: advanced +author: chalarangelo firstSeen: 2020-10-11T17:05:48+03:00 lastUpdated: 2020-10-11T17:05:48+03:00 --- diff --git a/snippets/replaceLast.md b/snippets/replaceLast.md index aa3dc2faa..dc9891d4c 100644 --- a/snippets/replaceLast.md +++ b/snippets/replaceLast.md @@ -2,6 +2,7 @@ title: Replace last occuerence in string tags: string,regexp expertise: advanced +author: chalarangelo firstSeen: 2021-04-22T09:01:22+03:00 lastUpdated: 2021-04-22T09:01:22+03:00 --- diff --git a/snippets/requireUncached.md b/snippets/requireUncached.md index fd8714bb5..1647b54d1 100644 --- a/snippets/requireUncached.md +++ b/snippets/requireUncached.md @@ -2,6 +2,7 @@ title: Uncached module require tags: node expertise: advanced +author: chalarangelo firstSeen: 2020-08-07T15:49:39+03:00 lastUpdated: 2020-09-15T16:28:04+03:00 --- diff --git a/snippets/resolveAfter.md b/snippets/resolveAfter.md index 3bbb9925f..4d62d263e 100644 --- a/snippets/resolveAfter.md +++ b/snippets/resolveAfter.md @@ -2,6 +2,7 @@ title: Resolve promise after given amount of time tags: function,promise expertise: intermediate +author: chalarangelo firstSeen: 2022-01-08T05:00:00-04:00 --- diff --git a/snippets/selectionSort.md b/snippets/selectionSort.md index 279a4ba8c..3bd8242c4 100644 --- a/snippets/selectionSort.md +++ b/snippets/selectionSort.md @@ -2,6 +2,7 @@ title: Selection sort tags: algorithm,array expertise: intermediate +author: chalarangelo firstSeen: 2020-12-27T22:22:44+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/subSet.md b/snippets/subSet.md index d0f26f24f..a2a9fdbe6 100644 --- a/snippets/subSet.md +++ b/snippets/subSet.md @@ -2,6 +2,7 @@ title: Subset of iterable tags: array expertise: intermediate +author: maciv firstSeen: 2020-10-11T11:53:08+03:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/superSet.md b/snippets/superSet.md index 3264fbd3d..476b4a189 100644 --- a/snippets/superSet.md +++ b/snippets/superSet.md @@ -2,6 +2,7 @@ title: Superset of iterable tags: array expertise: intermediate +author: maciv firstSeen: 2020-10-11T11:53:19+03:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/supportsTouchEvents.md b/snippets/supportsTouchEvents.md index bc8c5b7e9..0fc919041 100644 --- a/snippets/supportsTouchEvents.md +++ b/snippets/supportsTouchEvents.md @@ -2,6 +2,7 @@ title: Device supports touch events tags: browser expertise: beginner +author: chalarangelo firstSeen: 2020-05-04T12:57:23+03:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/swapCase.md b/snippets/swapCase.md index a587418d8..c92d5a7a7 100644 --- a/snippets/swapCase.md +++ b/snippets/swapCase.md @@ -2,6 +2,7 @@ title: Swapcase string tags: string expertise: beginner +author: maciv firstSeen: 2020-11-15T13:09:03+02:00 lastUpdated: 2020-11-15T13:09:03+02:00 --- diff --git a/snippets/symbolizeKeys.md b/snippets/symbolizeKeys.md index 7ca1b6dea..0b986558f 100644 --- a/snippets/symbolizeKeys.md +++ b/snippets/symbolizeKeys.md @@ -2,6 +2,7 @@ title: Symbolize object keys tags: object expertise: advanced +author: chalarangelo firstSeen: 2021-08-01T05:00:00-04:00 --- diff --git a/snippets/toPairs.md b/snippets/toPairs.md index 3661b4eed..d71e0d826 100644 --- a/snippets/toPairs.md +++ b/snippets/toPairs.md @@ -2,6 +2,7 @@ title: Object to pairs tags: object,array expertise: intermediate +author: chalarangelo firstSeen: 2020-03-23T15:07:23+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 --- diff --git a/snippets/toRGBObject.md b/snippets/toRGBObject.md index f445645b8..9117de073 100644 --- a/snippets/toRGBObject.md +++ b/snippets/toRGBObject.md @@ -2,6 +2,7 @@ title: RGB to object tags: string,browser,regexp expertise: intermediate +author: chalarangelo firstSeen: 2020-10-14T21:58:14+03:00 lastUpdated: 2020-10-22T20:24:44+03:00 --- diff --git a/snippets/walkThrough.md b/snippets/walkThrough.md index 9cb38f6f7..e781fa09e 100644 --- a/snippets/walkThrough.md +++ b/snippets/walkThrough.md @@ -2,6 +2,7 @@ title: Walk through object tags: object,recursion,generator expertise: advanced +author: chalarangelo firstSeen: 2020-12-31T13:03:15+02:00 lastUpdated: 2021-11-15T13:18:18+02:00 --- diff --git a/snippets/weekOfYear.md b/snippets/weekOfYear.md index d095ac815..75c8cd7d2 100644 --- a/snippets/weekOfYear.md +++ b/snippets/weekOfYear.md @@ -2,6 +2,7 @@ title: Week of year tags: date expertise: advanced +author: chalarangelo firstSeen: 2021-08-15T05:00:00-04:00 --- diff --git a/snippets/weightedSample.md b/snippets/weightedSample.md index 5388327d8..4b700be48 100644 --- a/snippets/weightedSample.md +++ b/snippets/weightedSample.md @@ -2,6 +2,7 @@ title: Weighted sample tags: array,random expertise: advanced +author: chalarangelo firstSeen: 2019-12-31T11:34:26+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 ---