From ac6b0869d8451dbdbac00b130b861c66aca7bfa2 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 25 Mar 2023 21:20:49 +0200 Subject: [PATCH] Clean up snippet tags --- snippets/accumulate.md | 2 +- snippets/average.md | 2 +- snippets/averageBy.md | 2 +- snippets/cartesianProduct.md | 2 +- snippets/closest.md | 2 +- snippets/escapeHTML.md | 2 +- snippets/is.md | 2 +- snippets/isBrowser.md | 2 +- snippets/isNode.md | 2 +- snippets/isSameOrigin.md | 2 +- snippets/maxN.md | 2 +- snippets/median.md | 2 +- snippets/minN.md | 2 +- snippets/prod.md | 2 +- snippets/readFileLines.md | 2 +- snippets/standardDeviation.md | 2 +- snippets/sum.md | 2 +- snippets/toHSLArray.md | 2 +- snippets/toHSLObject.md | 2 +- snippets/toRGBArray.md | 2 +- snippets/toRGBObject.md | 2 +- snippets/unescapeHTML.md | 2 +- snippets/xProd.md | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/snippets/accumulate.md b/snippets/accumulate.md index c906dd463..6cf46968c 100644 --- a/snippets/accumulate.md +++ b/snippets/accumulate.md @@ -1,6 +1,6 @@ --- title: Partial sum array -tags: math,array +tags: math author: chalarangelo cover: river-house-lights firstSeen: 2020-05-04T12:20:46+03:00 diff --git a/snippets/average.md b/snippets/average.md index 8f2870719..3834e0840 100644 --- a/snippets/average.md +++ b/snippets/average.md @@ -1,6 +1,6 @@ --- title: Average of numbers -tags: math,array +tags: math cover: interior-8 firstSeen: 2017-12-29T13:29:49+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 diff --git a/snippets/averageBy.md b/snippets/averageBy.md index e22ed6d5e..174d7098b 100644 --- a/snippets/averageBy.md +++ b/snippets/averageBy.md @@ -1,6 +1,6 @@ --- title: Mapped array average -tags: math,array +tags: math cover: rock-climbing firstSeen: 2018-01-11T12:25:54+02:00 lastUpdated: 2020-10-21T21:17:45+03:00 diff --git a/snippets/cartesianProduct.md b/snippets/cartesianProduct.md index 32a604926..b2f3e23eb 100644 --- a/snippets/cartesianProduct.md +++ b/snippets/cartesianProduct.md @@ -1,6 +1,6 @@ --- title: Cartesian product -tags: math,array +tags: math cover: sail-away firstSeen: 2020-12-28T20:23:47+02:00 lastUpdated: 2020-12-29T12:31:43+02:00 diff --git a/snippets/closest.md b/snippets/closest.md index f3f414fa1..f850ef8cf 100644 --- a/snippets/closest.md +++ b/snippets/closest.md @@ -1,6 +1,6 @@ --- title: Closest numeric match -tags: math,array +tags: math author: chalarangelo cover: sparkles firstSeen: 2022-03-30T05:00:00-04:00 diff --git a/snippets/escapeHTML.md b/snippets/escapeHTML.md index 8e86fa9b7..9856fd65f 100644 --- a/snippets/escapeHTML.md +++ b/snippets/escapeHTML.md @@ -1,6 +1,6 @@ --- title: Escape HTML -tags: string,browser,regexp +tags: string,regexp cover: periscope firstSeen: 2017-12-29T15:09:21+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/is.md b/snippets/is.md index 3d61b803d..a0998d20d 100644 --- a/snippets/is.md +++ b/snippets/is.md @@ -1,6 +1,6 @@ --- title: Check if value is of type -tags: type,array +tags: type cover: coffee-phone-tray firstSeen: 2018-01-17T21:23:46+02:00 lastUpdated: 2020-10-20T23:02:01+03:00 diff --git a/snippets/isBrowser.md b/snippets/isBrowser.md index 2215bf950..a767df85c 100644 --- a/snippets/isBrowser.md +++ b/snippets/isBrowser.md @@ -1,6 +1,6 @@ --- title: Environment is browser -tags: browser,node +tags: browser cover: travel-mug-3 firstSeen: 2018-03-19T04:50:55+02:00 lastUpdated: 2020-10-20T23:02:01+03:00 diff --git a/snippets/isNode.md b/snippets/isNode.md index 9993a3479..eaccc9430 100644 --- a/snippets/isNode.md +++ b/snippets/isNode.md @@ -1,6 +1,6 @@ --- title: Environment is Node.js -tags: node,browser +tags: node cover: cloudy-rock-formation firstSeen: 2020-10-12T20:01:21+03:00 lastUpdated: 2021-04-02T11:45:13+03:00 diff --git a/snippets/isSameOrigin.md b/snippets/isSameOrigin.md index a95f40338..c669cd738 100644 --- a/snippets/isSameOrigin.md +++ b/snippets/isSameOrigin.md @@ -1,6 +1,6 @@ --- title: Same-origin URLs -tags: object +tags: browser author: chalarangelo cover: keyboard-tea firstSeen: 2021-04-22T08:27:41+03:00 diff --git a/snippets/maxN.md b/snippets/maxN.md index 5850d599a..71200cb85 100644 --- a/snippets/maxN.md +++ b/snippets/maxN.md @@ -1,6 +1,6 @@ --- title: N max elements -tags: array,math +tags: math cover: digital-nomad-15 firstSeen: 2018-01-03T05:18:29+02:00 lastUpdated: 2020-10-21T21:54:53+03:00 diff --git a/snippets/median.md b/snippets/median.md index 7c252e38c..f58e91226 100644 --- a/snippets/median.md +++ b/snippets/median.md @@ -1,6 +1,6 @@ --- title: Median -tags: math,array +tags: math cover: old-consoles firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-10-22T20:23:47+03:00 diff --git a/snippets/minN.md b/snippets/minN.md index 237b7ed1b..6382cbb73 100644 --- a/snippets/minN.md +++ b/snippets/minN.md @@ -1,6 +1,6 @@ --- title: N min elements -tags: array,math +tags: math cover: digital-nomad-8 firstSeen: 2018-01-03T05:18:29+02:00 lastUpdated: 2020-10-21T21:54:53+03:00 diff --git a/snippets/prod.md b/snippets/prod.md index 00f521eba..60e58c1ef 100644 --- a/snippets/prod.md +++ b/snippets/prod.md @@ -1,6 +1,6 @@ --- title: Product of numeric values -tags: math,array +tags: math cover: travel-mug-1 firstSeen: 2020-10-15T21:56:51+03:00 lastUpdated: 2020-10-22T20:24:04+03:00 diff --git a/snippets/readFileLines.md b/snippets/readFileLines.md index 12813b0bd..e35b9cee3 100644 --- a/snippets/readFileLines.md +++ b/snippets/readFileLines.md @@ -1,6 +1,6 @@ --- title: Read file lines -tags: node,array +tags: node cover: solitude-beach firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-10-22T20:24:04+03:00 diff --git a/snippets/standardDeviation.md b/snippets/standardDeviation.md index 9cc2c4ce4..5ba2443c9 100644 --- a/snippets/standardDeviation.md +++ b/snippets/standardDeviation.md @@ -1,6 +1,6 @@ --- title: Standard deviation -tags: math,array +tags: math cover: interior-16 firstSeen: 2017-12-17T17:55:51+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 diff --git a/snippets/sum.md b/snippets/sum.md index 212d28c78..db77495d1 100644 --- a/snippets/sum.md +++ b/snippets/sum.md @@ -1,6 +1,6 @@ --- title: Array sum -tags: math,array +tags: math cover: lake-trees firstSeen: 2017-12-29T13:29:49+02:00 lastUpdated: 2020-10-22T20:24:30+03:00 diff --git a/snippets/toHSLArray.md b/snippets/toHSLArray.md index 201745cf1..c2bf5f259 100644 --- a/snippets/toHSLArray.md +++ b/snippets/toHSLArray.md @@ -1,6 +1,6 @@ --- title: HSL to array -tags: string,browser,regexp +tags: string,regexp cover: kettle-laptop firstSeen: 2020-10-16T21:46:29+03:00 lastUpdated: 2020-10-22T20:24:30+03:00 diff --git a/snippets/toHSLObject.md b/snippets/toHSLObject.md index bafe787f0..50ed6af11 100644 --- a/snippets/toHSLObject.md +++ b/snippets/toHSLObject.md @@ -1,6 +1,6 @@ --- title: HSL to object -tags: string,browser,regexp +tags: string,regexp cover: measuring firstSeen: 2020-10-16T21:48:31+03:00 lastUpdated: 2020-10-22T20:24:30+03:00 diff --git a/snippets/toRGBArray.md b/snippets/toRGBArray.md index 5d33d1462..18330e8f5 100644 --- a/snippets/toRGBArray.md +++ b/snippets/toRGBArray.md @@ -1,6 +1,6 @@ --- title: RGB to array -tags: string,browser,regexp +tags: string,regexp cover: greek-coffee firstSeen: 2020-10-14T20:36:18+03:00 lastUpdated: 2021-06-13T13:50:25+03:00 diff --git a/snippets/toRGBObject.md b/snippets/toRGBObject.md index d2ef33730..e59713dfd 100644 --- a/snippets/toRGBObject.md +++ b/snippets/toRGBObject.md @@ -1,6 +1,6 @@ --- title: RGB to object -tags: string,browser,regexp +tags: string,regexp author: chalarangelo cover: organizer firstSeen: 2020-10-14T21:58:14+03:00 diff --git a/snippets/unescapeHTML.md b/snippets/unescapeHTML.md index c0a836a21..a6eae5608 100644 --- a/snippets/unescapeHTML.md +++ b/snippets/unescapeHTML.md @@ -1,6 +1,6 @@ --- title: Unescape HTML -tags: string,browser,regexp +tags: string,regexp cover: little-tree firstSeen: 2017-12-29T15:09:10+02:00 lastUpdated: 2020-10-22T20:24:44+03:00 diff --git a/snippets/xProd.md b/snippets/xProd.md index 65b820e12..81493a7fd 100644 --- a/snippets/xProd.md +++ b/snippets/xProd.md @@ -1,6 +1,6 @@ --- title: Cross product of arrays -tags: array,math +tags: math,array cover: cup-of-orange firstSeen: 2018-01-24T15:55:03+02:00 lastUpdated: 2020-10-22T20:24:44+03:00