From f6bece3c902cd71ef37ec0118cb1f9f729985c5a Mon Sep 17 00:00:00 2001 From: Aaron Delaney Date: Thu, 15 Oct 2015 22:51:07 +0100 Subject: [PATCH] Add +x on all files for owner --- 01_remove_all_pyc.md | 0 02_find_all_links.py | 0 03_simple_twitter_manager.py | 0 04_rename_with_slice.py | 0 05_load_json_without_dupes.py | 0 06_execution_time.py | 0 07_benchmark_permissions_loading_django.py | 0 08_basic_email_web_crawler.py | 0 09_basic_link_web_crawler.py | 0 10_find_files_recursively.py | 0 11_optimize_images_with_wand.py | 0 12_csv_split.py | 0 12_sample_csv.csv | 0 13_random_name_generator.py | 0 14_html_to_markdown.sh | 0 15_check_my_environment.py | 0 16_jinja_quick_load.py | 0 17_rewrite_git_history.md | 0 19_tsv-to-csv.py | 0 20_restore_file_from_git.py | 0 21_twitter_bot.py | 0 22_git_tag.py | 0 23_flask_session_test.py | 0 24_sql2csv.py | 0 25_ip2geolocation.py | 0 25_sample_csv.csv | 0 26_stock_scraper.py | 0 27_send_sms.py | 0 28_income_tax_calculator.py | 0 29_json_test.json | 0 29_json_to_yaml.py | 0 readme.md | 0 requirements.txt | 0 33 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 01_remove_all_pyc.md mode change 100644 => 100755 02_find_all_links.py mode change 100644 => 100755 03_simple_twitter_manager.py mode change 100644 => 100755 04_rename_with_slice.py mode change 100644 => 100755 05_load_json_without_dupes.py mode change 100644 => 100755 06_execution_time.py mode change 100644 => 100755 07_benchmark_permissions_loading_django.py mode change 100644 => 100755 08_basic_email_web_crawler.py mode change 100644 => 100755 09_basic_link_web_crawler.py mode change 100644 => 100755 10_find_files_recursively.py mode change 100644 => 100755 11_optimize_images_with_wand.py mode change 100644 => 100755 12_csv_split.py mode change 100644 => 100755 12_sample_csv.csv mode change 100644 => 100755 13_random_name_generator.py mode change 100644 => 100755 14_html_to_markdown.sh mode change 100644 => 100755 15_check_my_environment.py mode change 100644 => 100755 16_jinja_quick_load.py mode change 100644 => 100755 17_rewrite_git_history.md mode change 100644 => 100755 19_tsv-to-csv.py mode change 100644 => 100755 20_restore_file_from_git.py mode change 100644 => 100755 21_twitter_bot.py mode change 100644 => 100755 22_git_tag.py mode change 100644 => 100755 23_flask_session_test.py mode change 100644 => 100755 24_sql2csv.py mode change 100644 => 100755 25_ip2geolocation.py mode change 100644 => 100755 25_sample_csv.csv mode change 100644 => 100755 26_stock_scraper.py mode change 100644 => 100755 27_send_sms.py mode change 100644 => 100755 28_income_tax_calculator.py mode change 100644 => 100755 29_json_test.json mode change 100644 => 100755 29_json_to_yaml.py mode change 100644 => 100755 readme.md mode change 100644 => 100755 requirements.txt diff --git a/01_remove_all_pyc.md b/01_remove_all_pyc.md old mode 100644 new mode 100755 diff --git a/02_find_all_links.py b/02_find_all_links.py old mode 100644 new mode 100755 diff --git a/03_simple_twitter_manager.py b/03_simple_twitter_manager.py old mode 100644 new mode 100755 diff --git a/04_rename_with_slice.py b/04_rename_with_slice.py old mode 100644 new mode 100755 diff --git a/05_load_json_without_dupes.py b/05_load_json_without_dupes.py old mode 100644 new mode 100755 diff --git a/06_execution_time.py b/06_execution_time.py old mode 100644 new mode 100755 diff --git a/07_benchmark_permissions_loading_django.py b/07_benchmark_permissions_loading_django.py old mode 100644 new mode 100755 diff --git a/08_basic_email_web_crawler.py b/08_basic_email_web_crawler.py old mode 100644 new mode 100755 diff --git a/09_basic_link_web_crawler.py b/09_basic_link_web_crawler.py old mode 100644 new mode 100755 diff --git a/10_find_files_recursively.py b/10_find_files_recursively.py old mode 100644 new mode 100755 diff --git a/11_optimize_images_with_wand.py b/11_optimize_images_with_wand.py old mode 100644 new mode 100755 diff --git a/12_csv_split.py b/12_csv_split.py old mode 100644 new mode 100755 diff --git a/12_sample_csv.csv b/12_sample_csv.csv old mode 100644 new mode 100755 diff --git a/13_random_name_generator.py b/13_random_name_generator.py old mode 100644 new mode 100755 diff --git a/14_html_to_markdown.sh b/14_html_to_markdown.sh old mode 100644 new mode 100755 diff --git a/15_check_my_environment.py b/15_check_my_environment.py old mode 100644 new mode 100755 diff --git a/16_jinja_quick_load.py b/16_jinja_quick_load.py old mode 100644 new mode 100755 diff --git a/17_rewrite_git_history.md b/17_rewrite_git_history.md old mode 100644 new mode 100755 diff --git a/19_tsv-to-csv.py b/19_tsv-to-csv.py old mode 100644 new mode 100755 diff --git a/20_restore_file_from_git.py b/20_restore_file_from_git.py old mode 100644 new mode 100755 diff --git a/21_twitter_bot.py b/21_twitter_bot.py old mode 100644 new mode 100755 diff --git a/22_git_tag.py b/22_git_tag.py old mode 100644 new mode 100755 diff --git a/23_flask_session_test.py b/23_flask_session_test.py old mode 100644 new mode 100755 diff --git a/24_sql2csv.py b/24_sql2csv.py old mode 100644 new mode 100755 diff --git a/25_ip2geolocation.py b/25_ip2geolocation.py old mode 100644 new mode 100755 diff --git a/25_sample_csv.csv b/25_sample_csv.csv old mode 100644 new mode 100755 diff --git a/26_stock_scraper.py b/26_stock_scraper.py old mode 100644 new mode 100755 diff --git a/27_send_sms.py b/27_send_sms.py old mode 100644 new mode 100755 diff --git a/28_income_tax_calculator.py b/28_income_tax_calculator.py old mode 100644 new mode 100755 diff --git a/29_json_test.json b/29_json_test.json old mode 100644 new mode 100755 diff --git a/29_json_to_yaml.py b/29_json_to_yaml.py old mode 100644 new mode 100755 diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755