diff --git a/Algorithm/Implementation/Sorting/1-tutorial-intro.cpp b/Algorithm/Sorting/1-tutorial-intro.cpp similarity index 100% rename from Algorithm/Implementation/Sorting/1-tutorial-intro.cpp rename to Algorithm/Sorting/1-tutorial-intro.cpp diff --git a/Algorithm/Implementation/Sorting/1-tutorial-intro.php b/Algorithm/Sorting/1-tutorial-intro.php similarity index 100% rename from Algorithm/Implementation/Sorting/1-tutorial-intro.php rename to Algorithm/Sorting/1-tutorial-intro.php diff --git a/Algorithm/Implementation/Sorting/10-quicksort4.php b/Algorithm/Sorting/10-quicksort4.php similarity index 100% rename from Algorithm/Implementation/Sorting/10-quicksort4.php rename to Algorithm/Sorting/10-quicksort4.php diff --git a/Algorithm/Implementation/Sorting/11-countingsort1.php b/Algorithm/Sorting/11-countingsort1.php similarity index 100% rename from Algorithm/Implementation/Sorting/11-countingsort1.php rename to Algorithm/Sorting/11-countingsort1.php diff --git a/Algorithm/Implementation/Sorting/12-countingsort2.php b/Algorithm/Sorting/12-countingsort2.php similarity index 100% rename from Algorithm/Implementation/Sorting/12-countingsort2.php rename to Algorithm/Sorting/12-countingsort2.php diff --git a/Algorithm/Implementation/Sorting/13-countingsort3.php b/Algorithm/Sorting/13-countingsort3.php similarity index 100% rename from Algorithm/Implementation/Sorting/13-countingsort3.php rename to Algorithm/Sorting/13-countingsort3.php diff --git a/Algorithm/Implementation/Sorting/14-countingsort4.cpp b/Algorithm/Sorting/14-countingsort4.cpp similarity index 100% rename from Algorithm/Implementation/Sorting/14-countingsort4.cpp rename to Algorithm/Sorting/14-countingsort4.cpp diff --git a/Algorithm/Implementation/Sorting/14-countingsort4.php b/Algorithm/Sorting/14-countingsort4.php similarity index 100% rename from Algorithm/Implementation/Sorting/14-countingsort4.php rename to Algorithm/Sorting/14-countingsort4.php diff --git a/Algorithm/Implementation/Sorting/15-closest-numbers.php b/Algorithm/Sorting/15-closest-numbers.php similarity index 100% rename from Algorithm/Implementation/Sorting/15-closest-numbers.php rename to Algorithm/Sorting/15-closest-numbers.php diff --git a/Algorithm/Implementation/Sorting/16-find-median.php b/Algorithm/Sorting/16-find-median.php similarity index 100% rename from Algorithm/Implementation/Sorting/16-find-median.php rename to Algorithm/Sorting/16-find-median.php diff --git a/Algorithm/Implementation/Sorting/17-sherlock-and-watson.php b/Algorithm/Sorting/17-sherlock-and-watson.php similarity index 100% rename from Algorithm/Implementation/Sorting/17-sherlock-and-watson.php rename to Algorithm/Sorting/17-sherlock-and-watson.php diff --git a/Algorithm/Implementation/Sorting/18-almost-sorted.cpp b/Algorithm/Sorting/18-almost-sorted.cpp similarity index 100% rename from Algorithm/Implementation/Sorting/18-almost-sorted.cpp rename to Algorithm/Sorting/18-almost-sorted.cpp diff --git a/Algorithm/Implementation/Sorting/18-almost-sorted.php b/Algorithm/Sorting/18-almost-sorted.php similarity index 100% rename from Algorithm/Implementation/Sorting/18-almost-sorted.php rename to Algorithm/Sorting/18-almost-sorted.php diff --git a/Algorithm/Implementation/Sorting/19-sherlock-and-pairs.php b/Algorithm/Sorting/19-sherlock-and-pairs.php similarity index 100% rename from Algorithm/Implementation/Sorting/19-sherlock-and-pairs.php rename to Algorithm/Sorting/19-sherlock-and-pairs.php diff --git a/Algorithm/Implementation/Sorting/2-insertionsort1.php b/Algorithm/Sorting/2-insertionsort1.php similarity index 100% rename from Algorithm/Implementation/Sorting/2-insertionsort1.php rename to Algorithm/Sorting/2-insertionsort1.php diff --git a/Algorithm/Implementation/Sorting/20-insertion-sort.cpp b/Algorithm/Sorting/20-insertion-sort.cpp similarity index 100% rename from Algorithm/Implementation/Sorting/20-insertion-sort.cpp rename to Algorithm/Sorting/20-insertion-sort.cpp diff --git a/Algorithm/Implementation/Sorting/20-insertion-sort.php b/Algorithm/Sorting/20-insertion-sort.php similarity index 100% rename from Algorithm/Implementation/Sorting/20-insertion-sort.php rename to Algorithm/Sorting/20-insertion-sort.php diff --git a/Algorithm/Implementation/Sorting/3-insertionsort2.php b/Algorithm/Sorting/3-insertionsort2.php similarity index 100% rename from Algorithm/Implementation/Sorting/3-insertionsort2.php rename to Algorithm/Sorting/3-insertionsort2.php diff --git a/Algorithm/Implementation/Sorting/4-correctness-invariant.php b/Algorithm/Sorting/4-correctness-invariant.php similarity index 100% rename from Algorithm/Implementation/Sorting/4-correctness-invariant.php rename to Algorithm/Sorting/4-correctness-invariant.php diff --git a/Algorithm/Implementation/Sorting/5-runningtime.php b/Algorithm/Sorting/5-runningtime.php similarity index 100% rename from Algorithm/Implementation/Sorting/5-runningtime.php rename to Algorithm/Sorting/5-runningtime.php diff --git a/Algorithm/Implementation/Sorting/6-quicksort1.php b/Algorithm/Sorting/6-quicksort1.php similarity index 100% rename from Algorithm/Implementation/Sorting/6-quicksort1.php rename to Algorithm/Sorting/6-quicksort1.php diff --git a/Algorithm/Implementation/Sorting/7-quicksort2.php b/Algorithm/Sorting/7-quicksort2.php similarity index 100% rename from Algorithm/Implementation/Sorting/7-quicksort2.php rename to Algorithm/Sorting/7-quicksort2.php diff --git a/Algorithm/Implementation/Sorting/8-quicksort3.cpp b/Algorithm/Sorting/8-quicksort3.cpp similarity index 100% rename from Algorithm/Implementation/Sorting/8-quicksort3.cpp rename to Algorithm/Sorting/8-quicksort3.cpp diff --git a/Algorithm/Implementation/Sorting/8-quicksort3.php b/Algorithm/Sorting/8-quicksort3.php similarity index 100% rename from Algorithm/Implementation/Sorting/8-quicksort3.php rename to Algorithm/Sorting/8-quicksort3.php diff --git a/Algorithm/Implementation/Sorting/9-bigger-is-greater.cpp b/Algorithm/Sorting/9-bigger-is-greater.cpp similarity index 100% rename from Algorithm/Implementation/Sorting/9-bigger-is-greater.cpp rename to Algorithm/Sorting/9-bigger-is-greater.cpp diff --git a/Algorithm/Implementation/Sorting/9-bigger-is-greater.php b/Algorithm/Sorting/9-bigger-is-greater.php similarity index 100% rename from Algorithm/Implementation/Sorting/9-bigger-is-greater.php rename to Algorithm/Sorting/9-bigger-is-greater.php diff --git a/Algorithm/Implementation/Sorting/a.out b/Algorithm/Sorting/a.out similarity index 100% rename from Algorithm/Implementation/Sorting/a.out rename to Algorithm/Sorting/a.out diff --git a/Euler/euler014.cpp b/Euler/euler014.cpp old mode 100644 new mode 100755 diff --git a/Euler/euler015.php b/Euler/euler015.php old mode 100644 new mode 100755 diff --git a/Euler/euler016.php b/Euler/euler016.php old mode 100644 new mode 100755 diff --git a/Python/Build-Ins/1-zipped.py b/Python/Build-Ins/1-zipped.py old mode 100644 new mode 100755 diff --git a/Python/Build-Ins/2-input.py b/Python/Build-Ins/2-input.py old mode 100644 new mode 100755 diff --git a/Python/Build-Ins/3-python-eval.py b/Python/Build-Ins/3-python-eval.py old mode 100644 new mode 100755 diff --git a/Python/Build-Ins/4-python-sort-sort.py b/Python/Build-Ins/4-python-sort-sort.py old mode 100644 new mode 100755 diff --git a/Python/Build-Ins/5-any-or-all.py b/Python/Build-Ins/5-any-or-all.py old mode 100644 new mode 100755 diff --git a/Python/Build-Ins/6-ginorts.py b/Python/Build-Ins/6-ginorts.py old mode 100644 new mode 100755 diff --git a/Python/Classes/1-class-1-dealing-with-complex-numbers.py b/Python/Classes/1-class-1-dealing-with-complex-numbers.py old mode 100644 new mode 100755 diff --git a/Python/Classes/2-class-2-find-the-torsional-angle.py b/Python/Classes/2-class-2-find-the-torsional-angle.py old mode 100644 new mode 100755 diff --git a/Python/Closures and Decorators/1-standardize-mobile-number-using-decorators.py b/Python/Closures and Decorators/1-standardize-mobile-number-using-decorators.py old mode 100644 new mode 100755 diff --git a/Python/Closures and Decorators/2-decorators-2-name-directory.py b/Python/Closures and Decorators/2-decorators-2-name-directory.py old mode 100644 new mode 100755 diff --git a/Python/Collections/1-collections-counter.py b/Python/Collections/1-collections-counter.py old mode 100644 new mode 100755 diff --git a/Python/Collections/2-defaultdict-tutorial.py b/Python/Collections/2-defaultdict-tutorial.py old mode 100644 new mode 100755 diff --git a/Python/Collections/3-py-collections-namedtuple.py b/Python/Collections/3-py-collections-namedtuple.py old mode 100644 new mode 100755 diff --git a/Python/Collections/4-py-collections-ordereddict.py b/Python/Collections/4-py-collections-ordereddict.py old mode 100644 new mode 100755 diff --git a/Python/Collections/5-word-order.py b/Python/Collections/5-word-order.py old mode 100644 new mode 100755 diff --git a/Python/Collections/6-py-collections-deque.py b/Python/Collections/6-py-collections-deque.py old mode 100644 new mode 100755 diff --git a/Python/Collections/7-piling-up.py b/Python/Collections/7-piling-up.py old mode 100644 new mode 100755 diff --git a/Python/Collections/8-most-commons.py b/Python/Collections/8-most-commons.py old mode 100644 new mode 100755 diff --git a/Python/Data Types/1-python-lists.py b/Python/Data Types/1-python-lists.py old mode 100644 new mode 100755 diff --git a/Python/Data Types/2-python-tuples.py b/Python/Data Types/2-python-tuples.py old mode 100644 new mode 100755 diff --git a/Python/Data Types/3-sets.py b/Python/Data Types/3-sets.py old mode 100644 new mode 100755 diff --git a/Python/Data Types/4-list-comprehensions.py b/Python/Data Types/4-list-comprehensions.py old mode 100644 new mode 100755 diff --git a/Python/Data Types/5-find-second-maximum-number-in-a-list.py b/Python/Data Types/5-find-second-maximum-number-in-a-list.py old mode 100644 new mode 100755 diff --git a/Python/Data Types/6-nested-list.py b/Python/Data Types/6-nested-list.py old mode 100644 new mode 100755 diff --git a/Python/Date and Time/1-calendar-module.py b/Python/Date and Time/1-calendar-module.py old mode 100644 new mode 100755 diff --git a/Python/Date and Time/2-python-time-delta.py b/Python/Date and Time/2-python-time-delta.py old mode 100644 new mode 100755 diff --git a/Python/Exceptions/1-exceptions.py b/Python/Exceptions/1-exceptions.py old mode 100644 new mode 100755 diff --git a/Python/Exceptions/2-incorrect-regex.py b/Python/Exceptions/2-incorrect-regex.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/1-py-hello-world.py b/Python/Introduction/1-py-hello-world.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/10-whats-your-name.py b/Python/Introduction/10-whats-your-name.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/11-interchange-two-numbers.py b/Python/Introduction/11-interchange-two-numbers.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/12-finding-the-percentage.py b/Python/Introduction/12-finding-the-percentage.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/13-python-print.py b/Python/Introduction/13-python-print.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/2-python-raw-input.py b/Python/Introduction/2-python-raw-input.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/3-python-arithmetic-operators.py b/Python/Introduction/3-python-arithmetic-operators.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/4-python-division.py b/Python/Introduction/4-python-division.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/5-python-mod-divmod.py b/Python/Introduction/5-python-mod-divmod.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/6-python-power-mod-power.py b/Python/Introduction/6-python-power-mod-power.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/7-python-integers-come-in-all-sizes.py b/Python/Introduction/7-python-integers-come-in-all-sizes.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/8-python-integers-come-in-all-sizes.py b/Python/Introduction/8-python-integers-come-in-all-sizes.py old mode 100644 new mode 100755 diff --git a/Python/Introduction/9-python-loops.py b/Python/Introduction/9-python-loops.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/1-itertools-product.py b/Python/Itertools/1-itertools-product.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/2-itertools-permutations.py b/Python/Itertools/2-itertools-permutations.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/3-itertools-combinations.py b/Python/Itertools/3-itertools-combinations.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/4-itertools-combinations-with-replacement.py b/Python/Itertools/4-itertools-combinations-with-replacement.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/5-compress-the-string.py b/Python/Itertools/5-compress-the-string.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/6-iterables-and-iterators.py b/Python/Itertools/6-iterables-and-iterators.py old mode 100644 new mode 100755 diff --git a/Python/Itertools/7-maximize-it.py b/Python/Itertools/7-maximize-it.py old mode 100644 new mode 100755 diff --git a/Python/Math/1-polar-coordinates.py b/Python/Math/1-polar-coordinates.py old mode 100644 new mode 100755 diff --git a/Python/Math/2-triangle-quest-2.py b/Python/Math/2-triangle-quest-2.py old mode 100644 new mode 100755 diff --git a/Python/Math/3-triangle-quest-2.py b/Python/Math/3-triangle-quest-2.py old mode 100644 new mode 100755 diff --git a/Python/Math/4-triangle-quest-1.py b/Python/Math/4-triangle-quest-1.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/1-np-arrays.py b/Python/Numpy/1-np-arrays.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/10-np-min-and-max.py b/Python/Numpy/10-np-min-and-max.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/11-np-mean-var-and-std.py b/Python/Numpy/11-np-mean-var-and-std.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/12-np-dot-and-cross.py b/Python/Numpy/12-np-dot-and-cross.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/13-np-inner-and-outer.py b/Python/Numpy/13-np-inner-and-outer.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/14-np-polynomials.py b/Python/Numpy/14-np-polynomials.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/15-np-linear-algebra.py b/Python/Numpy/15-np-linear-algebra.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/2-np-shape-reshape.py b/Python/Numpy/2-np-shape-reshape.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/3-np-transpose-and-flatten.py b/Python/Numpy/3-np-transpose-and-flatten.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/4-np-concatenate.py b/Python/Numpy/4-np-concatenate.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/5-np-zeros-and-ones.py b/Python/Numpy/5-np-zeros-and-ones.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/6-np-eye-and-identity.py b/Python/Numpy/6-np-eye-and-identity.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/7-np-array-mathematics.py b/Python/Numpy/7-np-array-mathematics.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/8-floor-ceil-and-rint.py b/Python/Numpy/8-floor-ceil-and-rint.py old mode 100644 new mode 100755 diff --git a/Python/Numpy/9-np-sum-and-prod.py b/Python/Numpy/9-np-sum-and-prod.py old mode 100644 new mode 100755 diff --git a/Python/Python Functionals/1-map-and-lambda-expression.py b/Python/Python Functionals/1-map-and-lambda-expression.py old mode 100644 new mode 100755 diff --git a/Python/Python Functionals/2-validate-list-of-email-address-with-filter.py b/Python/Python Functionals/2-validate-list-of-email-address-with-filter.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/1-introduction-to-regex.py b/Python/Regex and Parsing/1-introduction-to-regex.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/10-hex-color-code.py b/Python/Regex and Parsing/10-hex-color-code.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/11-html-parser-part-1.py b/Python/Regex and Parsing/11-html-parser-part-1.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/12-html-parser-part-2.py b/Python/Regex and Parsing/12-html-parser-part-2.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/13-detect-html-tags-attributes-and-attribute-values.py b/Python/Regex and Parsing/13-detect-html-tags-attributes-and-attribute-values.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/14-validating-uid.py b/Python/Regex and Parsing/14-validating-uid.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/15-validating-credit-card-number.py b/Python/Regex and Parsing/15-validating-credit-card-number.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/16-validating-postalcode.py b/Python/Regex and Parsing/16-validating-postalcode.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/17-matrix-script.py b/Python/Regex and Parsing/17-matrix-script.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/2-re-split.py b/Python/Regex and Parsing/2-re-split.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/3-re-group-groups.py b/Python/Regex and Parsing/3-re-group-groups.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/4-re-findall-re-finditer.py b/Python/Regex and Parsing/4-re-findall-re-finditer.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/5-re-start-re-end.py b/Python/Regex and Parsing/5-re-start-re-end.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/6-re-sub-regex-substitution.py b/Python/Regex and Parsing/6-re-sub-regex-substitution.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/7-validate-a-roman-number.py b/Python/Regex and Parsing/7-validate-a-roman-number.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/8-validating-the-phone-number.py b/Python/Regex and Parsing/8-validating-the-phone-number.py old mode 100644 new mode 100755 diff --git a/Python/Regex and Parsing/9-validating-named-email-addresses.py b/Python/Regex and Parsing/9-validating-named-email-addresses.py old mode 100644 new mode 100755 diff --git a/Python/Sets/1-py-introduction-to-sets.py b/Python/Sets/1-py-introduction-to-sets.py old mode 100644 new mode 100755 diff --git a/Python/Sets/10-py-check-strict-superset.py b/Python/Sets/10-py-check-strict-superset.py old mode 100644 new mode 100755 diff --git a/Python/Sets/2-no-idea.py b/Python/Sets/2-no-idea.py old mode 100644 new mode 100755 diff --git a/Python/Sets/3-py-set-add.py b/Python/Sets/3-py-set-add.py old mode 100644 new mode 100755 diff --git a/Python/Sets/4-py-set-discard-remove-pop.py b/Python/Sets/4-py-set-discard-remove-pop.py old mode 100644 new mode 100755 diff --git a/Python/Sets/5-py-set-union.py b/Python/Sets/5-py-set-union.py old mode 100644 new mode 100755 diff --git a/Python/Sets/6-py-set-intersection-operation.py b/Python/Sets/6-py-set-intersection-operation.py old mode 100644 new mode 100755 diff --git a/Python/Sets/7-py-set-difference-operation.py b/Python/Sets/7-py-set-difference-operation.py old mode 100644 new mode 100755 diff --git a/Python/Sets/8-py-the-captains-room.py b/Python/Sets/8-py-the-captains-room.py old mode 100644 new mode 100755 diff --git a/Python/Sets/9-py-check-subset.py b/Python/Sets/9-py-check-subset.py old mode 100644 new mode 100755 diff --git a/Python/String/1-swap-case.py b/Python/String/1-swap-case.py old mode 100644 new mode 100755 diff --git a/Python/String/10-python-string-formatting.py b/Python/String/10-python-string-formatting.py old mode 100644 new mode 100755 diff --git a/Python/String/11-alphabet-rangoli.py b/Python/String/11-alphabet-rangoli.py old mode 100644 new mode 100755 diff --git a/Python/String/12-capitalize.py b/Python/String/12-capitalize.py old mode 100644 new mode 100755 diff --git a/Python/String/13-the-minion-game.py b/Python/String/13-the-minion-game.py old mode 100644 new mode 100755 diff --git a/Python/String/2-python-string-split-and-join.py b/Python/String/2-python-string-split-and-join.py old mode 100644 new mode 100755 diff --git a/Python/String/3-python-mutations.py b/Python/String/3-python-mutations.py old mode 100644 new mode 100755 diff --git a/Python/String/4-find-a-string.py b/Python/String/4-find-a-string.py old mode 100644 new mode 100755 diff --git a/Python/String/5-string-validators.py b/Python/String/5-string-validators.py old mode 100644 new mode 100755 diff --git a/Python/String/6-text-alignment.py b/Python/String/6-text-alignment.py old mode 100644 new mode 100755 diff --git a/Python/String/7-text-alignment.py b/Python/String/7-text-alignment.py old mode 100644 new mode 100755 diff --git a/Python/String/8-text-wrap.py b/Python/String/8-text-wrap.py old mode 100644 new mode 100755 diff --git a/Python/String/9-designer-door-mat.py b/Python/String/9-designer-door-mat.py old mode 100644 new mode 100755 diff --git a/Python/XML/1-xml-1-find-the-score.py b/Python/XML/1-xml-1-find-the-score.py old mode 100644 new mode 100755 diff --git a/Python/XML/2-xml2-find-the-maximum-depth.py b/Python/XML/2-xml2-find-the-maximum-depth.py old mode 100644 new mode 100755 diff --git a/Regex/Applications/1-detect-html-links.js b/Regex/Applications/1-detect-html-links.js old mode 100644 new mode 100755 diff --git a/Regex/Applications/1-detect-html-links.php b/Regex/Applications/1-detect-html-links.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/10-detecting-valid-latitude-and-longitude.php b/Regex/Applications/10-detecting-valid-latitude-and-longitude.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/11-hackerrank-tweets.php b/Regex/Applications/11-hackerrank-tweets.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/12-stack-exchange-scraper.php b/Regex/Applications/12-stack-exchange-scraper.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/13-utopian-identification-number.php b/Regex/Applications/13-utopian-identification-number.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/14-valid-pan-format.php b/Regex/Applications/14-valid-pan-format.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/15-find-hackerrank.php b/Regex/Applications/15-find-hackerrank.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/16-saying-hi.php b/Regex/Applications/16-saying-hi.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/17-programming-language-detection.php b/Regex/Applications/17-programming-language-detection.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/18-split-number.php b/Regex/Applications/18-split-number.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/19-html-attributes.php b/Regex/Applications/19-html-attributes.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/2-detect-html-tags.php b/Regex/Applications/2-detect-html-tags.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/20-html-attributes.php b/Regex/Applications/20-html-attributes.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/21-uk-and-us.php b/Regex/Applications/21-uk-and-us.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/22-uk-and-us-2.php b/Regex/Applications/22-uk-and-us-2.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/3-find-substring.php b/Regex/Applications/3-find-substring.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/4-alien-username.php b/Regex/Applications/4-alien-username.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/5-ip-address-validation.php b/Regex/Applications/5-ip-address-validation.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/6-find-a-word.php b/Regex/Applications/6-find-a-word.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/8-detect-the-domain-name.php b/Regex/Applications/8-detect-the-domain-name.php old mode 100644 new mode 100755 diff --git a/Regex/Applications/9-ide-identifying-comments.php b/Regex/Applications/9-ide-identifying-comments.php old mode 100644 new mode 100755 diff --git a/Regex/Assertions/1-Positive-lookahead.php b/Regex/Assertions/1-Positive-lookahead.php old mode 100644 new mode 100755 diff --git a/Regex/Assertions/2-negative-lookahead.php b/Regex/Assertions/2-negative-lookahead.php old mode 100644 new mode 100755 diff --git a/Regex/Assertions/3-positive-lookbehind.php b/Regex/Assertions/3-positive-lookbehind.php old mode 100644 new mode 100755 diff --git a/Regex/Assertions/4-negative-lookbehind.php b/Regex/Assertions/4-negative-lookbehind.php old mode 100644 new mode 100755 diff --git a/Regex/Backreferences/4-forward-references.php b/Regex/Backreferences/4-forward-references.php old mode 100644 new mode 100755 diff --git a/SQL/Advanced Select/1-the-pads.sql b/SQL/Advanced Select/1-the-pads.sql old mode 100644 new mode 100755 diff --git a/SQL/Advanced Select/2-occupations.sql b/SQL/Advanced Select/2-occupations.sql old mode 100644 new mode 100755 diff --git a/SQL/Advanced Select/3-binary-search-tree-1.sql b/SQL/Advanced Select/3-binary-search-tree-1.sql old mode 100644 new mode 100755 diff --git a/SQL/Advanced Select/4-what-type-of-triangle.sql b/SQL/Advanced Select/4-what-type-of-triangle.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/1-revising-aggregations-the-count-function.sql b/SQL/Aggregation/1-revising-aggregations-the-count-function.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/10-weather-observation-station-15.sql b/SQL/Aggregation/10-weather-observation-station-15.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/11-weather-observation-station-16.sql b/SQL/Aggregation/11-weather-observation-station-16.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/12-weather-observation-station-17.sql b/SQL/Aggregation/12-weather-observation-station-17.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/13-weather-observation-station-18.sql b/SQL/Aggregation/13-weather-observation-station-18.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/14-weather-observation-station-19.sql b/SQL/Aggregation/14-weather-observation-station-19.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/15-weather-observation-station-20.sql b/SQL/Aggregation/15-weather-observation-station-20.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/2-revising-aggregations-sum.sql b/SQL/Aggregation/2-revising-aggregations-sum.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/3-revising-aggregations-the-average-function.sql b/SQL/Aggregation/3-revising-aggregations-the-average-function.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/4-average-population.sql b/SQL/Aggregation/4-average-population.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/5-japan-population.sql b/SQL/Aggregation/5-japan-population.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/6-population-density-difference.sql b/SQL/Aggregation/6-population-density-difference.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/7-weather-observation-station-2.sql b/SQL/Aggregation/7-weather-observation-station-2.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/8-weather-observation-station-13.sql b/SQL/Aggregation/8-weather-observation-station-13.sql old mode 100644 new mode 100755 diff --git a/SQL/Aggregation/9-weather-observation-station-14.sql b/SQL/Aggregation/9-weather-observation-station-14.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/1-revising-the-select-query.sql b/SQL/Basic Select/1-revising-the-select-query.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/10-weather-observation-station-5.sql b/SQL/Basic Select/10-weather-observation-station-5.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/11-weather-observation-station-6.sql b/SQL/Basic Select/11-weather-observation-station-6.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/12-weather-observation-station-7.sql b/SQL/Basic Select/12-weather-observation-station-7.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/13-weather-observation-station-8.sql b/SQL/Basic Select/13-weather-observation-station-8.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/14-weather-observation-station-9.sql b/SQL/Basic Select/14-weather-observation-station-9.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/15-weather-observation-station-10.sql b/SQL/Basic Select/15-weather-observation-station-10.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/16-weather-observation-station-11.sql b/SQL/Basic Select/16-weather-observation-station-11.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/17-weather-observation-station-12.sql b/SQL/Basic Select/17-weather-observation-station-12.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/18-more-than-75-marks.sql b/SQL/Basic Select/18-more-than-75-marks.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/2-revising-the-select-query-2.sql b/SQL/Basic Select/2-revising-the-select-query-2.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/3-select-all-sql.sql b/SQL/Basic Select/3-select-all-sql.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/4-select-by-id.sql b/SQL/Basic Select/4-select-by-id.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/5-japanese-cities-detail.sql b/SQL/Basic Select/5-japanese-cities-detail.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/6-japanese-cities-name.sql b/SQL/Basic Select/6-japanese-cities-name.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/7-weather-observation-station-1.sql b/SQL/Basic Select/7-weather-observation-station-1.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/8-weather-observation-station-3.sql b/SQL/Basic Select/8-weather-observation-station-3.sql old mode 100644 new mode 100755 diff --git a/SQL/Basic Select/9-weather-observation-station-4.sql b/SQL/Basic Select/9-weather-observation-station-4.sql old mode 100644 new mode 100755