Files
30-seconds-of-code/static/_redirects
Angelos Chalaris acd4a4f32d Fix redirects
2019-12-05 23:13:24 +02:00

90 lines
9.9 KiB
Plaintext

/snippet/all_equal https://www.30secondsofcode.org/python/s/all-equal 301!
/snippet/all_unique https://www.30secondsofcode.org/python/s/all-unique 301!
/snippet/average https://www.30secondsofcode.org/python/s/average 301!
/snippet/average_by https://www.30secondsofcode.org/python/s/average-by 301!
/snippet/bifurcate https://www.30secondsofcode.org/python/s/bifurcate 301!
/snippet/bifurcate_by https://www.30secondsofcode.org/python/s/bifurcate-by 301!
/snippet/byte_size https://www.30secondsofcode.org/python/s/byte-size 301!
/snippet/camel https://www.30secondsofcode.org/python/s/camel 301!
/snippet/capitalize https://www.30secondsofcode.org/python/s/capitalize 301!
/snippet/capitalize_every_word https://www.30secondsofcode.org/python/s/capitalize-every-word 301!
/snippet/cast_list https://www.30secondsofcode.org/python/s/cast-list 301!
/snippet/chunk https://www.30secondsofcode.org/python/s/chunk 301!
/snippet/clamp_number https://www.30secondsofcode.org/python/s/clamp-number 301!
/snippet/compact https://www.30secondsofcode.org/python/s/compact 301!
/snippet/count_by https://www.30secondsofcode.org/python/s/count-by 301!
/snippet/count_occurences https://www.30secondsofcode.org/python/s/count-occurences 301!
/snippet/decapitalize https://www.30secondsofcode.org/python/s/decapitalize 301!
/snippet/deep_flatten https://www.30secondsofcode.org/python/s/deep-flatten 301!
/snippet/degrees_to_rads https://www.30secondsofcode.org/python/s/degrees-to-rads 301!
/snippet/difference https://www.30secondsofcode.org/python/s/difference 301!
/snippet/difference_by https://www.30secondsofcode.org/python/s/difference-by 301!
/snippet/digitize https://www.30secondsofcode.org/python/s/digitize 301!
/snippet/every https://www.30secondsofcode.org/python/s/every 301!
/snippet/every_nth https://www.30secondsofcode.org/python/s/every-nth 301!
/snippet/factorial https://www.30secondsofcode.org/python/s/factorial 301!
/snippet/fibonacci https://www.30secondsofcode.org/python/s/fibonacci 301!
/snippet/filter_non_unique https://www.30secondsofcode.org/python/s/filter-non-unique 301!
/snippet/filter_unique https://www.30secondsofcode.org/python/s/filter-unique 301!
/snippet/flatten https://www.30secondsofcode.org/python/s/flatten 301!
/snippet/gcd https://www.30secondsofcode.org/python/s/gcd 301!
/snippet/group_by https://www.30secondsofcode.org/python/s/group-by 301!
/snippet/has_duplicates https://www.30secondsofcode.org/python/s/has-duplicates 301!
/snippet/head https://www.30secondsofcode.org/python/s/head 301!
/snippet/in_range https://www.30secondsofcode.org/python/s/in-range 301!
/snippet/initial https://www.30secondsofcode.org/python/s/initial 301!
/snippet/initialize_2d_list https://www.30secondsofcode.org/python/s/initialize-2d-list 301!
/snippet/initialize_list_with_range https://www.30secondsofcode.org/python/s/initialize-list-with-range 301!
/snippet/initialize_list_with_values https://www.30secondsofcode.org/python/s/initialize-list-with-values 301!
/snippet/intersection https://www.30secondsofcode.org/python/s/intersection 301!
/snippet/intersection_by https://www.30secondsofcode.org/python/s/intersection-by 301!
/snippet/is_anagram https://www.30secondsofcode.org/python/s/is-anagram 301!
/snippet/is_divisible https://www.30secondsofcode.org/python/s/is-divisible 301!
/snippet/is_even https://www.30secondsofcode.org/python/s/is-even 301!
/snippet/is_odd https://www.30secondsofcode.org/python/s/is-odd 301!
/snippet/kebab https://www.30secondsofcode.org/python/s/kebab 301!
/snippet/keys_only https://www.30secondsofcode.org/python/s/keys-only 301!
/snippet/last https://www.30secondsofcode.org/python/s/last 301!
/snippet/lcm https://www.30secondsofcode.org/python/s/lcm 301!
/snippet/longest_item https://www.30secondsofcode.org/python/s/longest-item 301!
/snippet/map_values https://www.30secondsofcode.org/python/s/map-values 301!
/snippet/max_by https://www.30secondsofcode.org/python/s/max-by 301!
/snippet/max_element_index https://www.30secondsofcode.org/python/s/max-element-index 301!
/snippet/max_n https://www.30secondsofcode.org/python/s/max-n 301!
/snippet/median https://www.30secondsofcode.org/python/s/median 301!
/snippet/min_by https://www.30secondsofcode.org/python/s/min-by 301!
/snippet/min_n https://www.30secondsofcode.org/python/s/min-n 301!
/snippet/most_frequent https://www.30secondsofcode.org/python/s/most-frequent 301!
/snippet/n_times_string https://www.30secondsofcode.org/python/s/n-times-string 301!
/snippet/none https://www.30secondsofcode.org/python/s/none 301!
/snippet/offset https://www.30secondsofcode.org/python/s/offset 301!
/snippet/palindrome https://www.30secondsofcode.org/python/s/palindrome 301!
/snippet/rads_to_degrees https://www.30secondsofcode.org/python/s/rads-to-degrees 301!
/snippet/reverse_string https://www.30secondsofcode.org/python/s/reverse-string 301!
/snippet/sample https://www.30secondsofcode.org/python/s/sample 301!
/snippet/shuffle https://www.30secondsofcode.org/python/s/shuffle 301!
/snippet/similarity https://www.30secondsofcode.org/python/s/similarity 301!
/snippet/snake https://www.30secondsofcode.org/python/s/snake 301!
/snippet/some https://www.30secondsofcode.org/python/s/some 301!
/snippet/split_lines https://www.30secondsofcode.org/python/s/split-lines 301!
/snippet/spread https://www.30secondsofcode.org/python/s/spread 301!
/snippet/sum_by https://www.30secondsofcode.org/python/s/sum-by 301!
/snippet/symmetric_difference https://www.30secondsofcode.org/python/s/symmetric-difference 301!
/snippet/symmetric_difference_by https://www.30secondsofcode.org/python/s/symmetric-difference-by 301!
/snippet/tail https://www.30secondsofcode.org/python/s/tail 301!
/snippet/transpose https://www.30secondsofcode.org/python/s/transpose 301!
/snippet/union https://www.30secondsofcode.org/python/s/union 301!
/snippet/union_by https://www.30secondsofcode.org/python/s/union-by 301!
/snippet/unique_elements https://www.30secondsofcode.org/python/s/unique-elements 301!
/snippet/values_only https://www.30secondsofcode.org/python/s/values-only 301!
/snippet/zip https://www.30secondsofcode.org/python/s/zip 301!
/tag/list/ https://www.30secondsofcode.org/python/t/list/p/1 301!
/tag/math/ https://www.30secondsofcode.org/python/t/math/p/1 301!
/tag/string/ https://www.30secondsofcode.org/python/t/string/p/1 301!
/tag/utility/ https://www.30secondsofcode.org/python/t/utility/p/1 301!
/tag/object/ https://www.30secondsofcode.org/python/t/object/p/1 301!
/about/ https://www.30secondsofcode.org/about 301!
/ https://www.30secondsofcode.org/python/p/1 301!
/list/ https://www.30secondsofcode.org/python/p/1 301!
/search/ https://www.30secondsofcode.org/search 301!