diff --git a/snippet-template.md b/snippet-template.md index 2351acdbd..4b3086237 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,7 +1,7 @@ --- title: Function name tags: utility -cover: blog_images/image.jpg +cover: image firstSeen: 2021-06-13T05:00:00-04:00 --- diff --git a/snippets/add_days.md b/snippets/add_days.md index b7731aa22..0e26f5874 100644 --- a/snippets/add_days.md +++ b/snippets/add_days.md @@ -1,8 +1,7 @@ --- title: Add days to date tags: date -author: maciv -cover: blog_images/orange-flower.jpg +cover: orange-flower firstSeen: 2020-10-28T16:19:04+02:00 lastUpdated: 2020-10-28T16:19:04+02:00 --- diff --git a/snippets/all_equal.md b/snippets/all_equal.md index f2f64d88d..62fbb5529 100644 --- a/snippets/all_equal.md +++ b/snippets/all_equal.md @@ -1,7 +1,7 @@ --- title: Check if list elements are identical tags: list -cover: blog_images/fallen-leaves.jpg +cover: fallen-leaves firstSeen: 2019-08-20T11:39:18+03:00 lastUpdated: 2020-10-11T13:40:42+03:00 --- diff --git a/snippets/all_unique.md b/snippets/all_unique.md index d7a47be14..7fec41a60 100644 --- a/snippets/all_unique.md +++ b/snippets/all_unique.md @@ -1,7 +1,7 @@ --- title: Check if list has no duplicates tags: list -cover: blog_images/touch-flower.jpg +cover: touch-flower firstSeen: 2018-04-01T11:03:09+03:00 lastUpdated: 2021-01-07T23:30:28+02:00 --- diff --git a/snippets/arithmetic_progression.md b/snippets/arithmetic_progression.md index 311ffd652..0f5c563a8 100644 --- a/snippets/arithmetic_progression.md +++ b/snippets/arithmetic_progression.md @@ -1,7 +1,7 @@ --- title: Arithmetic progression tags: math -cover: blog_images/number-2.jpg +cover: number-2 firstSeen: 2020-07-28T13:57:33+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/average.md b/snippets/average.md index c7c0dcd69..46c38005f 100644 --- a/snippets/average.md +++ b/snippets/average.md @@ -1,7 +1,7 @@ --- title: Average tags: math,list -cover: blog_images/digital-nomad-15.jpg +cover: digital-nomad-15 firstSeen: 2018-01-27T07:16:41+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/average_by.md b/snippets/average_by.md index 9e58f683c..8ead9fe50 100644 --- a/snippets/average_by.md +++ b/snippets/average_by.md @@ -1,7 +1,7 @@ --- title: Mapped list average tags: math,list -cover: blog_images/flower-vase.jpg +cover: flower-vase firstSeen: 2019-08-20T11:55:10+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/bifurcate.md b/snippets/bifurcate.md index 7dadc82f9..44e3a0f9d 100644 --- a/snippets/bifurcate.md +++ b/snippets/bifurcate.md @@ -1,7 +1,7 @@ --- title: Bifurcate list based on values tags: list -cover: blog_images/mug-flower-book.jpg +cover: mug-flower-book firstSeen: 2019-08-20T12:37:06+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/bifurcate_by.md b/snippets/bifurcate_by.md index aed2c97b7..5097b5d5d 100644 --- a/snippets/bifurcate_by.md +++ b/snippets/bifurcate_by.md @@ -1,7 +1,7 @@ --- title: Bifurcate list based on function tags: list -cover: blog_images/two-flower-vases.jpg +cover: two-flower-vases firstSeen: 2019-08-20T12:41:21+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/binomial_coefficient.md b/snippets/binomial_coefficient.md index e8948c368..ec1b45d37 100644 --- a/snippets/binomial_coefficient.md +++ b/snippets/binomial_coefficient.md @@ -1,8 +1,7 @@ --- title: Binomial coefficient tags: math -author: maciv -cover: blog_images/digital-nomad-5.jpg +cover: digital-nomad-5 firstSeen: 2020-10-04T11:56:31+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/byte_size.md b/snippets/byte_size.md index 8f554e6f7..e01d6a4a7 100644 --- a/snippets/byte_size.md +++ b/snippets/byte_size.md @@ -1,7 +1,7 @@ --- title: Byte size of string tags: string -cover: blog_images/river-house-lights.jpg +cover: river-house-lights firstSeen: 2018-02-01T10:19:59+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/camel.md b/snippets/camel.md index 347fa21f9..b782fc450 100644 --- a/snippets/camel.md +++ b/snippets/camel.md @@ -1,7 +1,7 @@ --- title: Camelcase string tags: string,regexp -cover: blog_images/digital-nomad-9.jpg +cover: digital-nomad-9 firstSeen: 2019-08-21T08:59:54+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/capitalize.md b/snippets/capitalize.md index 0fc49486a..8b014061f 100644 --- a/snippets/capitalize.md +++ b/snippets/capitalize.md @@ -1,7 +1,7 @@ --- title: Capitalize string tags: string -cover: blog_images/palm-tree-house.jpg +cover: palm-tree-house firstSeen: 2018-02-01T10:19:59+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/capitalize_every_word.md b/snippets/capitalize_every_word.md index 3843e85da..12e5afbc0 100644 --- a/snippets/capitalize_every_word.md +++ b/snippets/capitalize_every_word.md @@ -1,7 +1,7 @@ --- title: Capitalize every word tags: string -cover: blog_images/trippy-chemicals.jpg +cover: trippy-chemicals firstSeen: 2018-02-01T10:19:59+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/cast_list.md b/snippets/cast_list.md index 4e9a21ac7..adc4a23d8 100644 --- a/snippets/cast_list.md +++ b/snippets/cast_list.md @@ -1,7 +1,7 @@ --- title: Cast to list tags: list -cover: blog_images/colorful-pots.jpg +cover: colorful-pots firstSeen: 2019-08-20T12:47:43+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/celsius_to_fahrenheit.md b/snippets/celsius_to_fahrenheit.md index e9192b9ff..702202ea8 100644 --- a/snippets/celsius_to_fahrenheit.md +++ b/snippets/celsius_to_fahrenheit.md @@ -2,7 +2,7 @@ title: Celsius to Fahrenheit tags: math unlisted: true -cover: blog_images/last-light.jpg +cover: last-light firstSeen: 2020-04-05T12:29:03+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/check_prop.md b/snippets/check_prop.md index 5355ded63..82539c483 100644 --- a/snippets/check_prop.md +++ b/snippets/check_prop.md @@ -1,7 +1,7 @@ --- title: Check property tags: function -cover: blog_images/lake-trees.jpg +cover: lake-trees firstSeen: 2020-01-02T16:49:25+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/chunk.md b/snippets/chunk.md index db3dc5021..7ff5f582d 100644 --- a/snippets/chunk.md +++ b/snippets/chunk.md @@ -1,7 +1,7 @@ --- title: Split list into chunks tags: list -cover: blog_images/red-berries.jpg +cover: red-berries firstSeen: 2018-01-09T06:39:42+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/chunk_into_n.md b/snippets/chunk_into_n.md index 934e0c7d5..064d45f70 100644 --- a/snippets/chunk_into_n.md +++ b/snippets/chunk_into_n.md @@ -1,7 +1,7 @@ --- title: Split list into n chunks tags: list -cover: blog_images/succulent-10.jpg +cover: succulent-10 firstSeen: 2020-10-12T22:11:30+03:00 lastUpdated: 2020-10-23T05:35:06+03:00 --- diff --git a/snippets/clamp_number.md b/snippets/clamp_number.md index 55f1b4a67..f8e9a3d68 100644 --- a/snippets/clamp_number.md +++ b/snippets/clamp_number.md @@ -1,7 +1,7 @@ --- title: Clamp number tags: math -cover: blog_images/highlands.jpg +cover: highlands firstSeen: 2019-08-20T12:50:38+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/collect_dictionary.md b/snippets/collect_dictionary.md index de4999b65..40ecbf74a 100644 --- a/snippets/collect_dictionary.md +++ b/snippets/collect_dictionary.md @@ -1,8 +1,7 @@ --- title: Invert dictionary tags: dictionary -author: maciv -cover: blog_images/working-bee.jpg +cover: working-bee firstSeen: 2020-04-07T21:15:06+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/combine_values.md b/snippets/combine_values.md index 48da3fc00..01293f332 100644 --- a/snippets/combine_values.md +++ b/snippets/combine_values.md @@ -1,8 +1,7 @@ --- title: Combine dictionary values tags: dictionary -author: maciv -cover: blog_images/fruit-feast.jpg +cover: fruit-feast firstSeen: 2021-03-07T12:30:47+02:00 lastUpdated: 2021-04-04T14:32:35+03:00 --- diff --git a/snippets/compact.md b/snippets/compact.md index fcad3c877..704af0af4 100644 --- a/snippets/compact.md +++ b/snippets/compact.md @@ -1,7 +1,7 @@ --- title: Compact list tags: list -cover: blog_images/new-plant.jpg +cover: new-plant firstSeen: 2018-01-19T12:17:06+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/compose.md b/snippets/compose.md index 878dd9724..796bc0b29 100644 --- a/snippets/compose.md +++ b/snippets/compose.md @@ -1,7 +1,7 @@ --- title: Compose functions tags: function -cover: blog_images/tram-car-2.jpg +cover: tram-car-2 firstSeen: 2020-01-02T15:51:20+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/compose_right.md b/snippets/compose_right.md index b32d1beab..7a00c1097 100644 --- a/snippets/compose_right.md +++ b/snippets/compose_right.md @@ -1,7 +1,7 @@ --- title: Reverse compose functions tags: function -cover: blog_images/lavender-shelf.jpg +cover: lavender-shelf firstSeen: 2020-01-02T15:51:26+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/count_by.md b/snippets/count_by.md index 0c6109978..01d47d1b5 100644 --- a/snippets/count_by.md +++ b/snippets/count_by.md @@ -1,7 +1,7 @@ --- title: Count grouped elements tags: list -cover: blog_images/rabbit-call.jpg +cover: rabbit-call firstSeen: 2018-02-07T10:33:47+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/count_occurrences.md b/snippets/count_occurrences.md index 17faa77ad..fa43439a3 100644 --- a/snippets/count_occurrences.md +++ b/snippets/count_occurrences.md @@ -1,7 +1,7 @@ --- title: Count occurrences tags: list -cover: blog_images/pineapple-at-work.jpg +cover: pineapple-at-work firstSeen: 2021-01-10T00:00:36+02:00 lastUpdated: 2021-01-10T00:00:36+02:00 --- diff --git a/snippets/cumsum.md b/snippets/cumsum.md index c20e27759..ea36e0fe3 100644 --- a/snippets/cumsum.md +++ b/snippets/cumsum.md @@ -1,8 +1,7 @@ --- title: Partial sum list tags: list -author: maciv -cover: blog_images/digital-nomad-16.jpg +cover: digital-nomad-16 firstSeen: 2021-01-13T23:30:41+02:00 lastUpdated: 2021-01-13T23:30:41+02:00 --- diff --git a/snippets/curry.md b/snippets/curry.md index 51067cdd2..2d1e12290 100644 --- a/snippets/curry.md +++ b/snippets/curry.md @@ -1,7 +1,7 @@ --- title: Curry function tags: function -cover: blog_images/leaves-read.jpg +cover: leaves-read firstSeen: 2020-01-02T16:14:50+02:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/daterange.md b/snippets/daterange.md index 733b82b36..948331cf7 100644 --- a/snippets/daterange.md +++ b/snippets/daterange.md @@ -1,8 +1,7 @@ --- title: Date range tags: date -author: maciv -cover: blog_images/maple-leaf-palette.jpg +cover: maple-leaf-palette firstSeen: 2020-10-28T16:19:14+02:00 lastUpdated: 2021-01-07T23:30:28+02:00 --- diff --git a/snippets/days_ago.md b/snippets/days_ago.md index 4ba046385..e10133814 100644 --- a/snippets/days_ago.md +++ b/snippets/days_ago.md @@ -1,8 +1,7 @@ --- title: Days ago tags: date -author: maciv -cover: blog_images/cup-of-orange.jpg +cover: cup-of-orange firstSeen: 2020-10-28T16:19:30+02:00 lastUpdated: 2020-10-28T16:19:30+02:00 --- diff --git a/snippets/days_diff.md b/snippets/days_diff.md index eb0342263..6c8e38731 100644 --- a/snippets/days_diff.md +++ b/snippets/days_diff.md @@ -1,8 +1,7 @@ --- title: Date difference in days tags: date -author: maciv -cover: blog_images/succulent-9.jpg +cover: succulent-9 firstSeen: 2020-10-28T16:19:39+02:00 lastUpdated: 2020-10-28T16:19:39+02:00 --- diff --git a/snippets/days_from_now.md b/snippets/days_from_now.md index ea7b12d74..59d811761 100644 --- a/snippets/days_from_now.md +++ b/snippets/days_from_now.md @@ -1,8 +1,7 @@ --- title: Days from now tags: date -author: maciv -cover: blog_images/clutter.jpg +cover: clutter firstSeen: 2020-10-28T16:19:51+02:00 lastUpdated: 2020-10-28T16:19:51+02:00 --- diff --git a/snippets/decapitalize.md b/snippets/decapitalize.md index 624861c05..f1db5c048 100644 --- a/snippets/decapitalize.md +++ b/snippets/decapitalize.md @@ -1,7 +1,7 @@ --- title: Decapitalize string tags: string -cover: blog_images/succulent-crowd.jpg +cover: succulent-crowd firstSeen: 2018-02-01T10:19:59+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/deep_flatten.md b/snippets/deep_flatten.md index f3f751189..0868b126a 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -1,7 +1,7 @@ --- title: Deep flatten list tags: list,recursion -cover: blog_images/mask-quiet.jpg +cover: mask-quiet firstSeen: 2018-01-16T16:54:14+02:00 lastUpdated: 2020-12-29T19:53:45+02:00 --- diff --git a/snippets/degrees_to_rads.md b/snippets/degrees_to_rads.md index efe73e6b6..779021465 100644 --- a/snippets/degrees_to_rads.md +++ b/snippets/degrees_to_rads.md @@ -1,7 +1,7 @@ --- title: Degrees to radians tags: math -cover: blog_images/digital-nomad-6.jpg +cover: digital-nomad-6 firstSeen: 2019-10-15T14:31:11+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/delay.md b/snippets/delay.md index b8959963e..b49900918 100644 --- a/snippets/delay.md +++ b/snippets/delay.md @@ -1,7 +1,7 @@ --- title: Delayed function execution tags: function -cover: blog_images/succulent-10.jpg +cover: succulent-10 firstSeen: 2020-01-02T16:24:51+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/dict_to_list.md b/snippets/dict_to_list.md index 8cf235cf6..531c5d61d 100644 --- a/snippets/dict_to_list.md +++ b/snippets/dict_to_list.md @@ -1,8 +1,7 @@ --- title: Dictionary to list tags: dictionary,list -author: maciv -cover: blog_images/new-york.jpg +cover: new-york firstSeen: 2020-10-16T21:24:14+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/difference.md b/snippets/difference.md index b50d826bc..f9fb5caba 100644 --- a/snippets/difference.md +++ b/snippets/difference.md @@ -1,7 +1,7 @@ --- title: List difference tags: list -cover: blog_images/frog-blue-flower.jpg +cover: frog-blue-flower firstSeen: 2018-01-20T16:16:44+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/difference_by.md b/snippets/difference_by.md index 68e44d86f..262583cef 100644 --- a/snippets/difference_by.md +++ b/snippets/difference_by.md @@ -1,7 +1,7 @@ --- title: List difference based on function tags: list,function -cover: blog_images/coconuts.jpg +cover: coconuts firstSeen: 2018-02-08T15:59:27+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/digitize.md b/snippets/digitize.md index 8fea58c3f..141484d73 100644 --- a/snippets/digitize.md +++ b/snippets/digitize.md @@ -1,7 +1,7 @@ --- title: Digitize number tags: math,list -cover: blog_images/laptop-with-code.jpg +cover: laptop-with-code firstSeen: 2019-08-20T13:00:27+03:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/drop.md b/snippets/drop.md index 56446a142..9790c6543 100644 --- a/snippets/drop.md +++ b/snippets/drop.md @@ -2,7 +2,7 @@ title: Drop list elements from the left tags: list author: chalarangelo -cover: blog_images/pink-flower.jpg +cover: pink-flower firstSeen: 2020-03-10T21:59:41+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/drop_right.md b/snippets/drop_right.md index 2c59c281f..fd8bbcf4a 100644 --- a/snippets/drop_right.md +++ b/snippets/drop_right.md @@ -2,7 +2,7 @@ title: Drop list elements from the right tags: list author: chalarangelo -cover: blog_images/digital-nomad-7.jpg +cover: digital-nomad-7 firstSeen: 2020-03-10T21:59:41+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/every.md b/snippets/every.md index 5d461d466..b59faff78 100644 --- a/snippets/every.md +++ b/snippets/every.md @@ -1,7 +1,7 @@ --- title: Test if every list element is truthy tags: list -cover: blog_images/walking.jpg +cover: walking firstSeen: 2019-08-20T11:34:24+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/every_nth.md b/snippets/every_nth.md index f584d18e3..922fb8524 100644 --- a/snippets/every_nth.md +++ b/snippets/every_nth.md @@ -1,7 +1,7 @@ --- title: Every nth element in list tags: list -cover: blog_images/cherry-trees.jpg +cover: cherry-trees firstSeen: 2019-08-20T13:10:12+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/factorial.md b/snippets/factorial.md index e217c951e..4e634eaf2 100644 --- a/snippets/factorial.md +++ b/snippets/factorial.md @@ -1,7 +1,7 @@ --- title: Factorial tags: math,recursion -cover: blog_images/succulent-11.jpg +cover: succulent-11 firstSeen: 2018-01-27T07:29:56+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/fahrenheit_to_celsius.md b/snippets/fahrenheit_to_celsius.md index 0a47ff719..a1f3b355c 100644 --- a/snippets/fahrenheit_to_celsius.md +++ b/snippets/fahrenheit_to_celsius.md @@ -2,7 +2,7 @@ title: Fahrenheit to Celsius tags: math unlisted: true -cover: blog_images/last-light.jpg +cover: last-light firstSeen: 2020-04-05T12:29:03+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/fibonacci.md b/snippets/fibonacci.md index c4a58bf8b..3da3a5594 100644 --- a/snippets/fibonacci.md +++ b/snippets/fibonacci.md @@ -1,7 +1,7 @@ --- title: Fibonacci tags: math,list -cover: blog_images/san-francisco-skyline.jpg +cover: san-francisco-skyline firstSeen: 2018-10-06T06:06:33+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/filter_non_unique.md b/snippets/filter_non_unique.md index b0aa256a3..45a48acf2 100644 --- a/snippets/filter_non_unique.md +++ b/snippets/filter_non_unique.md @@ -1,7 +1,7 @@ --- title: Filter non-unique list values tags: list -cover: blog_images/cobbled-street.jpg +cover: cobbled-street firstSeen: 2019-08-20T13:13:51+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/filter_unique.md b/snippets/filter_unique.md index c04ead576..a6820f57d 100644 --- a/snippets/filter_unique.md +++ b/snippets/filter_unique.md @@ -1,7 +1,7 @@ --- title: Filter unique list values tags: list -cover: blog_images/feathers.jpg +cover: feathers firstSeen: 2019-10-02T20:06:24+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find.md b/snippets/find.md index 84a522cb3..2de8692f4 100644 --- a/snippets/find.md +++ b/snippets/find.md @@ -1,7 +1,7 @@ --- title: Find matching value tags: list -cover: blog_images/duck-plants.jpg +cover: duck-plants firstSeen: 2020-03-10T22:38:48+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_index.md b/snippets/find_index.md index af29cc6d4..1bb4e4a3c 100644 --- a/snippets/find_index.md +++ b/snippets/find_index.md @@ -1,7 +1,7 @@ --- title: Find matching index tags: list -cover: blog_images/book-chair.jpg +cover: book-chair firstSeen: 2020-03-10T22:38:48+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_index_of_all.md b/snippets/find_index_of_all.md index a564ab376..7e1b1980e 100644 --- a/snippets/find_index_of_all.md +++ b/snippets/find_index_of_all.md @@ -1,8 +1,7 @@ --- title: Find all matching indexes tags: list -author: maciv -cover: blog_images/tree-roots.jpg +cover: tree-roots firstSeen: 2020-10-11T13:45:19+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_key.md b/snippets/find_key.md index fed0ef860..89cb9ae44 100644 --- a/snippets/find_key.md +++ b/snippets/find_key.md @@ -1,8 +1,7 @@ --- title: Find key of value tags: dictionary -author: maciv -cover: blog_images/blue-red-mountain.jpg +cover: blue-red-mountain firstSeen: 2020-04-16T19:13:20+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_keys.md b/snippets/find_keys.md index aeb73172b..e7d71aa3a 100644 --- a/snippets/find_keys.md +++ b/snippets/find_keys.md @@ -1,8 +1,7 @@ --- title: Find keys with value tags: dictionary -author: maciv -cover: blog_images/laptop-plants-2.jpg +cover: laptop-plants-2 firstSeen: 2020-04-16T19:17:13+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_last.md b/snippets/find_last.md index b61d7c925..d0ef8a7cb 100644 --- a/snippets/find_last.md +++ b/snippets/find_last.md @@ -1,7 +1,7 @@ --- title: Find last matching value tags: list -cover: blog_images/tropical-waterfall.jpg +cover: tropical-waterfall firstSeen: 2020-03-10T22:38:48+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_last_index.md b/snippets/find_last_index.md index e59c7b1f2..bb7227a3d 100644 --- a/snippets/find_last_index.md +++ b/snippets/find_last_index.md @@ -1,7 +1,7 @@ --- title: Find last matching index tags: list -cover: blog_images/succulent-8.jpg +cover: succulent-8 firstSeen: 2020-03-10T22:38:48+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/find_parity_outliers.md b/snippets/find_parity_outliers.md index 755af35d9..f117d0f58 100644 --- a/snippets/find_parity_outliers.md +++ b/snippets/find_parity_outliers.md @@ -1,8 +1,7 @@ --- title: Find parity outliers tags: list,math -author: maciv -cover: blog_images/beach-pineapple.jpg +cover: beach-pineapple firstSeen: 2020-01-08T18:54:35+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/flatten.md b/snippets/flatten.md index f38062dfd..17c40cdbf 100644 --- a/snippets/flatten.md +++ b/snippets/flatten.md @@ -1,7 +1,7 @@ --- title: Flatten list tags: list -cover: blog_images/jars-on-shelf.jpg +cover: jars-on-shelf firstSeen: 2019-09-19T15:46:10+03:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/for_each.md b/snippets/for_each.md index bdb954d6e..f60e32e5b 100644 --- a/snippets/for_each.md +++ b/snippets/for_each.md @@ -1,8 +1,7 @@ --- title: Execute function for each list element tags: list -author: maciv -cover: blog_images/green-plant.jpg +cover: green-plant firstSeen: 2020-03-15T12:54:08+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/for_each_right.md b/snippets/for_each_right.md index cc9c16db4..872226acd 100644 --- a/snippets/for_each_right.md +++ b/snippets/for_each_right.md @@ -1,8 +1,7 @@ --- title: Execute function for each list element in reverse tags: list -author: maciv -cover: blog_images/bridge-drop.jpg +cover: bridge-drop firstSeen: 2020-03-15T12:54:08+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/frequencies.md b/snippets/frequencies.md index 1c0af562b..c79a66887 100644 --- a/snippets/frequencies.md +++ b/snippets/frequencies.md @@ -1,8 +1,7 @@ --- title: Value frequencies tags: list -author: maciv -cover: blog_images/succulent-6.jpg +cover: succulent-6 firstSeen: 2020-03-15T12:54:08+02:00 lastUpdated: 2020-11-02T19:27:53+02:00 --- diff --git a/snippets/from_iso_date.md b/snippets/from_iso_date.md index d0a9a1896..03089d316 100644 --- a/snippets/from_iso_date.md +++ b/snippets/from_iso_date.md @@ -1,8 +1,7 @@ --- title: Date from ISO format tags: date -author: maciv -cover: blog_images/purple-leaves.jpg +cover: purple-leaves firstSeen: 2020-10-28T16:20:04+02:00 lastUpdated: 2021-01-07T23:30:28+02:00 --- diff --git a/snippets/gcd.md b/snippets/gcd.md index d5098f534..fdf6b0e3b 100644 --- a/snippets/gcd.md +++ b/snippets/gcd.md @@ -1,7 +1,7 @@ --- title: Greatest common divisor tags: math -cover: blog_images/digital-nomad-12.jpg +cover: digital-nomad-12 firstSeen: 2018-01-08T16:26:35+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/geometric_progression.md b/snippets/geometric_progression.md index 971535238..5b864537a 100644 --- a/snippets/geometric_progression.md +++ b/snippets/geometric_progression.md @@ -1,8 +1,7 @@ --- title: Geometric progression tags: math,list -author: maciv -cover: blog_images/kettle-laptop.jpg +cover: kettle-laptop firstSeen: 2020-10-04T12:19:28+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/get.md b/snippets/get.md index 46e5df2b5..cf90c571d 100644 --- a/snippets/get.md +++ b/snippets/get.md @@ -1,8 +1,7 @@ --- title: Get nested value tags: dictionary,list -author: maciv -cover: blog_images/digital-nomad-2.jpg +cover: digital-nomad-2 firstSeen: 2020-10-28T12:21:39+02:00 lastUpdated: 2020-10-28T12:21:39+02:00 --- diff --git a/snippets/group_by.md b/snippets/group_by.md index 0fc042d63..7a552bc54 100644 --- a/snippets/group_by.md +++ b/snippets/group_by.md @@ -1,7 +1,7 @@ --- title: Group list elements tags: list,dictionary -cover: blog_images/body-of-water.jpg +cover: body-of-water firstSeen: 2019-08-20T13:29:00+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/hamming_distance.md b/snippets/hamming_distance.md index 62b3e1e86..8aec37c48 100644 --- a/snippets/hamming_distance.md +++ b/snippets/hamming_distance.md @@ -1,8 +1,7 @@ --- title: Hamming distance tags: math -author: maciv -cover: blog_images/tulips-and-reeds.jpg +cover: tulips-and-reeds firstSeen: 2021-01-17T13:04:06+02:00 lastUpdated: 2021-02-18T14:22:25+02:00 --- diff --git a/snippets/has_duplicates.md b/snippets/has_duplicates.md index f842b9a7c..981579a5d 100644 --- a/snippets/has_duplicates.md +++ b/snippets/has_duplicates.md @@ -1,7 +1,7 @@ --- title: Check for duplicates in list tags: list -cover: blog_images/jars-on-shelf-2.jpg +cover: jars-on-shelf-2 firstSeen: 2018-04-01T11:03:09+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/have_same_contents.md b/snippets/have_same_contents.md index 1e178be48..0e286a280 100644 --- a/snippets/have_same_contents.md +++ b/snippets/have_same_contents.md @@ -1,8 +1,7 @@ --- title: Check lists have same contents tags: list -author: maciv -cover: blog_images/racoon.jpg +cover: racoon firstSeen: 2020-03-15T12:54:08+02:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/head.md b/snippets/head.md index d38725be1..f01f084a5 100644 --- a/snippets/head.md +++ b/snippets/head.md @@ -1,7 +1,7 @@ --- title: List head tags: list -cover: blog_images/purple-laptop.jpg +cover: purple-laptop firstSeen: 2019-08-20T14:08:52+03:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/hex_to_rgb.md b/snippets/hex_to_rgb.md index cab0331cc..57fefd5b1 100644 --- a/snippets/hex_to_rgb.md +++ b/snippets/hex_to_rgb.md @@ -1,8 +1,7 @@ --- title: Hex to RGB tags: string,math -author: maciv -cover: blog_images/sleepy-cat.jpg +cover: sleepy-cat firstSeen: 2020-09-13T01:08:21+03:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/in_range.md b/snippets/in_range.md index e34f55a1d..c31ab4ca0 100644 --- a/snippets/in_range.md +++ b/snippets/in_range.md @@ -1,7 +1,7 @@ --- title: Number in range tags: math -cover: blog_images/pineapple-on-green.jpg +cover: pineapple-on-green firstSeen: 2019-08-20T13:41:40+03:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/includes_all.md b/snippets/includes_all.md index 7e7f9b965..1b0e3162c 100644 --- a/snippets/includes_all.md +++ b/snippets/includes_all.md @@ -1,8 +1,7 @@ --- title: List includes all values tags: list -author: maciv -cover: blog_images/switzerland-night.jpg +cover: switzerland-night firstSeen: 2020-03-15T12:54:08+02:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/includes_any.md b/snippets/includes_any.md index 1bad39a73..ab9e40ea6 100644 --- a/snippets/includes_any.md +++ b/snippets/includes_any.md @@ -1,8 +1,7 @@ --- title: List includes any values tags: list -author: maciv -cover: blog_images/forest-balcony.jpg +cover: forest-balcony firstSeen: 2020-03-15T12:54:08+02:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/index_of_all.md b/snippets/index_of_all.md index f18967918..486174520 100644 --- a/snippets/index_of_all.md +++ b/snippets/index_of_all.md @@ -1,7 +1,7 @@ --- title: All indexes of value tags: list -cover: blog_images/purple-flower-bunch.jpg +cover: purple-flower-bunch firstSeen: 2020-10-11T13:40:42+03:00 lastUpdated: 2020-10-11T13:45:19+03:00 --- diff --git a/snippets/initial.md b/snippets/initial.md index 7f1878395..38bcd1b33 100644 --- a/snippets/initial.md +++ b/snippets/initial.md @@ -1,7 +1,7 @@ --- title: List without last element tags: list -cover: blog_images/pop-of-green.jpg +cover: pop-of-green firstSeen: 2019-08-20T14:08:52+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/initialize_2d_list.md b/snippets/initialize_2d_list.md index 3e62191c9..7dd5bb074 100644 --- a/snippets/initialize_2d_list.md +++ b/snippets/initialize_2d_list.md @@ -1,7 +1,7 @@ --- title: Initialize 2D list tags: list -cover: blog_images/succulent-7.jpg +cover: succulent-7 firstSeen: 2019-10-25T10:11:51+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/initialize_list_with_range.md b/snippets/initialize_list_with_range.md index fdd932027..b7acb93da 100644 --- a/snippets/initialize_list_with_range.md +++ b/snippets/initialize_list_with_range.md @@ -1,7 +1,7 @@ --- title: Initialize list with range tags: list -cover: blog_images/succulent-3.jpg +cover: succulent-3 firstSeen: 2019-08-20T15:21:41+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/initialize_list_with_values.md b/snippets/initialize_list_with_values.md index 52bbb38c4..768cbcd26 100644 --- a/snippets/initialize_list_with_values.md +++ b/snippets/initialize_list_with_values.md @@ -1,7 +1,7 @@ --- title: Initialize list with values tags: list -cover: blog_images/dog-waiting.jpg +cover: dog-waiting firstSeen: 2019-08-20T14:12:06+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/intersection.md b/snippets/intersection.md index 31b41a910..f8dec7c96 100644 --- a/snippets/intersection.md +++ b/snippets/intersection.md @@ -1,7 +1,7 @@ --- title: List intersection tags: list -cover: blog_images/wooden-bowl.jpg +cover: wooden-bowl firstSeen: 2019-08-20T15:14:26+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/intersection_by.md b/snippets/intersection_by.md index 3a40bc817..33a6671b9 100644 --- a/snippets/intersection_by.md +++ b/snippets/intersection_by.md @@ -1,7 +1,7 @@ --- title: List intersection based on function tags: list,function -cover: blog_images/duck-plants.jpg +cover: duck-plants firstSeen: 2019-08-20T15:16:27+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/invert_dictionary.md b/snippets/invert_dictionary.md index 1e6a55e87..dc3428619 100644 --- a/snippets/invert_dictionary.md +++ b/snippets/invert_dictionary.md @@ -1,8 +1,7 @@ --- title: Invert dictionary tags: dictionary -author: maciv -cover: blog_images/rustic-cup.jpg +cover: rustic-cup firstSeen: 2020-04-07T21:13:32+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/is_anagram.md b/snippets/is_anagram.md index b85526409..cd4809373 100644 --- a/snippets/is_anagram.md +++ b/snippets/is_anagram.md @@ -1,7 +1,7 @@ --- title: String is anagram tags: string -cover: blog_images/digital-nomad-8.jpg +cover: digital-nomad-8 firstSeen: 2018-10-01T13:17:29+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/is_contained_in.md b/snippets/is_contained_in.md index d8dad4439..bb755c207 100644 --- a/snippets/is_contained_in.md +++ b/snippets/is_contained_in.md @@ -1,7 +1,7 @@ --- title: List is contained in other list tags: list -cover: blog_images/tropical-bike.jpg +cover: tropical-bike firstSeen: 2020-03-16T19:48:15+02:00 lastUpdated: 2021-01-07T23:30:28+02:00 --- diff --git a/snippets/is_divisible.md b/snippets/is_divisible.md index eb0a123ae..2cc7246f6 100644 --- a/snippets/is_divisible.md +++ b/snippets/is_divisible.md @@ -2,7 +2,7 @@ title: Number is divisible tags: math unlisted: true -cover: blog_images/interior-9.jpg +cover: interior-9 firstSeen: 2019-08-20T14:19:55+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/is_empty.md b/snippets/is_empty.md index 79b441649..5cf82f370 100644 --- a/snippets/is_empty.md +++ b/snippets/is_empty.md @@ -2,7 +2,7 @@ title: Collection is empty tags: list,dictionary,string author: chalarangelo -cover: blog_images/salad-1.jpg +cover: salad-1 firstSeen: 2023-01-12T05:00:00-04:00 --- diff --git a/snippets/is_even.md b/snippets/is_even.md index 1c647f97d..0d9742af1 100644 --- a/snippets/is_even.md +++ b/snippets/is_even.md @@ -2,7 +2,7 @@ title: Number is even tags: math unlisted: true -cover: blog_images/interior-3.jpg +cover: interior-3 firstSeen: 2019-08-20T14:21:44+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/is_odd.md b/snippets/is_odd.md index 8feb533e1..8fe844d70 100644 --- a/snippets/is_odd.md +++ b/snippets/is_odd.md @@ -2,7 +2,7 @@ title: Number is odd tags: math unlisted: true -cover: blog_images/interior-6.jpg +cover: interior-6 firstSeen: 2019-08-20T14:21:44+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/is_prime.md b/snippets/is_prime.md index f4ad5e653..3aa2fa8a3 100644 --- a/snippets/is_prime.md +++ b/snippets/is_prime.md @@ -1,8 +1,7 @@ --- title: Number is prime tags: math -author: maciv -cover: blog_images/carrots.jpg +cover: carrots firstSeen: 2020-10-03T18:03:32+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/is_weekday.md b/snippets/is_weekday.md index 77c34ddeb..e6191d65c 100644 --- a/snippets/is_weekday.md +++ b/snippets/is_weekday.md @@ -1,8 +1,7 @@ --- title: Date is weekday tags: date -author: maciv -cover: blog_images/succulent-4.jpg +cover: succulent-4 firstSeen: 2020-10-28T16:20:18+02:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/is_weekend.md b/snippets/is_weekend.md index 54d0a940e..9d80737b8 100644 --- a/snippets/is_weekend.md +++ b/snippets/is_weekend.md @@ -1,8 +1,7 @@ --- title: Date is weekend tags: date -author: maciv -cover: blog_images/two-lighthouses.jpg +cover: two-lighthouses firstSeen: 2020-10-28T16:20:27+02:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/kebab.md b/snippets/kebab.md index 349e370c0..0c50d684d 100644 --- a/snippets/kebab.md +++ b/snippets/kebab.md @@ -1,7 +1,7 @@ --- title: Kebabcase string tags: string,regexp -cover: blog_images/mask-quiet.jpg +cover: mask-quiet firstSeen: 2019-08-21T08:59:54+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/key_in_dict.md b/snippets/key_in_dict.md index d0e33d0d6..e09ae0887 100644 --- a/snippets/key_in_dict.md +++ b/snippets/key_in_dict.md @@ -1,8 +1,7 @@ --- title: Key in dictionary tags: dictionary -author: maciv -cover: blog_images/rocky-mountains.jpg +cover: rocky-mountains firstSeen: 2020-10-16T21:30:49+03:00 lastUpdated: 2020-10-16T21:30:49+03:00 --- diff --git a/snippets/key_of_max.md b/snippets/key_of_max.md index cfc4f953f..828142f2a 100644 --- a/snippets/key_of_max.md +++ b/snippets/key_of_max.md @@ -1,8 +1,7 @@ --- title: Key of max value tags: dictionary -author: maciv -cover: blog_images/succulent-7.jpg +cover: succulent-7 firstSeen: 2021-01-07T23:15:48+02:00 lastUpdated: 2021-01-07T23:15:48+02:00 --- diff --git a/snippets/key_of_min.md b/snippets/key_of_min.md index f52bd4820..c1baf1784 100644 --- a/snippets/key_of_min.md +++ b/snippets/key_of_min.md @@ -1,8 +1,7 @@ --- title: Key of min value tags: dictionary -author: maciv -cover: blog_images/goat-wooden-cottage.jpg +cover: goat-wooden-cottage firstSeen: 2021-01-07T23:15:48+02:00 lastUpdated: 2021-01-07T23:15:48+02:00 --- diff --git a/snippets/keys_only.md b/snippets/keys_only.md index c8065d14d..17fdb0dd5 100644 --- a/snippets/keys_only.md +++ b/snippets/keys_only.md @@ -1,7 +1,7 @@ --- title: Dictionary keys tags: dictionary,list -cover: blog_images/succulent-5.jpg +cover: succulent-5 firstSeen: 2018-04-01T23:56:31+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/km_to_miles.md b/snippets/km_to_miles.md index 597f27563..15624afe3 100644 --- a/snippets/km_to_miles.md +++ b/snippets/km_to_miles.md @@ -1,9 +1,8 @@ --- title: Km to miles tags: math -author: maciv unlisted: true -cover: blog_images/interior-5.jpg +cover: interior-5 firstSeen: 2020-10-04T00:23:49+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/last.md b/snippets/last.md index 4175b81bc..89108cc5f 100644 --- a/snippets/last.md +++ b/snippets/last.md @@ -1,7 +1,7 @@ --- title: Last list element tags: list -cover: blog_images/lake-runner.jpg +cover: lake-runner firstSeen: 2019-08-20T15:11:47+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/lcm.md b/snippets/lcm.md index 10d23efcb..6d1d0c3ce 100644 --- a/snippets/lcm.md +++ b/snippets/lcm.md @@ -1,7 +1,7 @@ --- title: Least common multiple tags: math,list -cover: blog_images/fruit-feast.jpg +cover: fruit-feast firstSeen: 2018-01-08T22:30:17+02:00 lastUpdated: 2020-11-02T19:31:15+02:00 --- diff --git a/snippets/longest_item.md b/snippets/longest_item.md index 00dca0ba3..523d2ea2f 100644 --- a/snippets/longest_item.md +++ b/snippets/longest_item.md @@ -1,7 +1,7 @@ --- title: Longest item tags: list,string -cover: blog_images/keyboard-tea.jpg +cover: keyboard-tea firstSeen: 2019-08-20T15:27:49+03:00 lastUpdated: 2021-10-17T18:24:43+02:00 --- diff --git a/snippets/map_dictionary.md b/snippets/map_dictionary.md index 464bba6e2..57cf7e1e2 100644 --- a/snippets/map_dictionary.md +++ b/snippets/map_dictionary.md @@ -2,7 +2,7 @@ title: Map list to dictionary tags: list,dictionary excerpt: Maps the values of a list to a dictionary using a function. -cover: blog_images/colors-mural.jpg +cover: colors-mural firstSeen: 2020-04-07T19:53:48+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/map_values.md b/snippets/map_values.md index 4497fcd59..4c720aa00 100644 --- a/snippets/map_values.md +++ b/snippets/map_values.md @@ -1,7 +1,7 @@ --- title: Map dictionary values tags: dictionary -cover: blog_images/pineapple-laptop.jpg +cover: pineapple-laptop firstSeen: 2019-08-20T15:34:30+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/max_by.md b/snippets/max_by.md index 163ac992b..ddf1059a8 100644 --- a/snippets/max_by.md +++ b/snippets/max_by.md @@ -1,7 +1,7 @@ --- title: Max list value based on function tags: math,list -cover: blog_images/digital-nomad-3.jpg +cover: digital-nomad-3 firstSeen: 2019-08-20T15:42:41+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/max_element_index.md b/snippets/max_element_index.md index a4fecfa19..426211596 100644 --- a/snippets/max_element_index.md +++ b/snippets/max_element_index.md @@ -1,7 +1,7 @@ --- title: Index of max element tags: math,list -cover: blog_images/dark-cloud.jpg +cover: dark-cloud firstSeen: 2019-10-31T09:42:21+02:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/max_n.md b/snippets/max_n.md index d64685217..47b6b731e 100644 --- a/snippets/max_n.md +++ b/snippets/max_n.md @@ -1,7 +1,7 @@ --- title: N max elements tags: list,math -cover: blog_images/red-succulent.jpg +cover: red-succulent firstSeen: 2018-01-19T11:25:28+02:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/median.md b/snippets/median.md index 42458c53d..5a5a2b5c0 100644 --- a/snippets/median.md +++ b/snippets/median.md @@ -1,7 +1,7 @@ --- title: Median tags: math -cover: blog_images/little-bird.jpg +cover: little-bird firstSeen: 2019-10-03T12:02:17+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/merge.md b/snippets/merge.md index b6290da3a..1df0b8676 100644 --- a/snippets/merge.md +++ b/snippets/merge.md @@ -1,7 +1,7 @@ --- title: Merge lists tags: list -cover: blog_images/succulent-2.jpg +cover: succulent-2 firstSeen: 2020-04-13T19:09:12+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/merge_dictionaries.md b/snippets/merge_dictionaries.md index 85c7b6006..30e6f486c 100644 --- a/snippets/merge_dictionaries.md +++ b/snippets/merge_dictionaries.md @@ -1,8 +1,7 @@ --- title: Merge dictionaries tags: dictionary -author: maciv -cover: blog_images/plant-candle.jpg +cover: plant-candle firstSeen: 2020-04-16T19:28:35+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/miles_to_km.md b/snippets/miles_to_km.md index 69ff9e9c2..d76021fed 100644 --- a/snippets/miles_to_km.md +++ b/snippets/miles_to_km.md @@ -1,9 +1,8 @@ --- title: Miles to km tags: math -author: maciv unlisted: true -cover: blog_images/interior-5.jpg +cover: interior-5 firstSeen: 2020-10-04T00:24:01+03:00 lastUpdated: 2021-01-04T12:47:04+02:00 --- diff --git a/snippets/min_by.md b/snippets/min_by.md index 2ecfcd883..de5ae4832 100644 --- a/snippets/min_by.md +++ b/snippets/min_by.md @@ -1,7 +1,7 @@ --- title: Min list value based on function tags: math,list -cover: blog_images/purple-flower-field.jpg +cover: purple-flower-field firstSeen: 2019-08-20T15:42:41+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/min_element_index.md b/snippets/min_element_index.md index cade3bde3..f396a762a 100644 --- a/snippets/min_element_index.md +++ b/snippets/min_element_index.md @@ -1,7 +1,7 @@ --- title: Index of min element tags: math,list -cover: blog_images/two-cities.jpg +cover: two-cities firstSeen: 2020-10-05T22:32:00+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/min_n.md b/snippets/min_n.md index 356f028cb..980c80840 100644 --- a/snippets/min_n.md +++ b/snippets/min_n.md @@ -1,7 +1,7 @@ --- title: N min elements tags: list,math -cover: blog_images/balloons.jpg +cover: balloons firstSeen: 2018-01-19T11:25:28+02:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/months_diff.md b/snippets/months_diff.md index 942055a72..1c3ee4a55 100644 --- a/snippets/months_diff.md +++ b/snippets/months_diff.md @@ -1,8 +1,7 @@ --- title: Date difference in months tags: date -author: maciv -cover: blog_images/succulent-11.jpg +cover: succulent-11 firstSeen: 2020-10-28T16:20:39+02:00 lastUpdated: 2020-10-28T16:20:39+02:00 --- diff --git a/snippets/most_frequent.md b/snippets/most_frequent.md index fcbc369e9..9de1adb26 100644 --- a/snippets/most_frequent.md +++ b/snippets/most_frequent.md @@ -1,7 +1,7 @@ --- title: Most frequent element tags: list -cover: blog_images/secret-tree.jpg +cover: secret-tree firstSeen: 2019-10-12T00:40:49+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/n_times_string.md b/snippets/n_times_string.md index 1afdf57fe..3f51cb5f5 100644 --- a/snippets/n_times_string.md +++ b/snippets/n_times_string.md @@ -1,7 +1,7 @@ --- title: Repeat string tags: string -cover: blog_images/playing-fetch.jpg +cover: playing-fetch firstSeen: 2019-09-27T10:07:25+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/none.md b/snippets/none.md index 9b3a6a502..1712860e6 100644 --- a/snippets/none.md +++ b/snippets/none.md @@ -1,7 +1,7 @@ --- title: Test if every list element is falsy tags: list -cover: blog_images/jars-on-shelf-2.jpg +cover: jars-on-shelf-2 firstSeen: 2019-08-20T15:54:50+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/num_to_range.md b/snippets/num_to_range.md index b426f69a6..0d8f135dc 100644 --- a/snippets/num_to_range.md +++ b/snippets/num_to_range.md @@ -1,8 +1,7 @@ --- title: Map number to range tags: math -author: maciv -cover: blog_images/round-leaves.jpg +cover: round-leaves firstSeen: 2020-10-04T12:43:57+03:00 lastUpdated: 2021-04-05T18:25:46+03:00 --- diff --git a/snippets/offset.md b/snippets/offset.md index 858061a6f..a1355a7d5 100644 --- a/snippets/offset.md +++ b/snippets/offset.md @@ -1,7 +1,7 @@ --- title: Offset list elements tags: list -cover: blog_images/digital-nomad-10.jpg +cover: digital-nomad-10 firstSeen: 2019-08-20T15:53:15+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/pad.md b/snippets/pad.md index 7f372f804..fd1ca7a36 100644 --- a/snippets/pad.md +++ b/snippets/pad.md @@ -2,7 +2,7 @@ title: Pad string tags: string author: chalarangelo -cover: blog_images/digital-nomad-11.jpg +cover: digital-nomad-11 firstSeen: 2020-10-04T01:53:05+03:00 lastUpdated: 2020-10-04T01:53:05+03:00 --- diff --git a/snippets/pad_number.md b/snippets/pad_number.md index 04bbaabc9..b20def974 100644 --- a/snippets/pad_number.md +++ b/snippets/pad_number.md @@ -1,7 +1,7 @@ --- title: Pad number tags: string,math -cover: blog_images/umbrellas.jpg +cover: umbrellas firstSeen: 2020-10-04T01:42:19+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/palindrome.md b/snippets/palindrome.md index 179fa7a50..a1b2c2287 100644 --- a/snippets/palindrome.md +++ b/snippets/palindrome.md @@ -1,7 +1,7 @@ --- title: Palindrome tags: string -cover: blog_images/succulent-6.jpg +cover: succulent-6 firstSeen: 2018-02-01T10:19:59+02:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/pluck.md b/snippets/pluck.md index be61b5a43..e25b36574 100644 --- a/snippets/pluck.md +++ b/snippets/pluck.md @@ -1,7 +1,7 @@ --- title: Pluck values from list of dictionaries tags: list,dictionary -cover: blog_images/succulent-9.jpg +cover: succulent-9 firstSeen: 2020-10-22T03:49:25+03:00 lastUpdated: 2020-10-22T10:09:44+03:00 --- diff --git a/snippets/powerset.md b/snippets/powerset.md index e3211bd2e..2a7547806 100644 --- a/snippets/powerset.md +++ b/snippets/powerset.md @@ -2,7 +2,7 @@ title: Powerset tags: math,list author: chalarangelo -cover: blog_images/rock-climbing.jpg +cover: rock-climbing firstSeen: 2020-10-04T13:14:01+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/rads_to_degrees.md b/snippets/rads_to_degrees.md index d9ed0bc87..20c65df5e 100644 --- a/snippets/rads_to_degrees.md +++ b/snippets/rads_to_degrees.md @@ -1,7 +1,7 @@ --- title: Radians to degrees tags: math -cover: blog_images/watermelon-bike.jpg +cover: watermelon-bike firstSeen: 2019-08-20T15:58:57+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/reverse.md b/snippets/reverse.md index cb53c80e4..e873e5063 100644 --- a/snippets/reverse.md +++ b/snippets/reverse.md @@ -1,7 +1,7 @@ --- title: Reverse list tags: list,string -cover: blog_images/industrial-tokyo.jpg +cover: industrial-tokyo firstSeen: 2020-10-06T19:02:30+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/reverse_number.md b/snippets/reverse_number.md index e082cd1f2..fc5cced89 100644 --- a/snippets/reverse_number.md +++ b/snippets/reverse_number.md @@ -1,8 +1,7 @@ --- title: Reverse number tags: math -author: maciv -cover: blog_images/taking-photos.jpg +cover: taking-photos firstSeen: 2020-10-04T14:21:41+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/rgb_to_hex.md b/snippets/rgb_to_hex.md index 7d22feb40..1dc78decf 100644 --- a/snippets/rgb_to_hex.md +++ b/snippets/rgb_to_hex.md @@ -1,8 +1,7 @@ --- title: RGB to hex tags: string,math -author: maciv -cover: blog_images/campfire.jpg +cover: campfire firstSeen: 2020-09-13T01:08:00+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/roll.md b/snippets/roll.md index 7b15d8b00..33f04da55 100644 --- a/snippets/roll.md +++ b/snippets/roll.md @@ -1,7 +1,7 @@ --- title: Rotate list elements tags: list -cover: blog_images/colorful-pots.jpg +cover: colorful-pots firstSeen: 2020-11-02T19:15:44+02:00 lastUpdated: 2020-11-02T19:15:44+02:00 --- diff --git a/snippets/sample.md b/snippets/sample.md index 4cfd8ef8f..1a504dfe4 100644 --- a/snippets/sample.md +++ b/snippets/sample.md @@ -1,7 +1,7 @@ --- title: Random element in list tags: list,random -cover: blog_images/walking-on-top.jpg +cover: walking-on-top firstSeen: 2019-08-20T16:02:37+03:00 lastUpdated: 2020-10-28T11:45:34+02:00 --- diff --git a/snippets/shuffle.md b/snippets/shuffle.md index 83e222d48..516e8a025 100644 --- a/snippets/shuffle.md +++ b/snippets/shuffle.md @@ -1,7 +1,7 @@ --- title: Shuffle list tags: list,random -cover: blog_images/tent-stars.jpg +cover: tent-stars firstSeen: 2018-01-19T11:59:33+02:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/similarity.md b/snippets/similarity.md index a85198fd9..814221b20 100644 --- a/snippets/similarity.md +++ b/snippets/similarity.md @@ -1,7 +1,7 @@ --- title: List similarity tags: list -cover: blog_images/sunflowers.jpg +cover: sunflowers firstSeen: 2019-08-20T16:12:11+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/slugify.md b/snippets/slugify.md index 2eeb805b9..110355d87 100644 --- a/snippets/slugify.md +++ b/snippets/slugify.md @@ -1,7 +1,7 @@ --- title: String to slug tags: string,regexp -cover: blog_images/sliced-fruits.jpg +cover: sliced-fruits firstSeen: 2020-10-05T21:57:34+03:00 lastUpdated: 2020-10-25T12:43:20+02:00 --- diff --git a/snippets/snake.md b/snippets/snake.md index 9536e4b90..c2dfc655b 100644 --- a/snippets/snake.md +++ b/snippets/snake.md @@ -1,7 +1,7 @@ --- title: Snakecase string tags: string,regexp -cover: blog_images/organizer.jpg +cover: organizer firstSeen: 2019-08-21T08:59:54+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/some.md b/snippets/some.md index 9772a17e9..e5230a6e4 100644 --- a/snippets/some.md +++ b/snippets/some.md @@ -1,7 +1,7 @@ --- title: Test if some list elements are truthy tags: list -cover: blog_images/pink-flower-tree.jpg +cover: pink-flower-tree firstSeen: 2019-08-20T11:42:30+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/sort_by_indexes.md b/snippets/sort_by_indexes.md index ed91ea504..cf38d0137 100644 --- a/snippets/sort_by_indexes.md +++ b/snippets/sort_by_indexes.md @@ -1,7 +1,7 @@ --- title: Sort list by indexes tags: list -cover: blog_images/little-white-flowers.jpg +cover: little-white-flowers firstSeen: 2020-09-07T09:58:39+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/sort_dict_by_key.md b/snippets/sort_dict_by_key.md index cee94de76..1cbf229a5 100644 --- a/snippets/sort_dict_by_key.md +++ b/snippets/sort_dict_by_key.md @@ -1,8 +1,7 @@ --- title: Sort dictionary by key tags: dictionary -author: maciv -cover: blog_images/laptop-plants.jpg +cover: laptop-plants firstSeen: 2020-10-16T21:24:33+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/sort_dict_by_value.md b/snippets/sort_dict_by_value.md index ca6c2c62a..feca20bce 100644 --- a/snippets/sort_dict_by_value.md +++ b/snippets/sort_dict_by_value.md @@ -1,8 +1,7 @@ --- title: Sort dictionary by value tags: dictionary -author: maciv -cover: blog_images/jars-on-shelf.jpg +cover: jars-on-shelf firstSeen: 2020-10-16T21:25:19+03:00 lastUpdated: 2021-01-08T00:56:50+02:00 --- diff --git a/snippets/split_lines.md b/snippets/split_lines.md index adaa26fa3..01200448b 100644 --- a/snippets/split_lines.md +++ b/snippets/split_lines.md @@ -1,7 +1,7 @@ --- title: Split into lines tags: string -cover: blog_images/succulent-4.jpg +cover: succulent-4 firstSeen: 2019-08-20T16:15:15+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/spread.md b/snippets/spread.md index 31d7bb5b2..d5974902b 100644 --- a/snippets/spread.md +++ b/snippets/spread.md @@ -1,7 +1,7 @@ --- title: Spread list tags: list -cover: blog_images/digital-nomad-14.jpg +cover: digital-nomad-14 firstSeen: 2018-01-08T22:38:05+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/sum_by.md b/snippets/sum_by.md index 62314458a..1d622b166 100644 --- a/snippets/sum_by.md +++ b/snippets/sum_by.md @@ -1,7 +1,7 @@ --- title: Sum list based on function tags: math,list -cover: blog_images/horse-sunset.jpg +cover: horse-sunset firstSeen: 2019-08-21T08:30:04+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/sum_of_powers.md b/snippets/sum_of_powers.md index 41023c92f..af2cefbb3 100644 --- a/snippets/sum_of_powers.md +++ b/snippets/sum_of_powers.md @@ -1,8 +1,7 @@ --- title: Sum of powers tags: math -author: maciv -cover: blog_images/river-flow.jpg +cover: river-flow firstSeen: 2020-10-04T14:21:41+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/symmetric_difference.md b/snippets/symmetric_difference.md index e8581578f..2bbc27c0e 100644 --- a/snippets/symmetric_difference.md +++ b/snippets/symmetric_difference.md @@ -1,7 +1,7 @@ --- title: List symmetric difference tags: list -cover: blog_images/ice.jpg +cover: ice firstSeen: 2019-08-21T08:37:04+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/symmetric_difference_by.md b/snippets/symmetric_difference_by.md index b5b27675f..b032bcc72 100644 --- a/snippets/symmetric_difference_by.md +++ b/snippets/symmetric_difference_by.md @@ -1,7 +1,7 @@ --- title: List symmetric difference based on function tags: list -cover: blog_images/succulent-1.jpg +cover: succulent-1 firstSeen: 2019-08-21T08:37:04+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/tail.md b/snippets/tail.md index f28771acd..c787c9192 100644 --- a/snippets/tail.md +++ b/snippets/tail.md @@ -1,7 +1,7 @@ --- title: List tail tags: list -cover: blog_images/meteora.jpg +cover: meteora firstSeen: 2019-08-20T14:08:52+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/take.md b/snippets/take.md index ae94fadc1..ffd619e51 100644 --- a/snippets/take.md +++ b/snippets/take.md @@ -2,7 +2,7 @@ title: Remove list elements tags: list author: chalarangelo -cover: blog_images/sea-view-2.jpg +cover: sea-view-2 firstSeen: 2020-03-16T19:52:44+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/take_right.md b/snippets/take_right.md index 941781ec8..28c873cf1 100644 --- a/snippets/take_right.md +++ b/snippets/take_right.md @@ -2,7 +2,7 @@ title: Remove list elements from the end tags: list author: chalarangelo -cover: blog_images/three-vases.jpg +cover: three-vases firstSeen: 2020-03-16T19:52:44+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/to_binary.md b/snippets/to_binary.md index 4eff85910..305c370ab 100644 --- a/snippets/to_binary.md +++ b/snippets/to_binary.md @@ -1,7 +1,7 @@ --- title: Number to binary tags: math -cover: blog_images/digital-nomad-13.jpg +cover: digital-nomad-13 firstSeen: 2020-10-07T19:46:01+03:00 lastUpdated: 2020-10-07T19:46:01+03:00 --- diff --git a/snippets/to_dictionary.md b/snippets/to_dictionary.md index b22cab7c1..934a6fab0 100644 --- a/snippets/to_dictionary.md +++ b/snippets/to_dictionary.md @@ -1,9 +1,8 @@ --- title: Lists to dictionary tags: list,dictionary -author: maciv excerpt: Combines two lists into a dictionary, using the first one as the keys and the second one as the values. -cover: blog_images/purple-sunset.jpg +cover: purple-sunset firstSeen: 2020-04-13T19:30:29+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/to_hex.md b/snippets/to_hex.md index 819a8acc1..ed2243d1c 100644 --- a/snippets/to_hex.md +++ b/snippets/to_hex.md @@ -1,7 +1,7 @@ --- title: Number to hex tags: math -cover: blog_images/green-plant.jpg +cover: green-plant firstSeen: 2020-10-09T09:45:47+03:00 lastUpdated: 2020-10-09T09:45:47+03:00 --- diff --git a/snippets/to_iso_date.md b/snippets/to_iso_date.md index c2c159d97..78e78e4ee 100644 --- a/snippets/to_iso_date.md +++ b/snippets/to_iso_date.md @@ -1,8 +1,7 @@ --- title: Date to ISO format tags: date -author: maciv -cover: blog_images/succulent-red-light.jpg +cover: succulent-red-light firstSeen: 2020-10-28T16:20:50+02:00 lastUpdated: 2021-01-07T23:30:28+02:00 --- diff --git a/snippets/to_roman_numeral.md b/snippets/to_roman_numeral.md index 48ae8bbc0..735238cc8 100644 --- a/snippets/to_roman_numeral.md +++ b/snippets/to_roman_numeral.md @@ -1,8 +1,7 @@ --- title: Integer to roman numeral tags: math,string -author: maciv -cover: blog_images/tram-car.jpg +cover: tram-car firstSeen: 2020-10-07T00:04:09+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/transpose.md b/snippets/transpose.md index a7bd5404b..7dd2129b9 100644 --- a/snippets/transpose.md +++ b/snippets/transpose.md @@ -1,7 +1,7 @@ --- title: Transpose matrix tags: list -cover: blog_images/lake-bench.jpg +cover: lake-bench firstSeen: 2019-10-02T07:03:20+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/unfold.md b/snippets/unfold.md index 38ba14860..40cfba8b7 100644 --- a/snippets/unfold.md +++ b/snippets/unfold.md @@ -1,7 +1,7 @@ --- title: Unfold list tags: function,list -cover: blog_images/painters-desk.jpg +cover: painters-desk firstSeen: 2020-01-02T20:17:51+02:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/union.md b/snippets/union.md index 15c55590a..5500dc50b 100644 --- a/snippets/union.md +++ b/snippets/union.md @@ -1,7 +1,7 @@ --- title: List union tags: list -cover: blog_images/river-houses.jpg +cover: river-houses firstSeen: 2019-08-21T09:10:39+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/union_by.md b/snippets/union_by.md index 7cb8d83a7..fefb0e671 100644 --- a/snippets/union_by.md +++ b/snippets/union_by.md @@ -1,7 +1,7 @@ --- title: List union based on function tags: list -cover: blog_images/sunrise-over-city.jpg +cover: sunrise-over-city firstSeen: 2019-08-21T09:10:39+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/unique_elements.md b/snippets/unique_elements.md index f164c8353..677575ec3 100644 --- a/snippets/unique_elements.md +++ b/snippets/unique_elements.md @@ -1,7 +1,7 @@ --- title: Unique elements in list tags: list -cover: blog_images/cold-mountains.jpg +cover: cold-mountains firstSeen: 2018-10-09T20:01:19+03:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/values_only.md b/snippets/values_only.md index 5b3efa021..866a8de75 100644 --- a/snippets/values_only.md +++ b/snippets/values_only.md @@ -1,7 +1,7 @@ --- title: Dictionary values tags: dictionary,list -cover: blog_images/colorful-lounge.jpg +cover: colorful-lounge firstSeen: 2018-04-01T23:56:31+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 --- diff --git a/snippets/weighted_average.md b/snippets/weighted_average.md index 7c5a8e3be..0c1780b69 100644 --- a/snippets/weighted_average.md +++ b/snippets/weighted_average.md @@ -1,7 +1,7 @@ --- title: Weighted average tags: math,list -cover: blog_images/digital-nomad-4.jpg +cover: digital-nomad-4 firstSeen: 2020-10-09T07:00:33+03:00 lastUpdated: 2020-12-24T15:00:53+02:00 --- diff --git a/snippets/when.md b/snippets/when.md index 3c5f52420..09361c962 100644 --- a/snippets/when.md +++ b/snippets/when.md @@ -1,7 +1,7 @@ --- title: Apply function when true tags: function -cover: blog_images/interior-10.jpg +cover: interior-10 firstSeen: 2020-01-02T20:25:45+02:00 lastUpdated: 2020-11-09T23:56:11+02:00 --- diff --git a/snippets/words.md b/snippets/words.md index 7ba82df4e..c8f346168 100644 --- a/snippets/words.md +++ b/snippets/words.md @@ -1,8 +1,7 @@ --- title: String to words tags: string,regexp -author: maciv -cover: blog_images/rocky-lake.jpg +cover: rocky-lake firstSeen: 2020-10-04T00:35:00+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 ---