Retitle snippets

This commit is contained in:
Chalarangelo
2022-02-13 19:26:35 +02:00
parent ea6e456a29
commit 23f15cd655
36 changed files with 36 additions and 36 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
---
title: weekOfYear
title: Week of year
tags: date,advanced
firstSeen: 2021-08-15T05:00:00-04:00
---

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
---
title: xor
title: Logical xor
tags: math,logic,beginner
unlisted: true
firstSeen: 2020-10-05T21:19:21+03:00

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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