Cleanup old files

This commit is contained in:
Angelos Chalaris
2020-04-16 15:25:35 +03:00
parent 2e485bee30
commit c8ef76a965
4 changed files with 0 additions and 143 deletions

View File

@ -1,25 +0,0 @@
<!--- Provide a general summary of the issue in the Title above -->
<!--- Add the prefix [BUG] or [FEATURE] to the Title -->
<!--- In case it's a feature suggestion, otherwise delete this section -->
<!--- Make sure there isn't already a snippet accomplishing your goal -->
## [FEATURE] _REPLACE THIS WITH A BRIEF SUMMARY OF THE SUGGESTED SNIPPET_
**Category:** <!-- One of the existing categories preferably -->
### Description <!-- IF NEEDED -->
<!-- More detailed description of the snippet you want to be included in 30-seconds-of-code -->
<!--- In case it's a bug, otherwise delete this section-->
<!--- Make sure there isn't already an open issue for your problem -->
## [BUG] _REPLACE THIS WITH A BRIEF SUMMARY OF YOUR ISSUE_
### Expected Snippet Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
### Current Snippet Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
### Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

View File

@ -1,27 +0,0 @@
<!--- Provide a general summary of your changes in the Title above -->
<!--- Add the prefix [FIX: #(issue number)], [FEATURE] or [ENHANCEMENT] to the Title -->
## Description
<!--- Describe your changes in detail -->
**Resolves** #(issue number) <!--- Delete if not a issue fix-->
## What does your PR belong to?
- [ ] Website
- [ ] Snippets
- [ ] General / Things regarding the repository (like CI Integration)
## Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Enhancement (non-breaking improvement of a snippet)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Checklist:
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. <!-- Check this only if you have updated tag_database and ran lint.py and readme.py in the scripts folder -->
- [ ] I have checked that the changes are working properly
- [ ] I have checked that there isn't any PR doing the same
- [ ] I have read the **CONTRIBUTING** document.

View File

@ -1,89 +0,0 @@
/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!

View File

@ -1,2 +0,0 @@
User-agent: *
Disallow: