From f6a215e9e38869ad27fc934ee3e1c108bdac98b1 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 27 Apr 2023 22:00:06 +0300 Subject: [PATCH] Kebab file names --- snippets/{add_days.md => add-days.md} | 0 snippets/{all_equal.md => all-equal.md} | 0 snippets/{all_unique.md => all-unique.md} | 0 snippets/{arithmetic_progression.md => arithmetic-progression.md} | 0 snippets/{average_by.md => average-by.md} | 0 snippets/{bifurcate_by.md => bifurcate-by.md} | 0 snippets/{binomial_coefficient.md => binomial-coefficient.md} | 0 snippets/{byte_size.md => byte-size.md} | 0 snippets/{capitalize_every_word.md => capitalize-every-word.md} | 0 snippets/{cast_list.md => cast-list.md} | 0 snippets/{celsius_to_fahrenheit.md => celsius-to-fahrenheit.md} | 0 snippets/{check_prop.md => check-prop.md} | 0 snippets/{chunk_into_n.md => chunk-into-n.md} | 0 snippets/{clamp_number.md => clamp-number.md} | 0 snippets/{collect_dictionary.md => collect-dictionary.md} | 0 snippets/{combine_values.md => combine-values.md} | 0 snippets/{compose_right.md => compose-right.md} | 0 snippets/{count_by.md => count-by.md} | 0 snippets/{count_occurrences.md => count-occurrences.md} | 0 snippets/{days_ago.md => days-ago.md} | 0 snippets/{days_diff.md => days-diff.md} | 0 snippets/{days_from_now.md => days-from-now.md} | 0 snippets/{deep_flatten.md => deep-flatten.md} | 0 snippets/{degrees_to_rads.md => degrees-to-rads.md} | 0 snippets/{dict_to_list.md => dict-to-list.md} | 0 snippets/{difference_by.md => difference-by.md} | 0 snippets/{drop_right.md => drop-right.md} | 0 snippets/{every_nth.md => every-nth.md} | 0 snippets/{fahrenheit_to_celsius.md => fahrenheit-to-celsius.md} | 0 snippets/{filter_non_unique.md => filter-non-unique.md} | 0 snippets/{filter_unique.md => filter-unique.md} | 0 snippets/{find_index_of_all.md => find-index-of-all.md} | 0 snippets/{find_index.md => find-index.md} | 0 snippets/{find_key.md => find-key.md} | 0 snippets/{find_keys.md => find-keys.md} | 0 snippets/{find_last_index.md => find-last-index.md} | 0 snippets/{find_last.md => find-last.md} | 0 snippets/{find_parity_outliers.md => find-parity-outliers.md} | 0 snippets/{for_each_right.md => for-each-right.md} | 0 snippets/{for_each.md => for-each.md} | 0 snippets/{from_iso_date.md => from-iso-date.md} | 0 snippets/{geometric_progression.md => geometric-progression.md} | 0 snippets/{group_by.md => group-by.md} | 0 snippets/{hamming_distance.md => hamming-distance.md} | 0 snippets/{has_duplicates.md => has-duplicates.md} | 0 snippets/{have_same_contents.md => have-same-contents.md} | 0 snippets/{hex_to_rgb.md => hex-to-rgb.md} | 0 snippets/{in_range.md => in-range.md} | 0 snippets/{includes_all.md => includes-all.md} | 0 snippets/{includes_any.md => includes-any.md} | 0 snippets/{index_of_all.md => index-of-all.md} | 0 snippets/{initialize_2d_list.md => initialize-2-d-list.md} | 0 ...nitialize_list_with_range.md => initialize-list-with-range.md} | 0 ...tialize_list_with_values.md => initialize-list-with-values.md} | 0 snippets/{intersection_by.md => intersection-by.md} | 0 snippets/{invert_dictionary.md => invert-dictionary.md} | 0 snippets/{is_anagram.md => is-anagram.md} | 0 snippets/{is_contained_in.md => is-contained-in.md} | 0 snippets/{is_divisible.md => is-divisible.md} | 0 snippets/{is_empty.md => is-empty.md} | 0 snippets/{is_even.md => is-even.md} | 0 snippets/{is_odd.md => is-odd.md} | 0 snippets/{is_prime.md => is-prime.md} | 0 snippets/{is_weekday.md => is-weekday.md} | 0 snippets/{is_weekend.md => is-weekend.md} | 0 snippets/{key_in_dict.md => key-in-dict.md} | 0 snippets/{key_of_max.md => key-of-max.md} | 0 snippets/{key_of_min.md => key-of-min.md} | 0 snippets/{keys_only.md => keys-only.md} | 0 snippets/{km_to_miles.md => km-to-miles.md} | 0 snippets/{longest_item.md => longest-item.md} | 0 snippets/{map_dictionary.md => map-dictionary.md} | 0 snippets/{map_values.md => map-values.md} | 0 snippets/{max_by.md => max-by.md} | 0 snippets/{max_element_index.md => max-element-index.md} | 0 snippets/{max_n.md => max-n.md} | 0 snippets/{merge_dictionaries.md => merge-dictionaries.md} | 0 snippets/{miles_to_km.md => miles-to-km.md} | 0 snippets/{min_by.md => min-by.md} | 0 snippets/{min_element_index.md => min-element-index.md} | 0 snippets/{min_n.md => min-n.md} | 0 snippets/{months_diff.md => months-diff.md} | 0 snippets/{most_frequent.md => most-frequent.md} | 0 snippets/{n_times_string.md => n-times-string.md} | 0 snippets/{num_to_range.md => num-to-range.md} | 0 snippets/{pad_number.md => pad-number.md} | 0 snippets/{rads_to_degrees.md => rads-to-degrees.md} | 0 snippets/{reverse_number.md => reverse-number.md} | 0 snippets/{rgb_to_hex.md => rgb-to-hex.md} | 0 snippets/{sort_by_indexes.md => sort-by-indexes.md} | 0 snippets/{sort_dict_by_key.md => sort-dict-by-key.md} | 0 snippets/{sort_dict_by_value.md => sort-dict-by-value.md} | 0 snippets/{split_lines.md => split-lines.md} | 0 snippets/{sum_by.md => sum-by.md} | 0 snippets/{sum_of_powers.md => sum-of-powers.md} | 0 .../{symmetric_difference_by.md => symmetric-difference-by.md} | 0 snippets/{symmetric_difference.md => symmetric-difference.md} | 0 snippets/{take_right.md => take-right.md} | 0 snippets/{to_binary.md => to-binary.md} | 0 snippets/{to_dictionary.md => to-dictionary.md} | 0 snippets/{to_hex.md => to-hex.md} | 0 snippets/{to_iso_date.md => to-iso-date.md} | 0 snippets/{to_roman_numeral.md => to-roman-numeral.md} | 0 snippets/{union_by.md => union-by.md} | 0 snippets/{unique_elements.md => unique-elements.md} | 0 snippets/{values_only.md => values-only.md} | 0 snippets/{weighted_average.md => weighted-average.md} | 0 107 files changed, 0 insertions(+), 0 deletions(-) rename snippets/{add_days.md => add-days.md} (100%) rename snippets/{all_equal.md => all-equal.md} (100%) rename snippets/{all_unique.md => all-unique.md} (100%) rename snippets/{arithmetic_progression.md => arithmetic-progression.md} (100%) rename snippets/{average_by.md => average-by.md} (100%) rename snippets/{bifurcate_by.md => bifurcate-by.md} (100%) rename snippets/{binomial_coefficient.md => binomial-coefficient.md} (100%) rename snippets/{byte_size.md => byte-size.md} (100%) rename snippets/{capitalize_every_word.md => capitalize-every-word.md} (100%) rename snippets/{cast_list.md => cast-list.md} (100%) rename snippets/{celsius_to_fahrenheit.md => celsius-to-fahrenheit.md} (100%) rename snippets/{check_prop.md => check-prop.md} (100%) rename snippets/{chunk_into_n.md => chunk-into-n.md} (100%) rename snippets/{clamp_number.md => clamp-number.md} (100%) rename snippets/{collect_dictionary.md => collect-dictionary.md} (100%) rename snippets/{combine_values.md => combine-values.md} (100%) rename snippets/{compose_right.md => compose-right.md} (100%) rename snippets/{count_by.md => count-by.md} (100%) rename snippets/{count_occurrences.md => count-occurrences.md} (100%) rename snippets/{days_ago.md => days-ago.md} (100%) rename snippets/{days_diff.md => days-diff.md} (100%) rename snippets/{days_from_now.md => days-from-now.md} (100%) rename snippets/{deep_flatten.md => deep-flatten.md} (100%) rename snippets/{degrees_to_rads.md => degrees-to-rads.md} (100%) rename snippets/{dict_to_list.md => dict-to-list.md} (100%) rename snippets/{difference_by.md => difference-by.md} (100%) rename snippets/{drop_right.md => drop-right.md} (100%) rename snippets/{every_nth.md => every-nth.md} (100%) rename snippets/{fahrenheit_to_celsius.md => fahrenheit-to-celsius.md} (100%) rename snippets/{filter_non_unique.md => filter-non-unique.md} (100%) rename snippets/{filter_unique.md => filter-unique.md} (100%) rename snippets/{find_index_of_all.md => find-index-of-all.md} (100%) rename snippets/{find_index.md => find-index.md} (100%) rename snippets/{find_key.md => find-key.md} (100%) rename snippets/{find_keys.md => find-keys.md} (100%) rename snippets/{find_last_index.md => find-last-index.md} (100%) rename snippets/{find_last.md => find-last.md} (100%) rename snippets/{find_parity_outliers.md => find-parity-outliers.md} (100%) rename snippets/{for_each_right.md => for-each-right.md} (100%) rename snippets/{for_each.md => for-each.md} (100%) rename snippets/{from_iso_date.md => from-iso-date.md} (100%) rename snippets/{geometric_progression.md => geometric-progression.md} (100%) rename snippets/{group_by.md => group-by.md} (100%) rename snippets/{hamming_distance.md => hamming-distance.md} (100%) rename snippets/{has_duplicates.md => has-duplicates.md} (100%) rename snippets/{have_same_contents.md => have-same-contents.md} (100%) rename snippets/{hex_to_rgb.md => hex-to-rgb.md} (100%) rename snippets/{in_range.md => in-range.md} (100%) rename snippets/{includes_all.md => includes-all.md} (100%) rename snippets/{includes_any.md => includes-any.md} (100%) rename snippets/{index_of_all.md => index-of-all.md} (100%) rename snippets/{initialize_2d_list.md => initialize-2-d-list.md} (100%) rename snippets/{initialize_list_with_range.md => initialize-list-with-range.md} (100%) rename snippets/{initialize_list_with_values.md => initialize-list-with-values.md} (100%) rename snippets/{intersection_by.md => intersection-by.md} (100%) rename snippets/{invert_dictionary.md => invert-dictionary.md} (100%) rename snippets/{is_anagram.md => is-anagram.md} (100%) rename snippets/{is_contained_in.md => is-contained-in.md} (100%) rename snippets/{is_divisible.md => is-divisible.md} (100%) rename snippets/{is_empty.md => is-empty.md} (100%) rename snippets/{is_even.md => is-even.md} (100%) rename snippets/{is_odd.md => is-odd.md} (100%) rename snippets/{is_prime.md => is-prime.md} (100%) rename snippets/{is_weekday.md => is-weekday.md} (100%) rename snippets/{is_weekend.md => is-weekend.md} (100%) rename snippets/{key_in_dict.md => key-in-dict.md} (100%) rename snippets/{key_of_max.md => key-of-max.md} (100%) rename snippets/{key_of_min.md => key-of-min.md} (100%) rename snippets/{keys_only.md => keys-only.md} (100%) rename snippets/{km_to_miles.md => km-to-miles.md} (100%) rename snippets/{longest_item.md => longest-item.md} (100%) rename snippets/{map_dictionary.md => map-dictionary.md} (100%) rename snippets/{map_values.md => map-values.md} (100%) rename snippets/{max_by.md => max-by.md} (100%) rename snippets/{max_element_index.md => max-element-index.md} (100%) rename snippets/{max_n.md => max-n.md} (100%) rename snippets/{merge_dictionaries.md => merge-dictionaries.md} (100%) rename snippets/{miles_to_km.md => miles-to-km.md} (100%) rename snippets/{min_by.md => min-by.md} (100%) rename snippets/{min_element_index.md => min-element-index.md} (100%) rename snippets/{min_n.md => min-n.md} (100%) rename snippets/{months_diff.md => months-diff.md} (100%) rename snippets/{most_frequent.md => most-frequent.md} (100%) rename snippets/{n_times_string.md => n-times-string.md} (100%) rename snippets/{num_to_range.md => num-to-range.md} (100%) rename snippets/{pad_number.md => pad-number.md} (100%) rename snippets/{rads_to_degrees.md => rads-to-degrees.md} (100%) rename snippets/{reverse_number.md => reverse-number.md} (100%) rename snippets/{rgb_to_hex.md => rgb-to-hex.md} (100%) rename snippets/{sort_by_indexes.md => sort-by-indexes.md} (100%) rename snippets/{sort_dict_by_key.md => sort-dict-by-key.md} (100%) rename snippets/{sort_dict_by_value.md => sort-dict-by-value.md} (100%) rename snippets/{split_lines.md => split-lines.md} (100%) rename snippets/{sum_by.md => sum-by.md} (100%) rename snippets/{sum_of_powers.md => sum-of-powers.md} (100%) rename snippets/{symmetric_difference_by.md => symmetric-difference-by.md} (100%) rename snippets/{symmetric_difference.md => symmetric-difference.md} (100%) rename snippets/{take_right.md => take-right.md} (100%) rename snippets/{to_binary.md => to-binary.md} (100%) rename snippets/{to_dictionary.md => to-dictionary.md} (100%) rename snippets/{to_hex.md => to-hex.md} (100%) rename snippets/{to_iso_date.md => to-iso-date.md} (100%) rename snippets/{to_roman_numeral.md => to-roman-numeral.md} (100%) rename snippets/{union_by.md => union-by.md} (100%) rename snippets/{unique_elements.md => unique-elements.md} (100%) rename snippets/{values_only.md => values-only.md} (100%) rename snippets/{weighted_average.md => weighted-average.md} (100%) diff --git a/snippets/add_days.md b/snippets/add-days.md similarity index 100% rename from snippets/add_days.md rename to snippets/add-days.md diff --git a/snippets/all_equal.md b/snippets/all-equal.md similarity index 100% rename from snippets/all_equal.md rename to snippets/all-equal.md diff --git a/snippets/all_unique.md b/snippets/all-unique.md similarity index 100% rename from snippets/all_unique.md rename to snippets/all-unique.md diff --git a/snippets/arithmetic_progression.md b/snippets/arithmetic-progression.md similarity index 100% rename from snippets/arithmetic_progression.md rename to snippets/arithmetic-progression.md diff --git a/snippets/average_by.md b/snippets/average-by.md similarity index 100% rename from snippets/average_by.md rename to snippets/average-by.md diff --git a/snippets/bifurcate_by.md b/snippets/bifurcate-by.md similarity index 100% rename from snippets/bifurcate_by.md rename to snippets/bifurcate-by.md diff --git a/snippets/binomial_coefficient.md b/snippets/binomial-coefficient.md similarity index 100% rename from snippets/binomial_coefficient.md rename to snippets/binomial-coefficient.md diff --git a/snippets/byte_size.md b/snippets/byte-size.md similarity index 100% rename from snippets/byte_size.md rename to snippets/byte-size.md diff --git a/snippets/capitalize_every_word.md b/snippets/capitalize-every-word.md similarity index 100% rename from snippets/capitalize_every_word.md rename to snippets/capitalize-every-word.md diff --git a/snippets/cast_list.md b/snippets/cast-list.md similarity index 100% rename from snippets/cast_list.md rename to snippets/cast-list.md diff --git a/snippets/celsius_to_fahrenheit.md b/snippets/celsius-to-fahrenheit.md similarity index 100% rename from snippets/celsius_to_fahrenheit.md rename to snippets/celsius-to-fahrenheit.md diff --git a/snippets/check_prop.md b/snippets/check-prop.md similarity index 100% rename from snippets/check_prop.md rename to snippets/check-prop.md diff --git a/snippets/chunk_into_n.md b/snippets/chunk-into-n.md similarity index 100% rename from snippets/chunk_into_n.md rename to snippets/chunk-into-n.md diff --git a/snippets/clamp_number.md b/snippets/clamp-number.md similarity index 100% rename from snippets/clamp_number.md rename to snippets/clamp-number.md diff --git a/snippets/collect_dictionary.md b/snippets/collect-dictionary.md similarity index 100% rename from snippets/collect_dictionary.md rename to snippets/collect-dictionary.md diff --git a/snippets/combine_values.md b/snippets/combine-values.md similarity index 100% rename from snippets/combine_values.md rename to snippets/combine-values.md diff --git a/snippets/compose_right.md b/snippets/compose-right.md similarity index 100% rename from snippets/compose_right.md rename to snippets/compose-right.md diff --git a/snippets/count_by.md b/snippets/count-by.md similarity index 100% rename from snippets/count_by.md rename to snippets/count-by.md diff --git a/snippets/count_occurrences.md b/snippets/count-occurrences.md similarity index 100% rename from snippets/count_occurrences.md rename to snippets/count-occurrences.md diff --git a/snippets/days_ago.md b/snippets/days-ago.md similarity index 100% rename from snippets/days_ago.md rename to snippets/days-ago.md diff --git a/snippets/days_diff.md b/snippets/days-diff.md similarity index 100% rename from snippets/days_diff.md rename to snippets/days-diff.md diff --git a/snippets/days_from_now.md b/snippets/days-from-now.md similarity index 100% rename from snippets/days_from_now.md rename to snippets/days-from-now.md diff --git a/snippets/deep_flatten.md b/snippets/deep-flatten.md similarity index 100% rename from snippets/deep_flatten.md rename to snippets/deep-flatten.md diff --git a/snippets/degrees_to_rads.md b/snippets/degrees-to-rads.md similarity index 100% rename from snippets/degrees_to_rads.md rename to snippets/degrees-to-rads.md diff --git a/snippets/dict_to_list.md b/snippets/dict-to-list.md similarity index 100% rename from snippets/dict_to_list.md rename to snippets/dict-to-list.md diff --git a/snippets/difference_by.md b/snippets/difference-by.md similarity index 100% rename from snippets/difference_by.md rename to snippets/difference-by.md diff --git a/snippets/drop_right.md b/snippets/drop-right.md similarity index 100% rename from snippets/drop_right.md rename to snippets/drop-right.md diff --git a/snippets/every_nth.md b/snippets/every-nth.md similarity index 100% rename from snippets/every_nth.md rename to snippets/every-nth.md diff --git a/snippets/fahrenheit_to_celsius.md b/snippets/fahrenheit-to-celsius.md similarity index 100% rename from snippets/fahrenheit_to_celsius.md rename to snippets/fahrenheit-to-celsius.md diff --git a/snippets/filter_non_unique.md b/snippets/filter-non-unique.md similarity index 100% rename from snippets/filter_non_unique.md rename to snippets/filter-non-unique.md diff --git a/snippets/filter_unique.md b/snippets/filter-unique.md similarity index 100% rename from snippets/filter_unique.md rename to snippets/filter-unique.md diff --git a/snippets/find_index_of_all.md b/snippets/find-index-of-all.md similarity index 100% rename from snippets/find_index_of_all.md rename to snippets/find-index-of-all.md diff --git a/snippets/find_index.md b/snippets/find-index.md similarity index 100% rename from snippets/find_index.md rename to snippets/find-index.md diff --git a/snippets/find_key.md b/snippets/find-key.md similarity index 100% rename from snippets/find_key.md rename to snippets/find-key.md diff --git a/snippets/find_keys.md b/snippets/find-keys.md similarity index 100% rename from snippets/find_keys.md rename to snippets/find-keys.md diff --git a/snippets/find_last_index.md b/snippets/find-last-index.md similarity index 100% rename from snippets/find_last_index.md rename to snippets/find-last-index.md diff --git a/snippets/find_last.md b/snippets/find-last.md similarity index 100% rename from snippets/find_last.md rename to snippets/find-last.md diff --git a/snippets/find_parity_outliers.md b/snippets/find-parity-outliers.md similarity index 100% rename from snippets/find_parity_outliers.md rename to snippets/find-parity-outliers.md diff --git a/snippets/for_each_right.md b/snippets/for-each-right.md similarity index 100% rename from snippets/for_each_right.md rename to snippets/for-each-right.md diff --git a/snippets/for_each.md b/snippets/for-each.md similarity index 100% rename from snippets/for_each.md rename to snippets/for-each.md diff --git a/snippets/from_iso_date.md b/snippets/from-iso-date.md similarity index 100% rename from snippets/from_iso_date.md rename to snippets/from-iso-date.md diff --git a/snippets/geometric_progression.md b/snippets/geometric-progression.md similarity index 100% rename from snippets/geometric_progression.md rename to snippets/geometric-progression.md diff --git a/snippets/group_by.md b/snippets/group-by.md similarity index 100% rename from snippets/group_by.md rename to snippets/group-by.md diff --git a/snippets/hamming_distance.md b/snippets/hamming-distance.md similarity index 100% rename from snippets/hamming_distance.md rename to snippets/hamming-distance.md diff --git a/snippets/has_duplicates.md b/snippets/has-duplicates.md similarity index 100% rename from snippets/has_duplicates.md rename to snippets/has-duplicates.md diff --git a/snippets/have_same_contents.md b/snippets/have-same-contents.md similarity index 100% rename from snippets/have_same_contents.md rename to snippets/have-same-contents.md diff --git a/snippets/hex_to_rgb.md b/snippets/hex-to-rgb.md similarity index 100% rename from snippets/hex_to_rgb.md rename to snippets/hex-to-rgb.md diff --git a/snippets/in_range.md b/snippets/in-range.md similarity index 100% rename from snippets/in_range.md rename to snippets/in-range.md diff --git a/snippets/includes_all.md b/snippets/includes-all.md similarity index 100% rename from snippets/includes_all.md rename to snippets/includes-all.md diff --git a/snippets/includes_any.md b/snippets/includes-any.md similarity index 100% rename from snippets/includes_any.md rename to snippets/includes-any.md diff --git a/snippets/index_of_all.md b/snippets/index-of-all.md similarity index 100% rename from snippets/index_of_all.md rename to snippets/index-of-all.md diff --git a/snippets/initialize_2d_list.md b/snippets/initialize-2-d-list.md similarity index 100% rename from snippets/initialize_2d_list.md rename to snippets/initialize-2-d-list.md diff --git a/snippets/initialize_list_with_range.md b/snippets/initialize-list-with-range.md similarity index 100% rename from snippets/initialize_list_with_range.md rename to snippets/initialize-list-with-range.md diff --git a/snippets/initialize_list_with_values.md b/snippets/initialize-list-with-values.md similarity index 100% rename from snippets/initialize_list_with_values.md rename to snippets/initialize-list-with-values.md diff --git a/snippets/intersection_by.md b/snippets/intersection-by.md similarity index 100% rename from snippets/intersection_by.md rename to snippets/intersection-by.md diff --git a/snippets/invert_dictionary.md b/snippets/invert-dictionary.md similarity index 100% rename from snippets/invert_dictionary.md rename to snippets/invert-dictionary.md diff --git a/snippets/is_anagram.md b/snippets/is-anagram.md similarity index 100% rename from snippets/is_anagram.md rename to snippets/is-anagram.md diff --git a/snippets/is_contained_in.md b/snippets/is-contained-in.md similarity index 100% rename from snippets/is_contained_in.md rename to snippets/is-contained-in.md diff --git a/snippets/is_divisible.md b/snippets/is-divisible.md similarity index 100% rename from snippets/is_divisible.md rename to snippets/is-divisible.md diff --git a/snippets/is_empty.md b/snippets/is-empty.md similarity index 100% rename from snippets/is_empty.md rename to snippets/is-empty.md diff --git a/snippets/is_even.md b/snippets/is-even.md similarity index 100% rename from snippets/is_even.md rename to snippets/is-even.md diff --git a/snippets/is_odd.md b/snippets/is-odd.md similarity index 100% rename from snippets/is_odd.md rename to snippets/is-odd.md diff --git a/snippets/is_prime.md b/snippets/is-prime.md similarity index 100% rename from snippets/is_prime.md rename to snippets/is-prime.md diff --git a/snippets/is_weekday.md b/snippets/is-weekday.md similarity index 100% rename from snippets/is_weekday.md rename to snippets/is-weekday.md diff --git a/snippets/is_weekend.md b/snippets/is-weekend.md similarity index 100% rename from snippets/is_weekend.md rename to snippets/is-weekend.md diff --git a/snippets/key_in_dict.md b/snippets/key-in-dict.md similarity index 100% rename from snippets/key_in_dict.md rename to snippets/key-in-dict.md diff --git a/snippets/key_of_max.md b/snippets/key-of-max.md similarity index 100% rename from snippets/key_of_max.md rename to snippets/key-of-max.md diff --git a/snippets/key_of_min.md b/snippets/key-of-min.md similarity index 100% rename from snippets/key_of_min.md rename to snippets/key-of-min.md diff --git a/snippets/keys_only.md b/snippets/keys-only.md similarity index 100% rename from snippets/keys_only.md rename to snippets/keys-only.md diff --git a/snippets/km_to_miles.md b/snippets/km-to-miles.md similarity index 100% rename from snippets/km_to_miles.md rename to snippets/km-to-miles.md diff --git a/snippets/longest_item.md b/snippets/longest-item.md similarity index 100% rename from snippets/longest_item.md rename to snippets/longest-item.md diff --git a/snippets/map_dictionary.md b/snippets/map-dictionary.md similarity index 100% rename from snippets/map_dictionary.md rename to snippets/map-dictionary.md diff --git a/snippets/map_values.md b/snippets/map-values.md similarity index 100% rename from snippets/map_values.md rename to snippets/map-values.md diff --git a/snippets/max_by.md b/snippets/max-by.md similarity index 100% rename from snippets/max_by.md rename to snippets/max-by.md diff --git a/snippets/max_element_index.md b/snippets/max-element-index.md similarity index 100% rename from snippets/max_element_index.md rename to snippets/max-element-index.md diff --git a/snippets/max_n.md b/snippets/max-n.md similarity index 100% rename from snippets/max_n.md rename to snippets/max-n.md diff --git a/snippets/merge_dictionaries.md b/snippets/merge-dictionaries.md similarity index 100% rename from snippets/merge_dictionaries.md rename to snippets/merge-dictionaries.md diff --git a/snippets/miles_to_km.md b/snippets/miles-to-km.md similarity index 100% rename from snippets/miles_to_km.md rename to snippets/miles-to-km.md diff --git a/snippets/min_by.md b/snippets/min-by.md similarity index 100% rename from snippets/min_by.md rename to snippets/min-by.md diff --git a/snippets/min_element_index.md b/snippets/min-element-index.md similarity index 100% rename from snippets/min_element_index.md rename to snippets/min-element-index.md diff --git a/snippets/min_n.md b/snippets/min-n.md similarity index 100% rename from snippets/min_n.md rename to snippets/min-n.md diff --git a/snippets/months_diff.md b/snippets/months-diff.md similarity index 100% rename from snippets/months_diff.md rename to snippets/months-diff.md diff --git a/snippets/most_frequent.md b/snippets/most-frequent.md similarity index 100% rename from snippets/most_frequent.md rename to snippets/most-frequent.md diff --git a/snippets/n_times_string.md b/snippets/n-times-string.md similarity index 100% rename from snippets/n_times_string.md rename to snippets/n-times-string.md diff --git a/snippets/num_to_range.md b/snippets/num-to-range.md similarity index 100% rename from snippets/num_to_range.md rename to snippets/num-to-range.md diff --git a/snippets/pad_number.md b/snippets/pad-number.md similarity index 100% rename from snippets/pad_number.md rename to snippets/pad-number.md diff --git a/snippets/rads_to_degrees.md b/snippets/rads-to-degrees.md similarity index 100% rename from snippets/rads_to_degrees.md rename to snippets/rads-to-degrees.md diff --git a/snippets/reverse_number.md b/snippets/reverse-number.md similarity index 100% rename from snippets/reverse_number.md rename to snippets/reverse-number.md diff --git a/snippets/rgb_to_hex.md b/snippets/rgb-to-hex.md similarity index 100% rename from snippets/rgb_to_hex.md rename to snippets/rgb-to-hex.md diff --git a/snippets/sort_by_indexes.md b/snippets/sort-by-indexes.md similarity index 100% rename from snippets/sort_by_indexes.md rename to snippets/sort-by-indexes.md diff --git a/snippets/sort_dict_by_key.md b/snippets/sort-dict-by-key.md similarity index 100% rename from snippets/sort_dict_by_key.md rename to snippets/sort-dict-by-key.md diff --git a/snippets/sort_dict_by_value.md b/snippets/sort-dict-by-value.md similarity index 100% rename from snippets/sort_dict_by_value.md rename to snippets/sort-dict-by-value.md diff --git a/snippets/split_lines.md b/snippets/split-lines.md similarity index 100% rename from snippets/split_lines.md rename to snippets/split-lines.md diff --git a/snippets/sum_by.md b/snippets/sum-by.md similarity index 100% rename from snippets/sum_by.md rename to snippets/sum-by.md diff --git a/snippets/sum_of_powers.md b/snippets/sum-of-powers.md similarity index 100% rename from snippets/sum_of_powers.md rename to snippets/sum-of-powers.md diff --git a/snippets/symmetric_difference_by.md b/snippets/symmetric-difference-by.md similarity index 100% rename from snippets/symmetric_difference_by.md rename to snippets/symmetric-difference-by.md diff --git a/snippets/symmetric_difference.md b/snippets/symmetric-difference.md similarity index 100% rename from snippets/symmetric_difference.md rename to snippets/symmetric-difference.md diff --git a/snippets/take_right.md b/snippets/take-right.md similarity index 100% rename from snippets/take_right.md rename to snippets/take-right.md diff --git a/snippets/to_binary.md b/snippets/to-binary.md similarity index 100% rename from snippets/to_binary.md rename to snippets/to-binary.md diff --git a/snippets/to_dictionary.md b/snippets/to-dictionary.md similarity index 100% rename from snippets/to_dictionary.md rename to snippets/to-dictionary.md diff --git a/snippets/to_hex.md b/snippets/to-hex.md similarity index 100% rename from snippets/to_hex.md rename to snippets/to-hex.md diff --git a/snippets/to_iso_date.md b/snippets/to-iso-date.md similarity index 100% rename from snippets/to_iso_date.md rename to snippets/to-iso-date.md diff --git a/snippets/to_roman_numeral.md b/snippets/to-roman-numeral.md similarity index 100% rename from snippets/to_roman_numeral.md rename to snippets/to-roman-numeral.md diff --git a/snippets/union_by.md b/snippets/union-by.md similarity index 100% rename from snippets/union_by.md rename to snippets/union-by.md diff --git a/snippets/unique_elements.md b/snippets/unique-elements.md similarity index 100% rename from snippets/unique_elements.md rename to snippets/unique-elements.md diff --git a/snippets/values_only.md b/snippets/values-only.md similarity index 100% rename from snippets/values_only.md rename to snippets/values-only.md diff --git a/snippets/weighted_average.md b/snippets/weighted-average.md similarity index 100% rename from snippets/weighted_average.md rename to snippets/weighted-average.md