From fc7eecf4775ea9e122b2623c981df0390d4302c0 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 4 Dec 2022 22:24:48 +0200 Subject: [PATCH] Deprecate expertise field --- CONTRIBUTING.md | 1 - snippet-template.md | 2 +- snippets/add_days.md | 1 - snippets/all_equal.md | 1 - snippets/all_unique.md | 1 - snippets/arithmetic_progression.md | 1 - snippets/average.md | 1 - snippets/average_by.md | 1 - snippets/bifurcate.md | 1 - snippets/bifurcate_by.md | 1 - snippets/binomial_coefficient.md | 1 - snippets/byte_size.md | 1 - snippets/camel.md | 1 - snippets/capitalize.md | 1 - snippets/capitalize_every_word.md | 1 - snippets/cast_list.md | 1 - snippets/celsius_to_fahrenheit.md | 1 - snippets/check_prop.md | 1 - snippets/chunk.md | 1 - snippets/chunk_into_n.md | 1 - snippets/clamp_number.md | 1 - snippets/collect_dictionary.md | 1 - snippets/combine_values.md | 1 - snippets/compact.md | 1 - snippets/compose.md | 1 - snippets/compose_right.md | 1 - snippets/count_by.md | 1 - snippets/count_occurrences.md | 1 - snippets/cumsum.md | 1 - snippets/curry.md | 1 - snippets/daterange.md | 1 - snippets/days_ago.md | 1 - snippets/days_diff.md | 1 - snippets/days_from_now.md | 1 - snippets/decapitalize.md | 1 - snippets/deep_flatten.md | 1 - snippets/degrees_to_rads.md | 1 - snippets/delay.md | 1 - snippets/dict_to_list.md | 1 - snippets/difference.md | 1 - snippets/difference_by.md | 1 - snippets/digitize.md | 1 - snippets/drop.md | 1 - snippets/drop_right.md | 1 - snippets/every.md | 1 - snippets/every_nth.md | 1 - snippets/factorial.md | 1 - snippets/fahrenheit_to_celsius.md | 1 - snippets/fibonacci.md | 1 - snippets/filter_non_unique.md | 1 - snippets/filter_unique.md | 1 - snippets/find.md | 1 - snippets/find_index.md | 1 - snippets/find_index_of_all.md | 1 - snippets/find_key.md | 1 - snippets/find_keys.md | 1 - snippets/find_last.md | 1 - snippets/find_last_index.md | 1 - snippets/find_parity_outliers.md | 1 - snippets/flatten.md | 1 - snippets/for_each.md | 1 - snippets/for_each_right.md | 1 - snippets/frequencies.md | 1 - snippets/from_iso_date.md | 1 - snippets/gcd.md | 1 - snippets/geometric_progression.md | 1 - snippets/get.md | 1 - snippets/group_by.md | 1 - snippets/hamming_distance.md | 1 - snippets/has_duplicates.md | 1 - snippets/have_same_contents.md | 1 - snippets/head.md | 1 - snippets/hex_to_rgb.md | 1 - snippets/in_range.md | 1 - snippets/includes_all.md | 1 - snippets/includes_any.md | 1 - snippets/index_of_all.md | 1 - snippets/initial.md | 1 - snippets/initialize_2d_list.md | 1 - snippets/initialize_list_with_range.md | 1 - snippets/initialize_list_with_values.md | 1 - snippets/intersection.md | 1 - snippets/intersection_by.md | 1 - snippets/invert_dictionary.md | 1 - snippets/is_anagram.md | 1 - snippets/is_contained_in.md | 1 - snippets/is_divisible.md | 1 - snippets/is_even.md | 1 - snippets/is_odd.md | 1 - snippets/is_prime.md | 1 - snippets/is_weekday.md | 1 - snippets/is_weekend.md | 1 - snippets/kebab.md | 1 - snippets/key_in_dict.md | 1 - snippets/key_of_max.md | 1 - snippets/key_of_min.md | 1 - snippets/keys_only.md | 1 - snippets/km_to_miles.md | 1 - snippets/last.md | 1 - snippets/lcm.md | 1 - snippets/longest_item.md | 1 - snippets/map_dictionary.md | 1 - snippets/map_values.md | 1 - snippets/max_by.md | 1 - snippets/max_element_index.md | 1 - snippets/max_n.md | 1 - snippets/median.md | 1 - snippets/merge.md | 1 - snippets/merge_dictionaries.md | 1 - snippets/miles_to_km.md | 1 - snippets/min_by.md | 1 - snippets/min_element_index.md | 1 - snippets/min_n.md | 1 - snippets/months_diff.md | 1 - snippets/most_frequent.md | 1 - snippets/n_times_string.md | 1 - snippets/none.md | 1 - snippets/num_to_range.md | 1 - snippets/offset.md | 1 - snippets/pad.md | 1 - snippets/pad_number.md | 1 - snippets/palindrome.md | 1 - snippets/pluck.md | 1 - snippets/powerset.md | 1 - snippets/rads_to_degrees.md | 1 - snippets/reverse.md | 1 - snippets/reverse_number.md | 1 - snippets/rgb_to_hex.md | 1 - snippets/roll.md | 1 - snippets/sample.md | 1 - snippets/shuffle.md | 1 - snippets/similarity.md | 1 - snippets/slugify.md | 1 - snippets/snake.md | 1 - snippets/some.md | 1 - snippets/sort_by_indexes.md | 1 - snippets/sort_dict_by_key.md | 1 - snippets/sort_dict_by_value.md | 1 - snippets/split_lines.md | 1 - snippets/spread.md | 1 - snippets/sum_by.md | 1 - snippets/sum_of_powers.md | 1 - snippets/symmetric_difference.md | 1 - snippets/symmetric_difference_by.md | 1 - snippets/tail.md | 1 - snippets/take.md | 1 - snippets/take_right.md | 1 - snippets/to_binary.md | 1 - snippets/to_dictionary.md | 1 - snippets/to_hex.md | 1 - snippets/to_iso_date.md | 1 - snippets/to_roman_numeral.md | 1 - snippets/transpose.md | 1 - snippets/unfold.md | 1 - snippets/union.md | 1 - snippets/union_by.md | 1 - snippets/unique_elements.md | 1 - snippets/values_only.md | 1 - snippets/weighted_average.md | 1 - snippets/when.md | 1 - snippets/words.md | 1 - 161 files changed, 1 insertion(+), 161 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b03a5e55a..6860e9d1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,6 @@ In order to create a new snippet, you should follow the steps below: - Snippets must have all their frontmatter sections (title, tags etc.) filled. - Snippet titles must correspond to the filename and follow the language and repository's naming conventions. - Snippet tags must be comma-separated, contain a primary tag as seen on the website as their first tag. -- Snippet expertise must be specified (`beginner`, `intermediate` or `advanced`). - Snippets must have their `firstSeen` dates formatted using [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). - Snippet descriptions must be short and to the point. Explain *what* the snippet does and detail *how* the snippet works and the language features used in it. - Snippet code and examples must be enclosed in appropriate, language-tagged blocks as shown in the snippet template, be short and use modern techniques and features. Also make sure to test your code before submitting. diff --git a/snippet-template.md b/snippet-template.md index 0f16be723..2351acdbd 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,7 +1,7 @@ --- title: Function name tags: utility -expertise: intermediate +cover: blog_images/image.jpg firstSeen: 2021-06-13T05:00:00-04:00 --- diff --git a/snippets/add_days.md b/snippets/add_days.md index a54ceeb4d..b7731aa22 100644 --- a/snippets/add_days.md +++ b/snippets/add_days.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/all_equal.md b/snippets/all_equal.md index 815c7cdbb..f2f64d88d 100644 --- a/snippets/all_equal.md +++ b/snippets/all_equal.md @@ -1,7 +1,6 @@ --- 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 78f04202a..d7a47be14 100644 --- a/snippets/all_unique.md +++ b/snippets/all_unique.md @@ -1,7 +1,6 @@ --- 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 1e8a508db..311ffd652 100644 --- a/snippets/arithmetic_progression.md +++ b/snippets/arithmetic_progression.md @@ -1,7 +1,6 @@ --- 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 15d4aba34..c7c0dcd69 100644 --- a/snippets/average.md +++ b/snippets/average.md @@ -1,7 +1,6 @@ --- 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 c3e7a1db2..9e58f683c 100644 --- a/snippets/average_by.md +++ b/snippets/average_by.md @@ -1,7 +1,6 @@ --- 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 cf643e300..7dadc82f9 100644 --- a/snippets/bifurcate.md +++ b/snippets/bifurcate.md @@ -1,7 +1,6 @@ --- 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 f9ddb6174..aed2c97b7 100644 --- a/snippets/bifurcate_by.md +++ b/snippets/bifurcate_by.md @@ -1,7 +1,6 @@ --- 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 ebfad308b..e8948c368 100644 --- a/snippets/binomial_coefficient.md +++ b/snippets/binomial_coefficient.md @@ -1,7 +1,6 @@ --- title: Binomial coefficient tags: math -expertise: beginner author: maciv cover: blog_images/digital-nomad-5.jpg firstSeen: 2020-10-04T11:56:31+03:00 diff --git a/snippets/byte_size.md b/snippets/byte_size.md index e0eb66f24..8f554e6f7 100644 --- a/snippets/byte_size.md +++ b/snippets/byte_size.md @@ -1,7 +1,6 @@ --- 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 8e53609fa..347fa21f9 100644 --- a/snippets/camel.md +++ b/snippets/camel.md @@ -1,7 +1,6 @@ --- 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 e4f58ea91..0fc49486a 100644 --- a/snippets/capitalize.md +++ b/snippets/capitalize.md @@ -1,7 +1,6 @@ --- 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 e8a861d3f..3843e85da 100644 --- a/snippets/capitalize_every_word.md +++ b/snippets/capitalize_every_word.md @@ -1,7 +1,6 @@ --- 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 54ac9b5c7..4e9a21ac7 100644 --- a/snippets/cast_list.md +++ b/snippets/cast_list.md @@ -1,7 +1,6 @@ --- 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/celsius_to_fahrenheit.md b/snippets/celsius_to_fahrenheit.md index 92966afe8..e9192b9ff 100644 --- a/snippets/celsius_to_fahrenheit.md +++ b/snippets/celsius_to_fahrenheit.md @@ -1,7 +1,6 @@ --- title: Celsius to Fahrenheit tags: math -expertise: beginner unlisted: true cover: blog_images/last-light.jpg firstSeen: 2020-04-05T12:29:03+03:00 diff --git a/snippets/check_prop.md b/snippets/check_prop.md index 6e3c9d1bc..5355ded63 100644 --- a/snippets/check_prop.md +++ b/snippets/check_prop.md @@ -1,7 +1,6 @@ --- 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 047ffadc7..db3dc5021 100644 --- a/snippets/chunk.md +++ b/snippets/chunk.md @@ -1,7 +1,6 @@ --- 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 f4f918e77..934e0c7d5 100644 --- a/snippets/chunk_into_n.md +++ b/snippets/chunk_into_n.md @@ -1,7 +1,6 @@ --- 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 705e65810..55f1b4a67 100644 --- a/snippets/clamp_number.md +++ b/snippets/clamp_number.md @@ -1,7 +1,6 @@ --- 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 d414ea262..de4999b65 100644 --- a/snippets/collect_dictionary.md +++ b/snippets/collect_dictionary.md @@ -1,7 +1,6 @@ --- title: Invert dictionary tags: dictionary -expertise: intermediate author: maciv cover: blog_images/working-bee.jpg firstSeen: 2020-04-07T21:15:06+03:00 diff --git a/snippets/combine_values.md b/snippets/combine_values.md index e9e56531a..48da3fc00 100644 --- a/snippets/combine_values.md +++ b/snippets/combine_values.md @@ -1,7 +1,6 @@ --- title: Combine dictionary values tags: dictionary -expertise: intermediate author: maciv cover: blog_images/fruit-feast.jpg firstSeen: 2021-03-07T12:30:47+02:00 diff --git a/snippets/compact.md b/snippets/compact.md index 943f8a0e0..fcad3c877 100644 --- a/snippets/compact.md +++ b/snippets/compact.md @@ -1,7 +1,6 @@ --- 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 df6ca7300..878dd9724 100644 --- a/snippets/compose.md +++ b/snippets/compose.md @@ -1,7 +1,6 @@ --- 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 0cc3ec3dc..b32d1beab 100644 --- a/snippets/compose_right.md +++ b/snippets/compose_right.md @@ -1,7 +1,6 @@ --- 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 603f57367..0c6109978 100644 --- a/snippets/count_by.md +++ b/snippets/count_by.md @@ -1,7 +1,6 @@ --- 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 ede0d7e4c..17faa77ad 100644 --- a/snippets/count_occurrences.md +++ b/snippets/count_occurrences.md @@ -1,7 +1,6 @@ --- 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 672df0ddd..c20e27759 100644 --- a/snippets/cumsum.md +++ b/snippets/cumsum.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/curry.md b/snippets/curry.md index 5aa7911d4..51067cdd2 100644 --- a/snippets/curry.md +++ b/snippets/curry.md @@ -1,7 +1,6 @@ --- 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 80f5d7bb2..733b82b36 100644 --- a/snippets/daterange.md +++ b/snippets/daterange.md @@ -1,7 +1,6 @@ --- title: Date range tags: date -expertise: intermediate author: maciv cover: blog_images/maple-leaf-palette.jpg firstSeen: 2020-10-28T16:19:14+02:00 diff --git a/snippets/days_ago.md b/snippets/days_ago.md index 2466ceed8..4ba046385 100644 --- a/snippets/days_ago.md +++ b/snippets/days_ago.md @@ -1,7 +1,6 @@ --- title: Days ago tags: date -expertise: intermediate author: maciv cover: blog_images/cup-of-orange.jpg firstSeen: 2020-10-28T16:19:30+02:00 diff --git a/snippets/days_diff.md b/snippets/days_diff.md index b91680395..eb0342263 100644 --- a/snippets/days_diff.md +++ b/snippets/days_diff.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/days_from_now.md b/snippets/days_from_now.md index 8f30941f1..ea7b12d74 100644 --- a/snippets/days_from_now.md +++ b/snippets/days_from_now.md @@ -1,7 +1,6 @@ --- title: Days from now tags: date -expertise: intermediate author: maciv cover: blog_images/clutter.jpg firstSeen: 2020-10-28T16:19:51+02:00 diff --git a/snippets/decapitalize.md b/snippets/decapitalize.md index b58f0bef6..624861c05 100644 --- a/snippets/decapitalize.md +++ b/snippets/decapitalize.md @@ -1,7 +1,6 @@ --- 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 26f538055..f3f751189 100644 --- a/snippets/deep_flatten.md +++ b/snippets/deep_flatten.md @@ -1,7 +1,6 @@ --- 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 f9c18dd47..efe73e6b6 100644 --- a/snippets/degrees_to_rads.md +++ b/snippets/degrees_to_rads.md @@ -1,7 +1,6 @@ --- 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 6d7578f20..b8959963e 100644 --- a/snippets/delay.md +++ b/snippets/delay.md @@ -1,7 +1,6 @@ --- 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 78ec4cb02..8cf235cf6 100644 --- a/snippets/dict_to_list.md +++ b/snippets/dict_to_list.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/difference.md b/snippets/difference.md index a79ca19a1..b50d826bc 100644 --- a/snippets/difference.md +++ b/snippets/difference.md @@ -1,7 +1,6 @@ --- 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 9a63a80c2..68e44d86f 100644 --- a/snippets/difference_by.md +++ b/snippets/difference_by.md @@ -1,7 +1,6 @@ --- 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 9a260c8cf..8fea58c3f 100644 --- a/snippets/digitize.md +++ b/snippets/digitize.md @@ -1,7 +1,6 @@ --- 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 b1d04165e..56446a142 100644 --- a/snippets/drop.md +++ b/snippets/drop.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/drop_right.md b/snippets/drop_right.md index 9c34d0430..2c59c281f 100644 --- a/snippets/drop_right.md +++ b/snippets/drop_right.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/every.md b/snippets/every.md index 04467f7bb..5d461d466 100644 --- a/snippets/every.md +++ b/snippets/every.md @@ -1,7 +1,6 @@ --- 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 00fe33929..f584d18e3 100644 --- a/snippets/every_nth.md +++ b/snippets/every_nth.md @@ -1,7 +1,6 @@ --- 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 e471bcbba..e217c951e 100644 --- a/snippets/factorial.md +++ b/snippets/factorial.md @@ -1,7 +1,6 @@ --- 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/fahrenheit_to_celsius.md b/snippets/fahrenheit_to_celsius.md index f12481089..0a47ff719 100644 --- a/snippets/fahrenheit_to_celsius.md +++ b/snippets/fahrenheit_to_celsius.md @@ -1,7 +1,6 @@ --- title: Fahrenheit to Celsius tags: math -expertise: beginner unlisted: true cover: blog_images/last-light.jpg firstSeen: 2020-04-05T12:29:03+03:00 diff --git a/snippets/fibonacci.md b/snippets/fibonacci.md index 166ef6eff..c4a58bf8b 100644 --- a/snippets/fibonacci.md +++ b/snippets/fibonacci.md @@ -1,7 +1,6 @@ --- 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 4f7691442..b0aa256a3 100644 --- a/snippets/filter_non_unique.md +++ b/snippets/filter_non_unique.md @@ -1,7 +1,6 @@ --- 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 f21c96e79..c04ead576 100644 --- a/snippets/filter_unique.md +++ b/snippets/filter_unique.md @@ -1,7 +1,6 @@ --- 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 64c51db3c..84a522cb3 100644 --- a/snippets/find.md +++ b/snippets/find.md @@ -1,7 +1,6 @@ --- 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 c7f7f248b..af29cc6d4 100644 --- a/snippets/find_index.md +++ b/snippets/find_index.md @@ -1,7 +1,6 @@ --- 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 9651ad2a0..a564ab376 100644 --- a/snippets/find_index_of_all.md +++ b/snippets/find_index_of_all.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/find_key.md b/snippets/find_key.md index 4cd21c7bd..fed0ef860 100644 --- a/snippets/find_key.md +++ b/snippets/find_key.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/find_keys.md b/snippets/find_keys.md index aaa74786d..aeb73172b 100644 --- a/snippets/find_keys.md +++ b/snippets/find_keys.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/find_last.md b/snippets/find_last.md index 57cb3da99..b61d7c925 100644 --- a/snippets/find_last.md +++ b/snippets/find_last.md @@ -1,7 +1,6 @@ --- 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 65d2a46fa..e59c7b1f2 100644 --- a/snippets/find_last_index.md +++ b/snippets/find_last_index.md @@ -1,7 +1,6 @@ --- 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 b9c097999..755af35d9 100644 --- a/snippets/find_parity_outliers.md +++ b/snippets/find_parity_outliers.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/flatten.md b/snippets/flatten.md index 2045eeba5..f38062dfd 100644 --- a/snippets/flatten.md +++ b/snippets/flatten.md @@ -1,7 +1,6 @@ --- 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 1ba1183d0..bdb954d6e 100644 --- a/snippets/for_each.md +++ b/snippets/for_each.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/for_each_right.md b/snippets/for_each_right.md index 5f0ae3f14..cc9c16db4 100644 --- a/snippets/for_each_right.md +++ b/snippets/for_each_right.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/frequencies.md b/snippets/frequencies.md index f9ec54430..1c0af562b 100644 --- a/snippets/frequencies.md +++ b/snippets/frequencies.md @@ -1,7 +1,6 @@ --- title: Value frequencies tags: list -expertise: intermediate author: maciv cover: blog_images/succulent-6.jpg firstSeen: 2020-03-15T12:54:08+02:00 diff --git a/snippets/from_iso_date.md b/snippets/from_iso_date.md index 13e828073..d0a9a1896 100644 --- a/snippets/from_iso_date.md +++ b/snippets/from_iso_date.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/gcd.md b/snippets/gcd.md index 7b3a93803..d5098f534 100644 --- a/snippets/gcd.md +++ b/snippets/gcd.md @@ -1,7 +1,6 @@ --- 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 95de50e9d..971535238 100644 --- a/snippets/geometric_progression.md +++ b/snippets/geometric_progression.md @@ -1,7 +1,6 @@ --- title: Geometric progression tags: math,list -expertise: intermediate author: maciv cover: blog_images/kettle-laptop.jpg firstSeen: 2020-10-04T12:19:28+03:00 diff --git a/snippets/get.md b/snippets/get.md index a739185c7..46e5df2b5 100644 --- a/snippets/get.md +++ b/snippets/get.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/group_by.md b/snippets/group_by.md index 6417ebdb1..0fc042d63 100644 --- a/snippets/group_by.md +++ b/snippets/group_by.md @@ -1,7 +1,6 @@ --- 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 22cd73dd2..62b3e1e86 100644 --- a/snippets/hamming_distance.md +++ b/snippets/hamming_distance.md @@ -1,7 +1,6 @@ --- title: Hamming distance tags: math -expertise: intermediate author: maciv cover: blog_images/tulips-and-reeds.jpg firstSeen: 2021-01-17T13:04:06+02:00 diff --git a/snippets/has_duplicates.md b/snippets/has_duplicates.md index 5903c035f..f842b9a7c 100644 --- a/snippets/has_duplicates.md +++ b/snippets/has_duplicates.md @@ -1,7 +1,6 @@ --- 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 19e4f716d..1e178be48 100644 --- a/snippets/have_same_contents.md +++ b/snippets/have_same_contents.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/head.md b/snippets/head.md index 68192d661..d38725be1 100644 --- a/snippets/head.md +++ b/snippets/head.md @@ -1,7 +1,6 @@ --- 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 df2a1d4e1..cab0331cc 100644 --- a/snippets/hex_to_rgb.md +++ b/snippets/hex_to_rgb.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/in_range.md b/snippets/in_range.md index 9d4d66d1b..e34f55a1d 100644 --- a/snippets/in_range.md +++ b/snippets/in_range.md @@ -1,7 +1,6 @@ --- 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 069b29fb1..7e7f9b965 100644 --- a/snippets/includes_all.md +++ b/snippets/includes_all.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/includes_any.md b/snippets/includes_any.md index 3fe248d7f..1bad39a73 100644 --- a/snippets/includes_any.md +++ b/snippets/includes_any.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/index_of_all.md b/snippets/index_of_all.md index 1129b2f53..f18967918 100644 --- a/snippets/index_of_all.md +++ b/snippets/index_of_all.md @@ -1,7 +1,6 @@ --- 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 416a4a8b9..7f1878395 100644 --- a/snippets/initial.md +++ b/snippets/initial.md @@ -1,7 +1,6 @@ --- 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 4f15940c9..3e62191c9 100644 --- a/snippets/initialize_2d_list.md +++ b/snippets/initialize_2d_list.md @@ -1,7 +1,6 @@ --- 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 eaff0eabb..fdd932027 100644 --- a/snippets/initialize_list_with_range.md +++ b/snippets/initialize_list_with_range.md @@ -1,7 +1,6 @@ --- 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 7976da68b..52bbb38c4 100644 --- a/snippets/initialize_list_with_values.md +++ b/snippets/initialize_list_with_values.md @@ -1,7 +1,6 @@ --- 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 1ee5893ae..31b41a910 100644 --- a/snippets/intersection.md +++ b/snippets/intersection.md @@ -1,7 +1,6 @@ --- 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 c7a46f840..3a40bc817 100644 --- a/snippets/intersection_by.md +++ b/snippets/intersection_by.md @@ -1,7 +1,6 @@ --- 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 a99794e26..1e6a55e87 100644 --- a/snippets/invert_dictionary.md +++ b/snippets/invert_dictionary.md @@ -1,7 +1,6 @@ --- title: Invert dictionary tags: dictionary -expertise: intermediate author: maciv cover: blog_images/rustic-cup.jpg firstSeen: 2020-04-07T21:13:32+03:00 diff --git a/snippets/is_anagram.md b/snippets/is_anagram.md index 1e314be28..b85526409 100644 --- a/snippets/is_anagram.md +++ b/snippets/is_anagram.md @@ -1,7 +1,6 @@ --- 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 bfde21c05..d8dad4439 100644 --- a/snippets/is_contained_in.md +++ b/snippets/is_contained_in.md @@ -1,7 +1,6 @@ --- 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_divisible.md b/snippets/is_divisible.md index 397a2cf88..eb0a123ae 100644 --- a/snippets/is_divisible.md +++ b/snippets/is_divisible.md @@ -1,7 +1,6 @@ --- title: Number is divisible tags: math -expertise: beginner unlisted: true cover: blog_images/interior-9.jpg firstSeen: 2019-08-20T14:19:55+03:00 diff --git a/snippets/is_even.md b/snippets/is_even.md index d97f0ee23..1c647f97d 100644 --- a/snippets/is_even.md +++ b/snippets/is_even.md @@ -1,7 +1,6 @@ --- title: Number is even tags: math -expertise: beginner unlisted: true cover: blog_images/interior-3.jpg firstSeen: 2019-08-20T14:21:44+03:00 diff --git a/snippets/is_odd.md b/snippets/is_odd.md index 64afa64d6..8feb533e1 100644 --- a/snippets/is_odd.md +++ b/snippets/is_odd.md @@ -1,7 +1,6 @@ --- title: Number is odd tags: math -expertise: beginner unlisted: true cover: blog_images/interior-6.jpg firstSeen: 2019-08-20T14:21:44+03:00 diff --git a/snippets/is_prime.md b/snippets/is_prime.md index 4dcdcd470..f4ad5e653 100644 --- a/snippets/is_prime.md +++ b/snippets/is_prime.md @@ -1,7 +1,6 @@ --- title: Number is prime tags: math -expertise: intermediate author: maciv cover: blog_images/carrots.jpg firstSeen: 2020-10-03T18:03:32+03:00 diff --git a/snippets/is_weekday.md b/snippets/is_weekday.md index 21c990bb9..77c34ddeb 100644 --- a/snippets/is_weekday.md +++ b/snippets/is_weekday.md @@ -1,7 +1,6 @@ --- title: Date is weekday tags: date -expertise: beginner author: maciv cover: blog_images/succulent-4.jpg firstSeen: 2020-10-28T16:20:18+02:00 diff --git a/snippets/is_weekend.md b/snippets/is_weekend.md index 96ae3e68e..54d0a940e 100644 --- a/snippets/is_weekend.md +++ b/snippets/is_weekend.md @@ -1,7 +1,6 @@ --- title: Date is weekend tags: date -expertise: beginner author: maciv cover: blog_images/two-lighthouses.jpg firstSeen: 2020-10-28T16:20:27+02:00 diff --git a/snippets/kebab.md b/snippets/kebab.md index 117836e0b..349e370c0 100644 --- a/snippets/kebab.md +++ b/snippets/kebab.md @@ -1,7 +1,6 @@ --- 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 b1c508bf2..d0e33d0d6 100644 --- a/snippets/key_in_dict.md +++ b/snippets/key_in_dict.md @@ -1,7 +1,6 @@ --- title: Key in dictionary tags: dictionary -expertise: beginner author: maciv cover: blog_images/rocky-mountains.jpg firstSeen: 2020-10-16T21:30:49+03:00 diff --git a/snippets/key_of_max.md b/snippets/key_of_max.md index 9e0a03a27..cfc4f953f 100644 --- a/snippets/key_of_max.md +++ b/snippets/key_of_max.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/key_of_min.md b/snippets/key_of_min.md index 796be26a5..f52bd4820 100644 --- a/snippets/key_of_min.md +++ b/snippets/key_of_min.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/keys_only.md b/snippets/keys_only.md index 16d73b0e7..c8065d14d 100644 --- a/snippets/keys_only.md +++ b/snippets/keys_only.md @@ -1,7 +1,6 @@ --- 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/km_to_miles.md b/snippets/km_to_miles.md index f16d7721d..597f27563 100644 --- a/snippets/km_to_miles.md +++ b/snippets/km_to_miles.md @@ -1,7 +1,6 @@ --- title: Km to miles tags: math -expertise: beginner author: maciv unlisted: true cover: blog_images/interior-5.jpg diff --git a/snippets/last.md b/snippets/last.md index e9e83e513..4175b81bc 100644 --- a/snippets/last.md +++ b/snippets/last.md @@ -1,7 +1,6 @@ --- 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 760376bd7..10d23efcb 100644 --- a/snippets/lcm.md +++ b/snippets/lcm.md @@ -1,7 +1,6 @@ --- 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 c8f9b030c..00dca0ba3 100644 --- a/snippets/longest_item.md +++ b/snippets/longest_item.md @@ -1,7 +1,6 @@ --- 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 b65ca4d78..464bba6e2 100644 --- a/snippets/map_dictionary.md +++ b/snippets/map_dictionary.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/map_values.md b/snippets/map_values.md index 76cfdcd4c..4497fcd59 100644 --- a/snippets/map_values.md +++ b/snippets/map_values.md @@ -1,7 +1,6 @@ --- 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 f34ff1a6d..163ac992b 100644 --- a/snippets/max_by.md +++ b/snippets/max_by.md @@ -1,7 +1,6 @@ --- 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 b53456b65..a4fecfa19 100644 --- a/snippets/max_element_index.md +++ b/snippets/max_element_index.md @@ -1,7 +1,6 @@ --- 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 cb7623be0..d64685217 100644 --- a/snippets/max_n.md +++ b/snippets/max_n.md @@ -1,7 +1,6 @@ --- 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 316a06306..42458c53d 100644 --- a/snippets/median.md +++ b/snippets/median.md @@ -1,7 +1,6 @@ --- 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 352ab13b4..b6290da3a 100644 --- a/snippets/merge.md +++ b/snippets/merge.md @@ -1,7 +1,6 @@ --- 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 e13a2e504..85c7b6006 100644 --- a/snippets/merge_dictionaries.md +++ b/snippets/merge_dictionaries.md @@ -1,7 +1,6 @@ --- title: Merge dictionaries tags: dictionary -expertise: intermediate author: maciv cover: blog_images/plant-candle.jpg firstSeen: 2020-04-16T19:28:35+03:00 diff --git a/snippets/miles_to_km.md b/snippets/miles_to_km.md index 6a641efcc..69ff9e9c2 100644 --- a/snippets/miles_to_km.md +++ b/snippets/miles_to_km.md @@ -1,7 +1,6 @@ --- title: Miles to km tags: math -expertise: beginner author: maciv unlisted: true cover: blog_images/interior-5.jpg diff --git a/snippets/min_by.md b/snippets/min_by.md index 52cede26a..2ecfcd883 100644 --- a/snippets/min_by.md +++ b/snippets/min_by.md @@ -1,7 +1,6 @@ --- 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 16acfcec5..cade3bde3 100644 --- a/snippets/min_element_index.md +++ b/snippets/min_element_index.md @@ -1,7 +1,6 @@ --- 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 7cb3bd19d..356f028cb 100644 --- a/snippets/min_n.md +++ b/snippets/min_n.md @@ -1,7 +1,6 @@ --- 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 9e78f8991..942055a72 100644 --- a/snippets/months_diff.md +++ b/snippets/months_diff.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/most_frequent.md b/snippets/most_frequent.md index 8cd9520a5..fcbc369e9 100644 --- a/snippets/most_frequent.md +++ b/snippets/most_frequent.md @@ -1,7 +1,6 @@ --- 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 b34c316b8..1afdf57fe 100644 --- a/snippets/n_times_string.md +++ b/snippets/n_times_string.md @@ -1,7 +1,6 @@ --- 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 a58a536da..9b3a6a502 100644 --- a/snippets/none.md +++ b/snippets/none.md @@ -1,7 +1,6 @@ --- 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 ffe4aa648..b426f69a6 100644 --- a/snippets/num_to_range.md +++ b/snippets/num_to_range.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/offset.md b/snippets/offset.md index b4ebd82c4..858061a6f 100644 --- a/snippets/offset.md +++ b/snippets/offset.md @@ -1,7 +1,6 @@ --- 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 7b28d79c5..7f372f804 100644 --- a/snippets/pad.md +++ b/snippets/pad.md @@ -1,7 +1,6 @@ --- title: Pad string tags: string -expertise: beginner author: chalarangelo cover: blog_images/digital-nomad-11.jpg firstSeen: 2020-10-04T01:53:05+03:00 diff --git a/snippets/pad_number.md b/snippets/pad_number.md index f8d466bbc..04bbaabc9 100644 --- a/snippets/pad_number.md +++ b/snippets/pad_number.md @@ -1,7 +1,6 @@ --- 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 db4a61785..179fa7a50 100644 --- a/snippets/palindrome.md +++ b/snippets/palindrome.md @@ -1,7 +1,6 @@ --- 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 41bf3d490..be61b5a43 100644 --- a/snippets/pluck.md +++ b/snippets/pluck.md @@ -1,7 +1,6 @@ --- 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 a72bc1446..e3211bd2e 100644 --- a/snippets/powerset.md +++ b/snippets/powerset.md @@ -1,7 +1,6 @@ --- title: Powerset tags: math,list -expertise: advanced author: chalarangelo cover: blog_images/rock-climbing.jpg firstSeen: 2020-10-04T13:14:01+03:00 diff --git a/snippets/rads_to_degrees.md b/snippets/rads_to_degrees.md index c7acc4920..d9ed0bc87 100644 --- a/snippets/rads_to_degrees.md +++ b/snippets/rads_to_degrees.md @@ -1,7 +1,6 @@ --- title: Radians to degrees tags: math -expertise: beginner cover: blog_images/watermelon-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 1c937d3eb..cb53c80e4 100644 --- a/snippets/reverse.md +++ b/snippets/reverse.md @@ -1,7 +1,6 @@ --- 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 7aec12c98..e082cd1f2 100644 --- a/snippets/reverse_number.md +++ b/snippets/reverse_number.md @@ -1,7 +1,6 @@ --- title: Reverse number tags: math -expertise: intermediate author: maciv cover: blog_images/taking-photos.jpg firstSeen: 2020-10-04T14:21:41+03:00 diff --git a/snippets/rgb_to_hex.md b/snippets/rgb_to_hex.md index 9575e31e2..7d22feb40 100644 --- a/snippets/rgb_to_hex.md +++ b/snippets/rgb_to_hex.md @@ -1,7 +1,6 @@ --- title: RGB to hex tags: string,math -expertise: intermediate author: maciv cover: blog_images/campfire.jpg firstSeen: 2020-09-13T01:08:00+03:00 diff --git a/snippets/roll.md b/snippets/roll.md index 17da406c4..7b15d8b00 100644 --- a/snippets/roll.md +++ b/snippets/roll.md @@ -1,7 +1,6 @@ --- 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 2b8ba0c4e..4cfd8ef8f 100644 --- a/snippets/sample.md +++ b/snippets/sample.md @@ -1,7 +1,6 @@ --- 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 2a9232539..83e222d48 100644 --- a/snippets/shuffle.md +++ b/snippets/shuffle.md @@ -1,7 +1,6 @@ --- 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 fe29b0985..a85198fd9 100644 --- a/snippets/similarity.md +++ b/snippets/similarity.md @@ -1,7 +1,6 @@ --- 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 adbbf27f9..2eeb805b9 100644 --- a/snippets/slugify.md +++ b/snippets/slugify.md @@ -1,7 +1,6 @@ --- 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 e62689c78..9536e4b90 100644 --- a/snippets/snake.md +++ b/snippets/snake.md @@ -1,7 +1,6 @@ --- 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 76bd50854..9772a17e9 100644 --- a/snippets/some.md +++ b/snippets/some.md @@ -1,7 +1,6 @@ --- 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 ec459f319..ed91ea504 100644 --- a/snippets/sort_by_indexes.md +++ b/snippets/sort_by_indexes.md @@ -1,7 +1,6 @@ --- 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 f3c7d2b55..cee94de76 100644 --- a/snippets/sort_dict_by_key.md +++ b/snippets/sort_dict_by_key.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/sort_dict_by_value.md b/snippets/sort_dict_by_value.md index 25fdf3ec6..ca6c2c62a 100644 --- a/snippets/sort_dict_by_value.md +++ b/snippets/sort_dict_by_value.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/split_lines.md b/snippets/split_lines.md index e7e446955..adaa26fa3 100644 --- a/snippets/split_lines.md +++ b/snippets/split_lines.md @@ -1,7 +1,6 @@ --- 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 f52b9d535..31d7bb5b2 100644 --- a/snippets/spread.md +++ b/snippets/spread.md @@ -1,7 +1,6 @@ --- 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 37e9f9869..62314458a 100644 --- a/snippets/sum_by.md +++ b/snippets/sum_by.md @@ -1,7 +1,6 @@ --- 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 1cbc8a91c..41023c92f 100644 --- a/snippets/sum_of_powers.md +++ b/snippets/sum_of_powers.md @@ -1,7 +1,6 @@ --- title: Sum of powers tags: math -expertise: intermediate author: maciv cover: blog_images/river-flow.jpg firstSeen: 2020-10-04T14:21:41+03:00 diff --git a/snippets/symmetric_difference.md b/snippets/symmetric_difference.md index 293ab5cea..e8581578f 100644 --- a/snippets/symmetric_difference.md +++ b/snippets/symmetric_difference.md @@ -1,7 +1,6 @@ --- 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 8d6ce4d60..b5b27675f 100644 --- a/snippets/symmetric_difference_by.md +++ b/snippets/symmetric_difference_by.md @@ -1,7 +1,6 @@ --- 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 f0a503769..f28771acd 100644 --- a/snippets/tail.md +++ b/snippets/tail.md @@ -1,7 +1,6 @@ --- 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 9afc6e88a..ae94fadc1 100644 --- a/snippets/take.md +++ b/snippets/take.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/take_right.md b/snippets/take_right.md index 5f4e7cdfd..941781ec8 100644 --- a/snippets/take_right.md +++ b/snippets/take_right.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/to_binary.md b/snippets/to_binary.md index fd298b666..4eff85910 100644 --- a/snippets/to_binary.md +++ b/snippets/to_binary.md @@ -1,7 +1,6 @@ --- 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 e2e02434b..b22cab7c1 100644 --- a/snippets/to_dictionary.md +++ b/snippets/to_dictionary.md @@ -1,7 +1,6 @@ --- title: Lists to dictionary 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 diff --git a/snippets/to_hex.md b/snippets/to_hex.md index 9c390e06a..819a8acc1 100644 --- a/snippets/to_hex.md +++ b/snippets/to_hex.md @@ -1,7 +1,6 @@ --- 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 aac4394b7..c2c159d97 100644 --- a/snippets/to_iso_date.md +++ b/snippets/to_iso_date.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/to_roman_numeral.md b/snippets/to_roman_numeral.md index ec5d22218..48ae8bbc0 100644 --- a/snippets/to_roman_numeral.md +++ b/snippets/to_roman_numeral.md @@ -1,7 +1,6 @@ --- 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 diff --git a/snippets/transpose.md b/snippets/transpose.md index e901e3599..a7bd5404b 100644 --- a/snippets/transpose.md +++ b/snippets/transpose.md @@ -1,7 +1,6 @@ --- 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 4b70023f0..38ba14860 100644 --- a/snippets/unfold.md +++ b/snippets/unfold.md @@ -1,7 +1,6 @@ --- 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 6a59f35e0..15c55590a 100644 --- a/snippets/union.md +++ b/snippets/union.md @@ -1,7 +1,6 @@ --- 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 c0ef43ab9..7cb8d83a7 100644 --- a/snippets/union_by.md +++ b/snippets/union_by.md @@ -1,7 +1,6 @@ --- 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 55846316a..f164c8353 100644 --- a/snippets/unique_elements.md +++ b/snippets/unique_elements.md @@ -1,7 +1,6 @@ --- 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 acd6049ec..5b3efa021 100644 --- a/snippets/values_only.md +++ b/snippets/values_only.md @@ -1,7 +1,6 @@ --- 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 9ead5b63a..7c5a8e3be 100644 --- a/snippets/weighted_average.md +++ b/snippets/weighted_average.md @@ -1,7 +1,6 @@ --- 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 d655c55a9..3c5f52420 100644 --- a/snippets/when.md +++ b/snippets/when.md @@ -1,7 +1,6 @@ --- 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 770e7b1ed..7ba82df4e 100644 --- a/snippets/words.md +++ b/snippets/words.md @@ -1,7 +1,6 @@ --- 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