From 7bc929a9dcdcc91cd68b54f88d3c5bc3c8cf1494 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 10 Oct 2011 22:57:00 -0400 Subject: [PATCH] Moved all python solutions into their own folder --- e001.py => python/e001.py | 0 e002.py => python/e002.py | 0 e003.py => python/e003.py | 0 e004.py => python/e004.py | 0 e005.py => python/e005.py | 0 e006.py => python/e006.py | 0 e007.py => python/e007.py | 0 e008.py => python/e008.py | 0 e009.py => python/e009.py | 0 e010.py => python/e010.py | 0 e011.py => python/e011.py | 0 e012.py => python/e012.py | 0 e013.py => python/e013.py | 0 e014.py => python/e014.py | 0 e015.py => python/e015.py | 0 e016.py => python/e016.py | 0 e017.py => python/e017.py | 0 e018.py => python/e018.py | 0 e019.py => python/e019.py | 0 e020.py => python/e020.py | 0 e021.py => python/e021.py | 0 e022.py => python/e022.py | 0 e023.py => python/e023.py | 0 e024.py => python/e024.py | 0 e025.py => python/e025.py | 0 e026.py => python/e026.py | 0 e028.py => python/e028.py | 0 e029.py => python/e029.py | 0 e030.py => python/e030.py | 0 e031.py => python/e031.py | 0 e034.py => python/e034.py | 0 e035.py => python/e035.py | 0 e036.py => python/e036.py | 0 e037.py => python/e037.py | 0 e040.py => python/e040.py | 0 e041.py => python/e041.py | 0 e042.py => python/e042.py | 0 e045.py => python/e045.py | 0 e048.py => python/e048.py | 0 e052.py => python/e052.py | 0 e054.py => python/e054.py | 0 e058.py => python/e058.py | 0 e059.py => python/e059.py | 0 e067.py => python/e067.py | 0 e079.py => python/e079.py | 0 e089.py => python/e089.py | 0 loader.py => python/loader.py | 0 {p015 => python/p015}/p_015.gif | Bin {p018 => python/p018}/test.txt | 0 {p018 => python/p018}/triangle.txt | 0 {p022 => python/p022}/names.txt | 0 {p042 => python/p042}/words.txt | 0 {p054 => python/p054}/__init__.py | 0 {p054 => python/p054}/output.txt | 0 {p054 => python/p054}/poker.py | 0 {p054 => python/p054}/poker.txt | 0 {p054 => python/p054}/pokertest.txt | 0 {p054 => python/p054}/test.py | 0 {p059 => python/p059}/cipher1.txt | 0 {p067 => python/p067}/triangle.txt | 0 {p079 => python/p079}/keylog.txt | 0 {p089 => python/p089}/roman.txt | 0 62 files changed, 0 insertions(+), 0 deletions(-) rename e001.py => python/e001.py (100%) rename e002.py => python/e002.py (100%) rename e003.py => python/e003.py (100%) rename e004.py => python/e004.py (100%) rename e005.py => python/e005.py (100%) rename e006.py => python/e006.py (100%) rename e007.py => python/e007.py (100%) rename e008.py => python/e008.py (100%) rename e009.py => python/e009.py (100%) rename e010.py => python/e010.py (100%) rename e011.py => python/e011.py (100%) rename e012.py => python/e012.py (100%) rename e013.py => python/e013.py (100%) rename e014.py => python/e014.py (100%) rename e015.py => python/e015.py (100%) rename e016.py => python/e016.py (100%) rename e017.py => python/e017.py (100%) rename e018.py => python/e018.py (100%) rename e019.py => python/e019.py (100%) rename e020.py => python/e020.py (100%) rename e021.py => python/e021.py (100%) rename e022.py => python/e022.py (100%) rename e023.py => python/e023.py (100%) rename e024.py => python/e024.py (100%) rename e025.py => python/e025.py (100%) rename e026.py => python/e026.py (100%) rename e028.py => python/e028.py (100%) rename e029.py => python/e029.py (100%) rename e030.py => python/e030.py (100%) rename e031.py => python/e031.py (100%) rename e034.py => python/e034.py (100%) rename e035.py => python/e035.py (100%) rename e036.py => python/e036.py (100%) rename e037.py => python/e037.py (100%) rename e040.py => python/e040.py (100%) rename e041.py => python/e041.py (100%) rename e042.py => python/e042.py (100%) rename e045.py => python/e045.py (100%) rename e048.py => python/e048.py (100%) rename e052.py => python/e052.py (100%) rename e054.py => python/e054.py (100%) rename e058.py => python/e058.py (100%) rename e059.py => python/e059.py (100%) rename e067.py => python/e067.py (100%) rename e079.py => python/e079.py (100%) rename e089.py => python/e089.py (100%) rename loader.py => python/loader.py (100%) rename {p015 => python/p015}/p_015.gif (100%) rename {p018 => python/p018}/test.txt (100%) rename {p018 => python/p018}/triangle.txt (100%) rename {p022 => python/p022}/names.txt (100%) rename {p042 => python/p042}/words.txt (100%) rename {p054 => python/p054}/__init__.py (100%) rename {p054 => python/p054}/output.txt (100%) rename {p054 => python/p054}/poker.py (100%) rename {p054 => python/p054}/poker.txt (100%) rename {p054 => python/p054}/pokertest.txt (100%) rename {p054 => python/p054}/test.py (100%) rename {p059 => python/p059}/cipher1.txt (100%) rename {p067 => python/p067}/triangle.txt (100%) rename {p079 => python/p079}/keylog.txt (100%) rename {p089 => python/p089}/roman.txt (100%) diff --git a/e001.py b/python/e001.py similarity index 100% rename from e001.py rename to python/e001.py diff --git a/e002.py b/python/e002.py similarity index 100% rename from e002.py rename to python/e002.py diff --git a/e003.py b/python/e003.py similarity index 100% rename from e003.py rename to python/e003.py diff --git a/e004.py b/python/e004.py similarity index 100% rename from e004.py rename to python/e004.py diff --git a/e005.py b/python/e005.py similarity index 100% rename from e005.py rename to python/e005.py diff --git a/e006.py b/python/e006.py similarity index 100% rename from e006.py rename to python/e006.py diff --git a/e007.py b/python/e007.py similarity index 100% rename from e007.py rename to python/e007.py diff --git a/e008.py b/python/e008.py similarity index 100% rename from e008.py rename to python/e008.py diff --git a/e009.py b/python/e009.py similarity index 100% rename from e009.py rename to python/e009.py diff --git a/e010.py b/python/e010.py similarity index 100% rename from e010.py rename to python/e010.py diff --git a/e011.py b/python/e011.py similarity index 100% rename from e011.py rename to python/e011.py diff --git a/e012.py b/python/e012.py similarity index 100% rename from e012.py rename to python/e012.py diff --git a/e013.py b/python/e013.py similarity index 100% rename from e013.py rename to python/e013.py diff --git a/e014.py b/python/e014.py similarity index 100% rename from e014.py rename to python/e014.py diff --git a/e015.py b/python/e015.py similarity index 100% rename from e015.py rename to python/e015.py diff --git a/e016.py b/python/e016.py similarity index 100% rename from e016.py rename to python/e016.py diff --git a/e017.py b/python/e017.py similarity index 100% rename from e017.py rename to python/e017.py diff --git a/e018.py b/python/e018.py similarity index 100% rename from e018.py rename to python/e018.py diff --git a/e019.py b/python/e019.py similarity index 100% rename from e019.py rename to python/e019.py diff --git a/e020.py b/python/e020.py similarity index 100% rename from e020.py rename to python/e020.py diff --git a/e021.py b/python/e021.py similarity index 100% rename from e021.py rename to python/e021.py diff --git a/e022.py b/python/e022.py similarity index 100% rename from e022.py rename to python/e022.py diff --git a/e023.py b/python/e023.py similarity index 100% rename from e023.py rename to python/e023.py diff --git a/e024.py b/python/e024.py similarity index 100% rename from e024.py rename to python/e024.py diff --git a/e025.py b/python/e025.py similarity index 100% rename from e025.py rename to python/e025.py diff --git a/e026.py b/python/e026.py similarity index 100% rename from e026.py rename to python/e026.py diff --git a/e028.py b/python/e028.py similarity index 100% rename from e028.py rename to python/e028.py diff --git a/e029.py b/python/e029.py similarity index 100% rename from e029.py rename to python/e029.py diff --git a/e030.py b/python/e030.py similarity index 100% rename from e030.py rename to python/e030.py diff --git a/e031.py b/python/e031.py similarity index 100% rename from e031.py rename to python/e031.py diff --git a/e034.py b/python/e034.py similarity index 100% rename from e034.py rename to python/e034.py diff --git a/e035.py b/python/e035.py similarity index 100% rename from e035.py rename to python/e035.py diff --git a/e036.py b/python/e036.py similarity index 100% rename from e036.py rename to python/e036.py diff --git a/e037.py b/python/e037.py similarity index 100% rename from e037.py rename to python/e037.py diff --git a/e040.py b/python/e040.py similarity index 100% rename from e040.py rename to python/e040.py diff --git a/e041.py b/python/e041.py similarity index 100% rename from e041.py rename to python/e041.py diff --git a/e042.py b/python/e042.py similarity index 100% rename from e042.py rename to python/e042.py diff --git a/e045.py b/python/e045.py similarity index 100% rename from e045.py rename to python/e045.py diff --git a/e048.py b/python/e048.py similarity index 100% rename from e048.py rename to python/e048.py diff --git a/e052.py b/python/e052.py similarity index 100% rename from e052.py rename to python/e052.py diff --git a/e054.py b/python/e054.py similarity index 100% rename from e054.py rename to python/e054.py diff --git a/e058.py b/python/e058.py similarity index 100% rename from e058.py rename to python/e058.py diff --git a/e059.py b/python/e059.py similarity index 100% rename from e059.py rename to python/e059.py diff --git a/e067.py b/python/e067.py similarity index 100% rename from e067.py rename to python/e067.py diff --git a/e079.py b/python/e079.py similarity index 100% rename from e079.py rename to python/e079.py diff --git a/e089.py b/python/e089.py similarity index 100% rename from e089.py rename to python/e089.py diff --git a/loader.py b/python/loader.py similarity index 100% rename from loader.py rename to python/loader.py diff --git a/p015/p_015.gif b/python/p015/p_015.gif similarity index 100% rename from p015/p_015.gif rename to python/p015/p_015.gif diff --git a/p018/test.txt b/python/p018/test.txt similarity index 100% rename from p018/test.txt rename to python/p018/test.txt diff --git a/p018/triangle.txt b/python/p018/triangle.txt similarity index 100% rename from p018/triangle.txt rename to python/p018/triangle.txt diff --git a/p022/names.txt b/python/p022/names.txt similarity index 100% rename from p022/names.txt rename to python/p022/names.txt diff --git a/p042/words.txt b/python/p042/words.txt similarity index 100% rename from p042/words.txt rename to python/p042/words.txt diff --git a/p054/__init__.py b/python/p054/__init__.py similarity index 100% rename from p054/__init__.py rename to python/p054/__init__.py diff --git a/p054/output.txt b/python/p054/output.txt similarity index 100% rename from p054/output.txt rename to python/p054/output.txt diff --git a/p054/poker.py b/python/p054/poker.py similarity index 100% rename from p054/poker.py rename to python/p054/poker.py diff --git a/p054/poker.txt b/python/p054/poker.txt similarity index 100% rename from p054/poker.txt rename to python/p054/poker.txt diff --git a/p054/pokertest.txt b/python/p054/pokertest.txt similarity index 100% rename from p054/pokertest.txt rename to python/p054/pokertest.txt diff --git a/p054/test.py b/python/p054/test.py similarity index 100% rename from p054/test.py rename to python/p054/test.py diff --git a/p059/cipher1.txt b/python/p059/cipher1.txt similarity index 100% rename from p059/cipher1.txt rename to python/p059/cipher1.txt diff --git a/p067/triangle.txt b/python/p067/triangle.txt similarity index 100% rename from p067/triangle.txt rename to python/p067/triangle.txt diff --git a/p079/keylog.txt b/python/p079/keylog.txt similarity index 100% rename from p079/keylog.txt rename to python/p079/keylog.txt diff --git a/p089/roman.txt b/python/p089/roman.txt similarity index 100% rename from p089/roman.txt rename to python/p089/roman.txt