diff --git a/snippets/URLJoin.md b/snippets/URLJoin.md index e7d3febf1..dbdcd74d1 100644 --- a/snippets/URLJoin.md +++ b/snippets/URLJoin.md @@ -1,5 +1,5 @@ --- -title: URLJoin +title: Join URL segments tags: string,regexp,advanced firstSeen: 2018-01-16T15:53:03+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/UUIDGeneratorBrowser.md b/snippets/UUIDGeneratorBrowser.md index c46cdcbe9..602d4fb7b 100644 --- a/snippets/UUIDGeneratorBrowser.md +++ b/snippets/UUIDGeneratorBrowser.md @@ -1,5 +1,5 @@ --- -title: UUIDGeneratorBrowser +title: Generate UUID (browser) tags: browser,random,intermediate firstSeen: 2017-12-29T09:47:10+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/UUIDGeneratorNode.md b/snippets/UUIDGeneratorNode.md index e023f26ec..2eda7ff67 100644 --- a/snippets/UUIDGeneratorNode.md +++ b/snippets/UUIDGeneratorNode.md @@ -1,5 +1,5 @@ --- -title: UUIDGeneratorNode +title: Generate UUID (Node.js) tags: node,random,intermediate firstSeen: 2017-12-29T09:47:10+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unary.md b/snippets/unary.md index 012d2106c..61a010f98 100644 --- a/snippets/unary.md +++ b/snippets/unary.md @@ -1,5 +1,5 @@ --- -title: unary +title: Unary function arity tags: function,beginner firstSeen: 2018-01-24T13:22:32+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/uncurry.md b/snippets/uncurry.md index c059f60ea..7c04b8e95 100644 --- a/snippets/uncurry.md +++ b/snippets/uncurry.md @@ -1,5 +1,5 @@ --- -title: uncurry +title: Uncurry function tags: function,advanced firstSeen: 2018-02-14T11:56:44+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unescapeHTML.md b/snippets/unescapeHTML.md index 873b84e71..5a54fb57a 100644 --- a/snippets/unescapeHTML.md +++ b/snippets/unescapeHTML.md @@ -1,5 +1,5 @@ --- -title: unescapeHTML +title: Unescape HTML tags: string,browser,regexp,beginner firstSeen: 2017-12-29T15:09:10+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unflattenObject.md b/snippets/unflattenObject.md index 9a2faf4ca..6cb02c110 100644 --- a/snippets/unflattenObject.md +++ b/snippets/unflattenObject.md @@ -1,5 +1,5 @@ --- -title: unflattenObject +title: Unflatten object tags: object,advanced firstSeen: 2018-02-07T11:30:18+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unfold.md b/snippets/unfold.md index 0c6a513a7..e8f6a2141 100644 --- a/snippets/unfold.md +++ b/snippets/unfold.md @@ -1,5 +1,5 @@ --- -title: unfold +title: Unfold array tags: function,array,intermediate firstSeen: 2018-01-24T16:22:14+02:00 lastUpdated: 2020-09-15T16:28:04+03:00 diff --git a/snippets/union.md b/snippets/union.md index 107df28e7..903b118ed 100644 --- a/snippets/union.md +++ b/snippets/union.md @@ -1,5 +1,5 @@ --- -title: union +title: Array union tags: array,beginner firstSeen: 2017-12-17T16:41:31+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unionBy.md b/snippets/unionBy.md index 0ebf48124..36451a5d0 100644 --- a/snippets/unionBy.md +++ b/snippets/unionBy.md @@ -1,5 +1,5 @@ --- -title: unionBy +title: Mapped array union tags: array,intermediate firstSeen: 2018-01-24T12:19:41+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unionWith.md b/snippets/unionWith.md index fe70c3c0f..f188344ce 100644 --- a/snippets/unionWith.md +++ b/snippets/unionWith.md @@ -1,5 +1,5 @@ --- -title: unionWith +title: Array union based on function tags: array,intermediate firstSeen: 2018-01-24T12:19:41+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/uniqueElements.md b/snippets/uniqueElements.md index 50bd8baca..02bd94d75 100644 --- a/snippets/uniqueElements.md +++ b/snippets/uniqueElements.md @@ -1,5 +1,5 @@ --- -title: uniqueElements +title: Unique values in array tags: array,beginner firstSeen: 2018-01-17T19:02:49+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/uniqueElementsBy.md b/snippets/uniqueElementsBy.md index 68b295d3e..50cb29019 100644 --- a/snippets/uniqueElementsBy.md +++ b/snippets/uniqueElementsBy.md @@ -1,5 +1,5 @@ --- -title: uniqueElementsBy +title: Unique values in array based on function tags: array,intermediate firstSeen: 2018-07-18T20:49:07+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/uniqueElementsByRight.md b/snippets/uniqueElementsByRight.md index 299016057..d35a595f3 100644 --- a/snippets/uniqueElementsByRight.md +++ b/snippets/uniqueElementsByRight.md @@ -1,5 +1,5 @@ --- -title: uniqueElementsByRight +title: Reversed unique values in array based on function tags: array,intermediate firstSeen: 2018-07-18T20:49:07+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/uniqueSymmetricDifference.md b/snippets/uniqueSymmetricDifference.md index bfce655cb..93d5dc80f 100644 --- a/snippets/uniqueSymmetricDifference.md +++ b/snippets/uniqueSymmetricDifference.md @@ -1,5 +1,5 @@ --- -title: uniqueSymmetricDifference +title: Array unique symmetric difference tags: array,math,intermediate firstSeen: 2018-08-17T08:37:08+03:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/untildify.md b/snippets/untildify.md index 86879d038..92fea3c6d 100644 --- a/snippets/untildify.md +++ b/snippets/untildify.md @@ -1,5 +1,5 @@ --- -title: untildify +title: Convert to absolute path tags: node,string,beginner firstSeen: 2018-01-01T17:43:18+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unzip.md b/snippets/unzip.md index db7e93819..30ee20cc6 100644 --- a/snippets/unzip.md +++ b/snippets/unzip.md @@ -1,5 +1,5 @@ --- -title: unzip +title: Ungroup array elements tags: array,intermediate firstSeen: 2018-01-24T12:35:25+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/unzipWith.md b/snippets/unzipWith.md index 82b5de00e..19d0780d4 100644 --- a/snippets/unzipWith.md +++ b/snippets/unzipWith.md @@ -1,5 +1,5 @@ --- -title: unzipWith +title: Ungroup array elements based on function tags: array,advanced firstSeen: 2018-01-24T12:44:16+02:00 lastUpdated: 2022-01-23T13:18:50+03:00 diff --git a/snippets/validateNumber.md b/snippets/validateNumber.md index beefebc12..af5f0eee0 100644 --- a/snippets/validateNumber.md +++ b/snippets/validateNumber.md @@ -1,5 +1,5 @@ --- -title: validateNumber +title: Validate number tags: math,intermediate firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-10-22T20:23:26+03:00 diff --git a/snippets/vectorAngle.md b/snippets/vectorAngle.md index 9136f0127..ea94dae13 100644 --- a/snippets/vectorAngle.md +++ b/snippets/vectorAngle.md @@ -1,5 +1,5 @@ --- -title: vectorAngle +title: Vector angle tags: math,beginner firstSeen: 2019-12-16T16:43:13+02:00 lastUpdated: 2021-01-08T00:23:44+02:00 diff --git a/snippets/vectorDistance.md b/snippets/vectorDistance.md index 8d237cb3b..be5a15ac1 100644 --- a/snippets/vectorDistance.md +++ b/snippets/vectorDistance.md @@ -1,5 +1,5 @@ --- -title: vectorDistance +title: Vector distance tags: math,algorithm,beginner firstSeen: 2019-02-23T19:13:48+02:00 lastUpdated: 2020-12-28T13:49:24+02:00 diff --git a/snippets/walkThrough.md b/snippets/walkThrough.md index 989f46e4f..8cca41a37 100644 --- a/snippets/walkThrough.md +++ b/snippets/walkThrough.md @@ -1,5 +1,5 @@ --- -title: walkThrough +title: Walk through object tags: object,recursion,generator,advanced 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 6a6f54863..ae5c81b1f 100644 --- a/snippets/weekOfYear.md +++ b/snippets/weekOfYear.md @@ -1,5 +1,5 @@ --- -title: weekOfYear +title: Week of year tags: date,advanced firstSeen: 2021-08-15T05:00:00-04:00 --- diff --git a/snippets/weightedAverage.md b/snippets/weightedAverage.md index 92e384626..acfed20b2 100644 --- a/snippets/weightedAverage.md +++ b/snippets/weightedAverage.md @@ -1,5 +1,5 @@ --- -title: weightedAverage +title: Weighted average tags: math,intermediate firstSeen: 2020-10-04T00:38:33+03:00 lastUpdated: 2020-11-03T21:46:13+02:00 diff --git a/snippets/weightedSample.md b/snippets/weightedSample.md index d4e9fabd6..3265224c8 100644 --- a/snippets/weightedSample.md +++ b/snippets/weightedSample.md @@ -1,5 +1,5 @@ --- -title: weightedSample +title: Weighted sample tags: array,random,advanced firstSeen: 2019-12-31T11:34:26+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/when.md b/snippets/when.md index 25f0e4bfe..5ef14250a 100644 --- a/snippets/when.md +++ b/snippets/when.md @@ -1,5 +1,5 @@ --- -title: when +title: Apply function when condition is met tags: function,logic,beginner firstSeen: 2018-04-19T03:45:32+03:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/without.md b/snippets/without.md index de2b62761..449e7e4e7 100644 --- a/snippets/without.md +++ b/snippets/without.md @@ -1,5 +1,5 @@ --- -title: without +title: Filter out matching array elements tags: array,beginner firstSeen: 2017-12-15T09:35:30+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/wordWrap.md b/snippets/wordWrap.md index d9126c26c..2a6400fd0 100644 --- a/snippets/wordWrap.md +++ b/snippets/wordWrap.md @@ -1,5 +1,5 @@ --- -title: wordWrap +title: Word wrap string tags: string,regexp,intermediate firstSeen: 2020-10-06T11:48:41+03:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/words.md b/snippets/words.md index 044ef760b..8e59ac49b 100644 --- a/snippets/words.md +++ b/snippets/words.md @@ -1,5 +1,5 @@ --- -title: words +title: String to words tags: string,regexp,intermediate firstSeen: 2017-12-21T14:50:57+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/xProd.md b/snippets/xProd.md index 6ff1cf7a2..dcd4f0707 100644 --- a/snippets/xProd.md +++ b/snippets/xProd.md @@ -1,5 +1,5 @@ --- -title: xProd +title: Cross product of arrays tags: array,math,intermediate firstSeen: 2018-01-24T15:55:03+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/xor.md b/snippets/xor.md index 736731015..a6a38dacc 100644 --- a/snippets/xor.md +++ b/snippets/xor.md @@ -1,5 +1,5 @@ --- -title: xor +title: Logical xor tags: math,logic,beginner unlisted: true firstSeen: 2020-10-05T21:19:21+03:00 diff --git a/snippets/yesNo.md b/snippets/yesNo.md index 95372f2e6..0b0a5f23a 100644 --- a/snippets/yesNo.md +++ b/snippets/yesNo.md @@ -1,5 +1,5 @@ --- -title: yesNo +title: Check yes/no string tags: string,regexp,intermediate unlisted: true firstSeen: 2017-12-30T18:35:54+02:00 diff --git a/snippets/yesterday.md b/snippets/yesterday.md index 42dc14de6..3411a7622 100644 --- a/snippets/yesterday.md +++ b/snippets/yesterday.md @@ -1,5 +1,5 @@ --- -title: yesterday +title: Date of yesterday tags: date,intermediate firstSeen: 2019-07-19T10:57:21+03:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/zip.md b/snippets/zip.md index c7f138be6..514972d25 100644 --- a/snippets/zip.md +++ b/snippets/zip.md @@ -1,5 +1,5 @@ --- -title: zip +title: Group array elements tags: array,intermediate firstSeen: 2017-12-17T16:41:31+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/zipObject.md b/snippets/zipObject.md index 780e6a0ad..dc7cae511 100644 --- a/snippets/zipObject.md +++ b/snippets/zipObject.md @@ -1,5 +1,5 @@ --- -title: zipObject +title: Group array into object tags: array,object,intermediate firstSeen: 2017-12-21T00:55:18+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/zipWith.md b/snippets/zipWith.md index 094fc4944..b0da2f9b7 100644 --- a/snippets/zipWith.md +++ b/snippets/zipWith.md @@ -1,5 +1,5 @@ --- -title: zipWith +title: Group array elements based on function tags: array,advanced firstSeen: 2018-01-20T17:21:34+02:00 lastUpdated: 2020-11-03T21:46:13+02:00