diff --git a/snippets/add_days.md b/snippets/add_days.md index 51e3149b2..a54ceeb4d 100644 --- a/snippets/add_days.md +++ b/snippets/add_days.md @@ -3,6 +3,7 @@ title: Add days to date tags: date expertise: intermediate author: maciv +cover: blog_images/orange-flower.jpg 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 5c0b38fec..815c7cdbb 100644 --- a/snippets/all_equal.md +++ b/snippets/all_equal.md @@ -2,6 +2,7 @@ title: Check if list elements are identical tags: list expertise: beginner +cover: blog_images/fallen-leaves.jpg 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 64d7cd79b..78f04202a 100644 --- a/snippets/all_unique.md +++ b/snippets/all_unique.md @@ -2,6 +2,7 @@ title: Check if list has no duplicates tags: list expertise: beginner +cover: blog_images/touch-flower.jpg 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 f37270468..1e8a508db 100644 --- a/snippets/arithmetic_progression.md +++ b/snippets/arithmetic_progression.md @@ -2,6 +2,7 @@ title: Arithmetic progression tags: math expertise: beginner +cover: blog_images/number-2.jpg 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 a52c7c7c0..15d4aba34 100644 --- a/snippets/average.md +++ b/snippets/average.md @@ -2,6 +2,7 @@ title: Average tags: math,list expertise: beginner +cover: blog_images/digital-nomad-15.jpg 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 d44a5c0ca..c3e7a1db2 100644 --- a/snippets/average_by.md +++ b/snippets/average_by.md @@ -2,6 +2,7 @@ title: Mapped list average tags: math,list expertise: intermediate +cover: blog_images/flower-vase.jpg 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 01948d493..cf643e300 100644 --- a/snippets/bifurcate.md +++ b/snippets/bifurcate.md @@ -2,6 +2,7 @@ title: Bifurcate list based on values tags: list expertise: intermediate +cover: blog_images/mug-flower-book.jpg 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 3dada5734..f9ddb6174 100644 --- a/snippets/bifurcate_by.md +++ b/snippets/bifurcate_by.md @@ -2,6 +2,7 @@ title: Bifurcate list based on function tags: list expertise: intermediate +cover: blog_images/two-flower-vases.jpg 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 90b7f3c1c..ebfad308b 100644 --- a/snippets/binomial_coefficient.md +++ b/snippets/binomial_coefficient.md @@ -3,6 +3,7 @@ title: Binomial coefficient tags: math expertise: beginner author: maciv +cover: blog_images/digital-nomad-5.jpg 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 c61f82fdd..e0eb66f24 100644 --- a/snippets/byte_size.md +++ b/snippets/byte_size.md @@ -2,6 +2,7 @@ title: Byte size of string tags: string expertise: beginner +cover: blog_images/river-house-lights.jpg 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 8163d50dc..8e53609fa 100644 --- a/snippets/camel.md +++ b/snippets/camel.md @@ -2,6 +2,7 @@ title: Camelcase string tags: string,regexp expertise: intermediate +cover: blog_images/digital-nomad-9.jpg 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 342452b8e..e4f58ea91 100644 --- a/snippets/capitalize.md +++ b/snippets/capitalize.md @@ -2,6 +2,7 @@ title: Capitalize string tags: string expertise: intermediate +cover: blog_images/palm-tree-house.jpg 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 f7df59a47..e8a861d3f 100644 --- a/snippets/capitalize_every_word.md +++ b/snippets/capitalize_every_word.md @@ -2,6 +2,7 @@ title: Capitalize every word tags: string expertise: beginner +cover: blog_images/trippy-chemicals.jpg 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 a9d1147d3..54ac9b5c7 100644 --- a/snippets/cast_list.md +++ b/snippets/cast_list.md @@ -2,6 +2,7 @@ title: Cast to list tags: list expertise: intermediate +cover: blog_images/colorful-pots.jpg firstSeen: 2019-08-20T12:47:43+03:00 lastUpdated: 2020-11-02T19:27:07+02:00 --- diff --git a/snippets/check_prop.md b/snippets/check_prop.md index f5b3f6976..6e3c9d1bc 100644 --- a/snippets/check_prop.md +++ b/snippets/check_prop.md @@ -2,6 +2,7 @@ title: Check property tags: function expertise: intermediate +cover: blog_images/lake-trees.jpg 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 ef793ccdd..047ffadc7 100644 --- a/snippets/chunk.md +++ b/snippets/chunk.md @@ -2,6 +2,7 @@ title: Split list into chunks tags: list expertise: intermediate +cover: blog_images/red-berries.jpg 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 6956cb250..f4f918e77 100644 --- a/snippets/chunk_into_n.md +++ b/snippets/chunk_into_n.md @@ -2,6 +2,7 @@ title: Split list into n chunks tags: list expertise: intermediate +cover: blog_images/succulent-10.jpg 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 b9ea00e1f..705e65810 100644 --- a/snippets/clamp_number.md +++ b/snippets/clamp_number.md @@ -2,6 +2,7 @@ title: Clamp number tags: math expertise: beginner +cover: blog_images/highlands.jpg 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 e433db036..d414ea262 100644 --- a/snippets/collect_dictionary.md +++ b/snippets/collect_dictionary.md @@ -3,6 +3,7 @@ title: Invert dictionary tags: dictionary expertise: intermediate author: maciv +cover: blog_images/working-bee.jpg 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 3e0d99066..e9e56531a 100644 --- a/snippets/combine_values.md +++ b/snippets/combine_values.md @@ -3,6 +3,7 @@ title: Combine dictionary values tags: dictionary expertise: intermediate author: maciv +cover: blog_images/fruit-feast.jpg 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 acd9c7aef..943f8a0e0 100644 --- a/snippets/compact.md +++ b/snippets/compact.md @@ -2,6 +2,7 @@ title: Compact list tags: list expertise: beginner +cover: blog_images/new-plant.jpg 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 2f0b758d7..df6ca7300 100644 --- a/snippets/compose.md +++ b/snippets/compose.md @@ -2,6 +2,7 @@ title: Compose functions tags: function expertise: advanced +cover: blog_images/tram-car-2.jpg 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 cf19f9879..0cc3ec3dc 100644 --- a/snippets/compose_right.md +++ b/snippets/compose_right.md @@ -2,6 +2,7 @@ title: Reverse compose functions tags: function expertise: advanced +cover: blog_images/lavender-shelf.jpg 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 b288cf05d..603f57367 100644 --- a/snippets/count_by.md +++ b/snippets/count_by.md @@ -2,6 +2,7 @@ title: Count grouped elements tags: list expertise: intermediate +cover: blog_images/rabbit-call.jpg 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 7168373e7..ede0d7e4c 100644 --- a/snippets/count_occurrences.md +++ b/snippets/count_occurrences.md @@ -2,6 +2,7 @@ title: Count occurrences tags: list expertise: beginner +cover: blog_images/pineapple-at-work.jpg 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 cc2e971cb..672df0ddd 100644 --- a/snippets/cumsum.md +++ b/snippets/cumsum.md @@ -3,6 +3,7 @@ title: Partial sum list tags: list expertise: intermediate author: maciv +cover: blog_images/digital-nomad-16.jpg 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 82d1ac208..5aa7911d4 100644 --- a/snippets/curry.md +++ b/snippets/curry.md @@ -2,6 +2,7 @@ title: Curry function tags: function expertise: intermediate +cover: blog_images/leaves-read.jpg 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 1fbfc8148..80f5d7bb2 100644 --- a/snippets/daterange.md +++ b/snippets/daterange.md @@ -3,6 +3,7 @@ title: Date range tags: date expertise: intermediate author: maciv +cover: blog_images/maple-leaf-palette.jpg 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 d30a039d4..2466ceed8 100644 --- a/snippets/days_ago.md +++ b/snippets/days_ago.md @@ -3,6 +3,7 @@ title: Days ago tags: date expertise: intermediate author: maciv +cover: blog_images/cup-of-orange.jpg 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 194328b0d..b91680395 100644 --- a/snippets/days_diff.md +++ b/snippets/days_diff.md @@ -3,6 +3,7 @@ title: Date difference in days tags: date expertise: beginner author: maciv +cover: blog_images/succulent-9.jpg 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 7d2f079e6..8f30941f1 100644 --- a/snippets/days_from_now.md +++ b/snippets/days_from_now.md @@ -3,6 +3,7 @@ title: Days from now tags: date expertise: intermediate author: maciv +cover: blog_images/clutter.jpg 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 3a49d374e..b58f0bef6 100644 --- a/snippets/decapitalize.md +++ b/snippets/decapitalize.md @@ -2,6 +2,7 @@ title: Decapitalize string tags: string expertise: intermediate +cover: blog_images/succulent-crowd.jpg 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 03fea7ad7..26f538055 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -2,6 +2,7 @@ title: Deep flatten list tags: list,recursion expertise: intermediate +cover: blog_images/mask-quiet.jpg 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 4a7a04f4a..f9c18dd47 100644 --- a/snippets/degrees_to_rads.md +++ b/snippets/degrees_to_rads.md @@ -2,6 +2,7 @@ title: Degrees to radians tags: math expertise: beginner +cover: blog_images/digital-nomad-6.jpg 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 6ddd70df7..6d7578f20 100644 --- a/snippets/delay.md +++ b/snippets/delay.md @@ -2,6 +2,7 @@ title: Delayed function execution tags: function expertise: intermediate +cover: blog_images/succulent-10.jpg 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 61614a117..78ec4cb02 100644 --- a/snippets/dict_to_list.md +++ b/snippets/dict_to_list.md @@ -3,6 +3,7 @@ title: Dictionary to list tags: dictionary,list expertise: intermediate author: maciv +cover: blog_images/new-york.jpg 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 6555bfb81..a79ca19a1 100644 --- a/snippets/difference.md +++ b/snippets/difference.md @@ -2,6 +2,7 @@ title: List difference tags: list expertise: beginner +cover: blog_images/frog-blue-flower.jpg 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 158e5d71d..9a63a80c2 100644 --- a/snippets/difference_by.md +++ b/snippets/difference_by.md @@ -2,6 +2,7 @@ title: List difference based on function tags: list,function expertise: intermediate +cover: blog_images/coconuts.jpg 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 b08f7467d..9a260c8cf 100644 --- a/snippets/digitize.md +++ b/snippets/digitize.md @@ -2,6 +2,7 @@ title: Digitize number tags: math,list expertise: beginner +cover: blog_images/laptop-with-code.jpg 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 4805f041f..b1d04165e 100644 --- a/snippets/drop.md +++ b/snippets/drop.md @@ -3,6 +3,7 @@ title: Drop list elements from the left tags: list expertise: beginner author: chalarangelo +cover: blog_images/pink-flower.jpg 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 f1e16447a..9c34d0430 100644 --- a/snippets/drop_right.md +++ b/snippets/drop_right.md @@ -3,6 +3,7 @@ title: Drop list elements from the right tags: list expertise: beginner author: chalarangelo +cover: blog_images/digital-nomad-7.jpg 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 78d11af67..04467f7bb 100644 --- a/snippets/every.md +++ b/snippets/every.md @@ -2,6 +2,7 @@ title: Test if every list element is truthy tags: list expertise: intermediate +cover: blog_images/walking.jpg 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 6ef1c8a28..00fe33929 100644 --- a/snippets/every_nth.md +++ b/snippets/every_nth.md @@ -2,6 +2,7 @@ title: Every nth element in list tags: list expertise: beginner +cover: blog_images/cherry-trees.jpg 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 5f66a6256..e471bcbba 100644 --- a/snippets/factorial.md +++ b/snippets/factorial.md @@ -2,6 +2,7 @@ title: Factorial tags: math,recursion expertise: beginner +cover: blog_images/succulent-11.jpg firstSeen: 2018-01-27T07:29:56+02:00 lastUpdated: 2020-09-15T16:13:06+03:00 --- diff --git a/snippets/fibonacci.md b/snippets/fibonacci.md index 3ea32b5d8..166ef6eff 100644 --- a/snippets/fibonacci.md +++ b/snippets/fibonacci.md @@ -2,6 +2,7 @@ title: Fibonacci tags: math,list expertise: intermediate +cover: blog_images/san-francisco-skyline.jpg 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 2443d05c7..4f7691442 100644 --- a/snippets/filter_non_unique.md +++ b/snippets/filter_non_unique.md @@ -2,6 +2,7 @@ title: Filter non-unique list values tags: list expertise: beginner +cover: blog_images/cobbled-street.jpg 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 6fb5b967b..f21c96e79 100644 --- a/snippets/filter_unique.md +++ b/snippets/filter_unique.md @@ -2,6 +2,7 @@ title: Filter unique list values tags: list expertise: beginner +cover: blog_images/feathers.jpg 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 f5e254288..64c51db3c 100644 --- a/snippets/find.md +++ b/snippets/find.md @@ -2,6 +2,7 @@ title: Find matching value tags: list expertise: beginner +cover: blog_images/duck-plants.jpg 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 d011b8cf2..c7f7f248b 100644 --- a/snippets/find_index.md +++ b/snippets/find_index.md @@ -2,6 +2,7 @@ title: Find matching index tags: list expertise: intermediate +cover: blog_images/book-chair.jpg 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 ca73c4602..9651ad2a0 100644 --- a/snippets/find_index_of_all.md +++ b/snippets/find_index_of_all.md @@ -3,6 +3,7 @@ title: Find all matching indexes tags: list expertise: intermediate author: maciv +cover: blog_images/tree-roots.jpg 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 9a3e8ca41..4cd21c7bd 100644 --- a/snippets/find_key.md +++ b/snippets/find_key.md @@ -3,6 +3,7 @@ title: Find key of value tags: dictionary expertise: intermediate author: maciv +cover: blog_images/blue-red-mountain.jpg 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 5973e754e..aaa74786d 100644 --- a/snippets/find_keys.md +++ b/snippets/find_keys.md @@ -3,6 +3,7 @@ title: Find keys with value tags: dictionary expertise: intermediate author: maciv +cover: blog_images/laptop-plants-2.jpg 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 45a825d83..57cb3da99 100644 --- a/snippets/find_last.md +++ b/snippets/find_last.md @@ -2,6 +2,7 @@ title: Find last matching value tags: list expertise: beginner +cover: blog_images/tropical-waterfall.jpg 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 f15b364d6..65d2a46fa 100644 --- a/snippets/find_last_index.md +++ b/snippets/find_last_index.md @@ -2,6 +2,7 @@ title: Find last matching index tags: list expertise: beginner +cover: blog_images/succulent-8.jpg 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 725d6d4eb..b9c097999 100644 --- a/snippets/find_parity_outliers.md +++ b/snippets/find_parity_outliers.md @@ -3,6 +3,7 @@ title: Find parity outliers tags: list,math expertise: intermediate author: maciv +cover: blog_images/beach-pineapple.jpg 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 13f10581c..2045eeba5 100644 --- a/snippets/flatten.md +++ b/snippets/flatten.md @@ -2,6 +2,7 @@ title: Flatten list tags: list expertise: intermediate +cover: blog_images/jars-on-shelf.jpg 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 1ed764de8..1ba1183d0 100644 --- a/snippets/for_each.md +++ b/snippets/for_each.md @@ -3,6 +3,7 @@ title: Execute function for each list element tags: list expertise: beginner author: maciv +cover: blog_images/green-plant.jpg 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 e1b5e61f2..5f0ae3f14 100644 --- a/snippets/for_each_right.md +++ b/snippets/for_each_right.md @@ -3,6 +3,7 @@ title: Execute function for each list element in reverse tags: list expertise: beginner author: maciv +cover: blog_images/bridge-drop.jpg 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 18f167f19..f9ec54430 100644 --- a/snippets/frequencies.md +++ b/snippets/frequencies.md @@ -3,6 +3,7 @@ title: Value frequencies tags: list expertise: intermediate author: maciv +cover: blog_images/succulent-6.jpg 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 219d28483..13e828073 100644 --- a/snippets/from_iso_date.md +++ b/snippets/from_iso_date.md @@ -3,6 +3,7 @@ title: Date from ISO format tags: date expertise: intermediate author: maciv +cover: blog_images/purple-leaves.jpg 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 199ee9582..7b3a93803 100644 --- a/snippets/gcd.md +++ b/snippets/gcd.md @@ -2,6 +2,7 @@ title: Greatest common divisor tags: math expertise: beginner +cover: blog_images/digital-nomad-12.jpg 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 95d6e3b28..95de50e9d 100644 --- a/snippets/geometric_progression.md +++ b/snippets/geometric_progression.md @@ -3,6 +3,7 @@ title: Geometric progression tags: math,list expertise: intermediate author: maciv +cover: blog_images/kettle-laptop.jpg 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 bd15e622a..a739185c7 100644 --- a/snippets/get.md +++ b/snippets/get.md @@ -3,6 +3,7 @@ title: Get nested value tags: dictionary,list expertise: intermediate author: maciv +cover: blog_images/digital-nomad-2.jpg 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 3b9014cf4..6417ebdb1 100644 --- a/snippets/group_by.md +++ b/snippets/group_by.md @@ -2,6 +2,7 @@ title: Group list elements tags: list,dictionary expertise: intermediate +cover: blog_images/body-of-water.jpg 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 b639801b8..22cd73dd2 100644 --- a/snippets/hamming_distance.md +++ b/snippets/hamming_distance.md @@ -3,6 +3,7 @@ title: Hamming distance tags: math expertise: intermediate author: maciv +cover: blog_images/tulips-and-reeds.jpg 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 d68d6e2bb..5903c035f 100644 --- a/snippets/has_duplicates.md +++ b/snippets/has_duplicates.md @@ -2,6 +2,7 @@ title: Check for duplicates in list tags: list expertise: beginner +cover: blog_images/jars-on-shelf-2.jpg 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 74999ff86..19e4f716d 100644 --- a/snippets/have_same_contents.md +++ b/snippets/have_same_contents.md @@ -3,6 +3,7 @@ title: Check lists have same contents tags: list expertise: intermediate author: maciv +cover: blog_images/racoon.jpg 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 b356708e9..68192d661 100644 --- a/snippets/head.md +++ b/snippets/head.md @@ -2,6 +2,7 @@ title: List head tags: list expertise: beginner +cover: blog_images/purple-laptop.jpg 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 567d5b10f..df2a1d4e1 100644 --- a/snippets/hex_to_rgb.md +++ b/snippets/hex_to_rgb.md @@ -3,6 +3,7 @@ title: Hex to RGB tags: string,math expertise: intermediate author: maciv +cover: blog_images/sleepy-cat.jpg 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 afe0cee89..9d4d66d1b 100644 --- a/snippets/in_range.md +++ b/snippets/in_range.md @@ -2,6 +2,7 @@ title: Number in range tags: math expertise: beginner +cover: blog_images/pineapple-on-green.jpg 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 c38168656..069b29fb1 100644 --- a/snippets/includes_all.md +++ b/snippets/includes_all.md @@ -3,6 +3,7 @@ title: List includes all values tags: list expertise: intermediate author: maciv +cover: blog_images/switzerland-night.jpg 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 9e76fbe8c..3fe248d7f 100644 --- a/snippets/includes_any.md +++ b/snippets/includes_any.md @@ -3,6 +3,7 @@ title: List includes any values tags: list expertise: intermediate author: maciv +cover: blog_images/forest-balcony.jpg 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 ce4dfbee6..1129b2f53 100644 --- a/snippets/index_of_all.md +++ b/snippets/index_of_all.md @@ -2,6 +2,7 @@ title: All indexes of value tags: list expertise: intermediate +cover: blog_images/purple-flower-bunch.jpg 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 2c09530b4..416a4a8b9 100644 --- a/snippets/initial.md +++ b/snippets/initial.md @@ -2,6 +2,7 @@ title: List without last element tags: list expertise: beginner +cover: blog_images/pop-of-green.jpg 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 de2dd352b..4f15940c9 100644 --- a/snippets/initialize_2d_list.md +++ b/snippets/initialize_2d_list.md @@ -2,6 +2,7 @@ title: Initialize 2D list tags: list expertise: intermediate +cover: blog_images/succulent-7.jpg 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 66f4a8120..eaff0eabb 100644 --- a/snippets/initialize_list_with_range.md +++ b/snippets/initialize_list_with_range.md @@ -2,6 +2,7 @@ title: Initialize list with range tags: list expertise: beginner +cover: blog_images/succulent-3.jpg 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 8ffdf2fb4..7976da68b 100644 --- a/snippets/initialize_list_with_values.md +++ b/snippets/initialize_list_with_values.md @@ -2,6 +2,7 @@ title: Initialize list with values tags: list expertise: beginner +cover: blog_images/dog-waiting.jpg 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 936bd86db..1ee5893ae 100644 --- a/snippets/intersection.md +++ b/snippets/intersection.md @@ -2,6 +2,7 @@ title: List intersection tags: list expertise: beginner +cover: blog_images/wooden-bowl.jpg 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 5bd380aed..c7a46f840 100644 --- a/snippets/intersection_by.md +++ b/snippets/intersection_by.md @@ -2,6 +2,7 @@ title: List intersection based on function tags: list,function expertise: intermediate +cover: blog_images/duck-plants.jpg 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 ca95f8c56..a99794e26 100644 --- a/snippets/invert_dictionary.md +++ b/snippets/invert_dictionary.md @@ -3,6 +3,7 @@ title: Invert dictionary tags: dictionary expertise: intermediate author: maciv +cover: blog_images/rustic-cup.jpg 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 2d06e65c1..1e314be28 100644 --- a/snippets/is_anagram.md +++ b/snippets/is_anagram.md @@ -2,6 +2,7 @@ title: String is anagram tags: string expertise: intermediate +cover: blog_images/digital-nomad-8.jpg 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 c34b116da..bfde21c05 100644 --- a/snippets/is_contained_in.md +++ b/snippets/is_contained_in.md @@ -2,6 +2,7 @@ title: List is contained in other list tags: list expertise: intermediate +cover: blog_images/tropical-bike.jpg firstSeen: 2020-03-16T19:48:15+02:00 lastUpdated: 2021-01-07T23:30:28+02:00 --- diff --git a/snippets/is_prime.md b/snippets/is_prime.md index d0f7bc660..4dcdcd470 100644 --- a/snippets/is_prime.md +++ b/snippets/is_prime.md @@ -3,6 +3,7 @@ title: Number is prime tags: math expertise: intermediate author: maciv +cover: blog_images/carrots.jpg 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 7253502c4..21c990bb9 100644 --- a/snippets/is_weekday.md +++ b/snippets/is_weekday.md @@ -3,6 +3,7 @@ title: Date is weekday tags: date expertise: beginner author: maciv +cover: blog_images/succulent-4.jpg 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 da6c30cf3..96ae3e68e 100644 --- a/snippets/is_weekend.md +++ b/snippets/is_weekend.md @@ -3,6 +3,7 @@ title: Date is weekend tags: date expertise: beginner author: maciv +cover: blog_images/two-lighthouses.jpg 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 a174c8a0e..117836e0b 100644 --- a/snippets/kebab.md +++ b/snippets/kebab.md @@ -2,6 +2,7 @@ title: Kebabcase string tags: string,regexp expertise: intermediate +cover: blog_images/mask-quiet.jpg 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 7e919fd50..b1c508bf2 100644 --- a/snippets/key_in_dict.md +++ b/snippets/key_in_dict.md @@ -3,6 +3,7 @@ title: Key in dictionary tags: dictionary expertise: beginner author: maciv +cover: blog_images/rocky-mountains.jpg 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 89fdfd241..9e0a03a27 100644 --- a/snippets/key_of_max.md +++ b/snippets/key_of_max.md @@ -3,6 +3,7 @@ title: Key of max value tags: dictionary expertise: beginner author: maciv +cover: blog_images/succulent-7.jpg 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 a1fe6d4a4..796be26a5 100644 --- a/snippets/key_of_min.md +++ b/snippets/key_of_min.md @@ -3,6 +3,7 @@ title: Key of min value tags: dictionary expertise: beginner author: maciv +cover: blog_images/goat-wooden-cottage.jpg 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 05dbf634a..16d73b0e7 100644 --- a/snippets/keys_only.md +++ b/snippets/keys_only.md @@ -2,6 +2,7 @@ title: Dictionary keys tags: dictionary,list expertise: beginner +cover: blog_images/succulent-5.jpg firstSeen: 2018-04-01T23:56:31+03:00 lastUpdated: 2020-11-02T19:28:05+02:00 --- diff --git a/snippets/last.md b/snippets/last.md index 777a78ce1..e9e83e513 100644 --- a/snippets/last.md +++ b/snippets/last.md @@ -2,6 +2,7 @@ title: Last list element tags: list expertise: beginner +cover: blog_images/lake-runner.jpg 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 059d20cd9..760376bd7 100644 --- a/snippets/lcm.md +++ b/snippets/lcm.md @@ -2,6 +2,7 @@ title: Least common multiple tags: math,list expertise: intermediate +cover: blog_images/fruit-feast.jpg 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 79631be6e..c8f9b030c 100644 --- a/snippets/longest_item.md +++ b/snippets/longest_item.md @@ -2,6 +2,7 @@ title: Longest item tags: list,string expertise: intermediate +cover: blog_images/keyboard-tea.jpg 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 da7360a2f..b65ca4d78 100644 --- a/snippets/map_dictionary.md +++ b/snippets/map_dictionary.md @@ -3,6 +3,7 @@ title: Map list to dictionary tags: list,dictionary expertise: intermediate excerpt: Maps the values of a list to a dictionary using a function. +cover: blog_images/colors-mural.jpg 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 9698e49ce..76cfdcd4c 100644 --- a/snippets/map_values.md +++ b/snippets/map_values.md @@ -2,6 +2,7 @@ title: Map dictionary values tags: dictionary expertise: intermediate +cover: blog_images/pineapple-laptop.jpg 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 876690719..f34ff1a6d 100644 --- a/snippets/max_by.md +++ b/snippets/max_by.md @@ -2,6 +2,7 @@ title: Max list value based on function tags: math,list expertise: beginner +cover: blog_images/digital-nomad-3.jpg 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 158318708..b53456b65 100644 --- a/snippets/max_element_index.md +++ b/snippets/max_element_index.md @@ -2,6 +2,7 @@ title: Index of max element tags: math,list expertise: beginner +cover: blog_images/dark-cloud.jpg 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 9a49e35e1..cb7623be0 100644 --- a/snippets/max_n.md +++ b/snippets/max_n.md @@ -2,6 +2,7 @@ title: N max elements tags: list,math expertise: beginner +cover: blog_images/red-succulent.jpg 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 60d185497..316a06306 100644 --- a/snippets/median.md +++ b/snippets/median.md @@ -2,6 +2,7 @@ title: Median tags: math expertise: beginner +cover: blog_images/little-bird.jpg 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 9f5599f4e..352ab13b4 100644 --- a/snippets/merge.md +++ b/snippets/merge.md @@ -2,6 +2,7 @@ title: Merge lists tags: list expertise: advanced +cover: blog_images/succulent-2.jpg 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 664375afe..e13a2e504 100644 --- a/snippets/merge_dictionaries.md +++ b/snippets/merge_dictionaries.md @@ -3,6 +3,7 @@ title: Merge dictionaries tags: dictionary expertise: intermediate author: maciv +cover: blog_images/plant-candle.jpg firstSeen: 2020-04-16T19:28:35+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/min_by.md b/snippets/min_by.md index d62b37174..52cede26a 100644 --- a/snippets/min_by.md +++ b/snippets/min_by.md @@ -2,6 +2,7 @@ title: Min list value based on function tags: math,list expertise: beginner +cover: blog_images/purple-flower-field.jpg 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 5159f62cd..16acfcec5 100644 --- a/snippets/min_element_index.md +++ b/snippets/min_element_index.md @@ -2,6 +2,7 @@ title: Index of min element tags: math,list expertise: beginner +cover: blog_images/two-cities.jpg 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 8427eca92..7cb3bd19d 100644 --- a/snippets/min_n.md +++ b/snippets/min_n.md @@ -2,6 +2,7 @@ title: N min elements tags: list,math expertise: beginner +cover: blog_images/balloons.jpg 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 1515f1fdf..9e78f8991 100644 --- a/snippets/months_diff.md +++ b/snippets/months_diff.md @@ -3,6 +3,7 @@ title: Date difference in months tags: date expertise: beginner author: maciv +cover: blog_images/succulent-11.jpg 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 1b91cead3..8cd9520a5 100644 --- a/snippets/most_frequent.md +++ b/snippets/most_frequent.md @@ -2,6 +2,7 @@ title: Most frequent element tags: list expertise: beginner +cover: blog_images/secret-tree.jpg 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 48e4e61a3..b34c316b8 100644 --- a/snippets/n_times_string.md +++ b/snippets/n_times_string.md @@ -2,6 +2,7 @@ title: Repeat string tags: string expertise: beginner +cover: blog_images/playing-fetch.jpg 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 e5f0f1ef8..a58a536da 100644 --- a/snippets/none.md +++ b/snippets/none.md @@ -2,6 +2,7 @@ title: Test if every list element is falsy tags: list expertise: intermediate +cover: blog_images/jars-on-shelf-2.jpg 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 52d6f03d0..ffe4aa648 100644 --- a/snippets/num_to_range.md +++ b/snippets/num_to_range.md @@ -3,6 +3,7 @@ title: Map number to range tags: math expertise: beginner author: maciv +cover: blog_images/round-leaves.jpg 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 4298b85f7..b4ebd82c4 100644 --- a/snippets/offset.md +++ b/snippets/offset.md @@ -2,6 +2,7 @@ title: Offset list elements tags: list expertise: beginner +cover: blog_images/digital-nomad-10.jpg 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 e640bed6e..7b28d79c5 100644 --- a/snippets/pad.md +++ b/snippets/pad.md @@ -3,6 +3,7 @@ title: Pad string tags: string expertise: beginner author: chalarangelo +cover: blog_images/digital-nomad-11.jpg 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 5644d5ceb..f8d466bbc 100644 --- a/snippets/pad_number.md +++ b/snippets/pad_number.md @@ -2,6 +2,7 @@ title: Pad number tags: string,math expertise: beginner +cover: blog_images/umbrellas.jpg 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 d2b236ad8..db4a61785 100644 --- a/snippets/palindrome.md +++ b/snippets/palindrome.md @@ -2,6 +2,7 @@ title: Palindrome tags: string expertise: intermediate +cover: blog_images/succulent-6.jpg 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 f00692529..41bf3d490 100644 --- a/snippets/pluck.md +++ b/snippets/pluck.md @@ -2,6 +2,7 @@ title: Pluck values from list of dictionaries tags: list,dictionary expertise: beginner +cover: blog_images/succulent-9.jpg 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 4897bd02a..a72bc1446 100644 --- a/snippets/powerset.md +++ b/snippets/powerset.md @@ -3,6 +3,7 @@ title: Powerset tags: math,list expertise: advanced author: chalarangelo +cover: blog_images/rock-climbing.jpg 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 6891e40e8..4a190b765 100644 --- a/snippets/rads_to_degrees.md +++ b/snippets/rads_to_degrees.md @@ -2,6 +2,7 @@ title: Radians to degrees tags: math expertise: beginner +cover: blog_images/watemelon-bike.jpg 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 5131e5517..1c937d3eb 100644 --- a/snippets/reverse.md +++ b/snippets/reverse.md @@ -2,6 +2,7 @@ title: Reverse list tags: list,string expertise: beginner +cover: blog_images/industrial-tokyo.jpg 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 997be6926..7aec12c98 100644 --- a/snippets/reverse_number.md +++ b/snippets/reverse_number.md @@ -3,6 +3,7 @@ title: Reverse number tags: math expertise: intermediate author: maciv +cover: blog_images/taking-photos.jpg 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 feda0822b..9575e31e2 100644 --- a/snippets/rgb_to_hex.md +++ b/snippets/rgb_to_hex.md @@ -3,6 +3,7 @@ title: RGB to hex tags: string,math expertise: intermediate author: maciv +cover: blog_images/campfire.jpg 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 eb14b25e2..17da406c4 100644 --- a/snippets/roll.md +++ b/snippets/roll.md @@ -2,6 +2,7 @@ title: Rotate list elements tags: list expertise: beginner +cover: blog_images/colorful-pots.jpg 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 f2edbb18d..2b8ba0c4e 100644 --- a/snippets/sample.md +++ b/snippets/sample.md @@ -2,6 +2,7 @@ title: Random element in list tags: list,random expertise: beginner +cover: blog_images/walking-on-top.jpg 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 ec24c645e..2a9232539 100644 --- a/snippets/shuffle.md +++ b/snippets/shuffle.md @@ -2,6 +2,7 @@ title: Shuffle list tags: list,random expertise: advanced +cover: blog_images/tent-stars.jpg 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 bd31498bf..fe29b0985 100644 --- a/snippets/similarity.md +++ b/snippets/similarity.md @@ -2,6 +2,7 @@ title: List similarity tags: list expertise: beginner +cover: blog_images/sunflowers.jpg 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 4d72c9b8f..adbbf27f9 100644 --- a/snippets/slugify.md +++ b/snippets/slugify.md @@ -2,6 +2,7 @@ title: String to slug tags: string,regexp expertise: intermediate +cover: blog_images/sliced-fruits.jpg 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 60376a4e3..e62689c78 100644 --- a/snippets/snake.md +++ b/snippets/snake.md @@ -2,6 +2,7 @@ title: Snakecase string tags: string,regexp expertise: intermediate +cover: blog_images/organizer.jpg 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 772bee1c8..76bd50854 100644 --- a/snippets/some.md +++ b/snippets/some.md @@ -2,6 +2,7 @@ title: Test if some list elements are truthy tags: list expertise: intermediate +cover: blog_images/pink-flower-tree.jpg 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 e54d916ef..ec459f319 100644 --- a/snippets/sort_by_indexes.md +++ b/snippets/sort_by_indexes.md @@ -2,6 +2,7 @@ title: Sort list by indexes tags: list expertise: intermediate +cover: blog_images/little-white-flowers.jpg 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 ed7941c07..f3c7d2b55 100644 --- a/snippets/sort_dict_by_key.md +++ b/snippets/sort_dict_by_key.md @@ -3,6 +3,7 @@ title: Sort dictionary by key tags: dictionary expertise: intermediate author: maciv +cover: blog_images/laptop-plants.jpg 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 6f3e6f2fc..25fdf3ec6 100644 --- a/snippets/sort_dict_by_value.md +++ b/snippets/sort_dict_by_value.md @@ -3,6 +3,7 @@ title: Sort dictionary by value tags: dictionary expertise: intermediate author: maciv +cover: blog_images/jars-on-shelf.jpg 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 e74aad1a8..e7e446955 100644 --- a/snippets/split_lines.md +++ b/snippets/split_lines.md @@ -2,6 +2,7 @@ title: Split into lines tags: string expertise: beginner +cover: blog_images/succulent-4.jpg 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 97a7792d9..f52b9d535 100644 --- a/snippets/spread.md +++ b/snippets/spread.md @@ -2,6 +2,7 @@ title: Spread list tags: list expertise: intermediate +cover: blog_images/digital-nomad-14.jpg 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 961b32aec..37e9f9869 100644 --- a/snippets/sum_by.md +++ b/snippets/sum_by.md @@ -2,6 +2,7 @@ title: Sum list based on function tags: math,list expertise: beginner +cover: blog_images/horse-sunset.jpg 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 8c74bb360..1cbc8a91c 100644 --- a/snippets/sum_of_powers.md +++ b/snippets/sum_of_powers.md @@ -3,6 +3,7 @@ title: Sum of powers tags: math expertise: intermediate author: maciv +cover: blog_images/river-flow.jpg 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 80bc331df..293ab5cea 100644 --- a/snippets/symmetric_difference.md +++ b/snippets/symmetric_difference.md @@ -2,6 +2,7 @@ title: List symmetric difference tags: list expertise: intermediate +cover: blog_images/ice.jpg 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 5cd02fda8..8d6ce4d60 100644 --- a/snippets/symmetric_difference_by.md +++ b/snippets/symmetric_difference_by.md @@ -2,6 +2,7 @@ title: List symmetric difference based on function tags: list expertise: intermediate +cover: blog_images/succulent-1.jpg 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 f021195d3..f0a503769 100644 --- a/snippets/tail.md +++ b/snippets/tail.md @@ -2,6 +2,7 @@ title: List tail tags: list expertise: beginner +cover: blog_images/meteora.jpg 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 48fc68d06..9afc6e88a 100644 --- a/snippets/take.md +++ b/snippets/take.md @@ -3,6 +3,7 @@ title: Remove list elements tags: list expertise: beginner author: chalarangelo +cover: blog_images/sea-view-2.jpg 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 bc32cd2a6..5f4e7cdfd 100644 --- a/snippets/take_right.md +++ b/snippets/take_right.md @@ -3,6 +3,7 @@ title: Remove list elements from the end tags: list expertise: beginner author: chalarangelo +cover: blog_images/three-vases.jpg 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 93418b9c0..fd298b666 100644 --- a/snippets/to_binary.md +++ b/snippets/to_binary.md @@ -2,6 +2,7 @@ title: Number to binary tags: math expertise: beginner +cover: blog_images/digital-nomad-13.jpg 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 ea3ecc5df..e2e02434b 100644 --- a/snippets/to_dictionary.md +++ b/snippets/to_dictionary.md @@ -4,6 +4,7 @@ tags: list,dictionary expertise: intermediate 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 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 167a64639..9c390e06a 100644 --- a/snippets/to_hex.md +++ b/snippets/to_hex.md @@ -2,6 +2,7 @@ title: Number to hex tags: math expertise: beginner +cover: blog_images/green-plant.jpg 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 28168adcf..aac4394b7 100644 --- a/snippets/to_iso_date.md +++ b/snippets/to_iso_date.md @@ -3,6 +3,7 @@ title: Date to ISO format tags: date expertise: intermediate author: maciv +cover: blog_images/succulent-red-light.jpg 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 8b5f115c1..ec5d22218 100644 --- a/snippets/to_roman_numeral.md +++ b/snippets/to_roman_numeral.md @@ -3,6 +3,7 @@ title: Integer to roman numeral tags: math,string expertise: intermediate author: maciv +cover: blog_images/tram-car.jpg 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 1b6ce8e2e..e901e3599 100644 --- a/snippets/transpose.md +++ b/snippets/transpose.md @@ -2,6 +2,7 @@ title: Transpose matrix tags: list expertise: intermediate +cover: blog_images/lake-bench.jpg 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 3a32f4647..4b70023f0 100644 --- a/snippets/unfold.md +++ b/snippets/unfold.md @@ -2,6 +2,7 @@ title: Unfold list tags: function,list expertise: advanced +cover: blog_images/painters-desk.jpg 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 1dfbeb1fa..6a59f35e0 100644 --- a/snippets/union.md +++ b/snippets/union.md @@ -2,6 +2,7 @@ title: List union tags: list expertise: beginner +cover: blog_images/river-houses.jpg 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 1dff13b95..c0ef43ab9 100644 --- a/snippets/union_by.md +++ b/snippets/union_by.md @@ -2,6 +2,7 @@ title: List union based on function tags: list expertise: intermediate +cover: blog_images/sunrise-over-city.jpg 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 ee0d20a7f..55846316a 100644 --- a/snippets/unique_elements.md +++ b/snippets/unique_elements.md @@ -2,6 +2,7 @@ title: Unique elements in list tags: list expertise: beginner +cover: blog_images/cold-mountains.jpg 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 14cc38595..acd6049ec 100644 --- a/snippets/values_only.md +++ b/snippets/values_only.md @@ -2,6 +2,7 @@ title: Dictionary values tags: dictionary,list expertise: beginner +cover: blog_images/colorful-lounge.jpg 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 216143cc2..9ead5b63a 100644 --- a/snippets/weighted_average.md +++ b/snippets/weighted_average.md @@ -2,6 +2,7 @@ title: Weighted average tags: math,list expertise: intermediate +cover: blog_images/digital-nomad-4.jpg 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 9aa8a7dc3..d655c55a9 100644 --- a/snippets/when.md +++ b/snippets/when.md @@ -2,6 +2,7 @@ title: Apply function when true tags: function expertise: intermediate +cover: blog_images/interior-10.jpg 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 d4dd75501..770e7b1ed 100644 --- a/snippets/words.md +++ b/snippets/words.md @@ -3,6 +3,7 @@ title: String to words tags: string,regexp expertise: beginner author: maciv +cover: blog_images/rocky-lake.jpg firstSeen: 2020-10-04T00:35:00+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 ---