diff --git a/.gitignore b/.gitignore index edb7e07..3584ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ uil/october-2013/3/input-generator/output/output.dat .vscode/* .idea/* -\.idea/* -\.vscode/* +**/.idea/* +**/.vscode/* # Compiled class file *.class diff --git a/uil/aplus-october-2013/1/java/.idea/misc.xml b/uil/aplus-october-2013/1/java/.idea/misc.xml deleted file mode 100644 index 4c1c37a..0000000 --- a/uil/aplus-october-2013/1/java/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/1/java/.idea/modules.xml b/uil/aplus-october-2013/1/java/.idea/modules.xml deleted file mode 100644 index 7a3904f..0000000 --- a/uil/aplus-october-2013/1/java/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/1/java/.idea/workspace.xml b/uil/aplus-october-2013/1/java/.idea/workspace.xml deleted file mode 100644 index 9fb398a..0000000 --- a/uil/aplus-october-2013/1/java/.idea/workspace.xml +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1568926083487 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No facets are configured - - - - - - - - - - - - - - - 1.8 (2) - - - - - - - - 12 - - - - - - - - 11 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/12/.vscode/launch.json b/uil/aplus-october-2013/12/.vscode/launch.json deleted file mode 100644 index 1dfdcba..0000000 --- a/uil/aplus-october-2013/12/.vscode/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "configurations": [ - { - "type": "java", - "name": "CodeLens (Launch) - problem12", - "request": "launch", - "mainClass": "problem12", - "projectName": "12" - } - ] -} \ No newline at end of file diff --git a/uil/aplus-october-2013/2/java/.idea/misc.xml b/uil/aplus-october-2013/2/java/.idea/misc.xml deleted file mode 100644 index 4c1c37a..0000000 --- a/uil/aplus-october-2013/2/java/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/2/java/.idea/modules.xml b/uil/aplus-october-2013/2/java/.idea/modules.xml deleted file mode 100644 index 7969af5..0000000 --- a/uil/aplus-october-2013/2/java/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/2/java/.idea/uiDesigner.xml b/uil/aplus-october-2013/2/java/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/uil/aplus-october-2013/2/java/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/2/java/.idea/workspace.xml b/uil/aplus-october-2013/2/java/.idea/workspace.xml deleted file mode 100644 index a45a79c..0000000 --- a/uil/aplus-october-2013/2/java/.idea/workspace.xml +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1568523737759 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 11 - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/3/java/.vscode/launch.json b/uil/aplus-october-2013/3/java/.vscode/launch.json deleted file mode 100644 index cb957fb..0000000 --- a/uil/aplus-october-2013/3/java/.vscode/launch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "configurations": [ - { - "type": "java", - "name": "CodeLens (Launch) - problem3", - "request": "launch", - "mainClass": "problem3" - } - ] -} \ No newline at end of file diff --git a/uil/aplus-october-2013/4/.idea/misc.xml b/uil/aplus-october-2013/4/.idea/misc.xml deleted file mode 100644 index 4c1c37a..0000000 --- a/uil/aplus-october-2013/4/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/4/.idea/modules.xml b/uil/aplus-october-2013/4/.idea/modules.xml deleted file mode 100644 index aa01b62..0000000 --- a/uil/aplus-october-2013/4/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/4/.idea/vcs.xml b/uil/aplus-october-2013/4/.idea/vcs.xml deleted file mode 100644 index c2365ab..0000000 --- a/uil/aplus-october-2013/4/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/4/.idea/workspace.xml b/uil/aplus-october-2013/4/.idea/workspace.xml deleted file mode 100644 index 42262f7..0000000 --- a/uil/aplus-october-2013/4/.idea/workspace.xml +++ /dev/null @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1568698803648 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 11 - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/6/.idea/misc.xml b/uil/aplus-october-2013/6/.idea/misc.xml deleted file mode 100644 index 4c1c37a..0000000 --- a/uil/aplus-october-2013/6/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/6/.idea/modules.xml b/uil/aplus-october-2013/6/.idea/modules.xml deleted file mode 100644 index d717841..0000000 --- a/uil/aplus-october-2013/6/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/6/.idea/vcs.xml b/uil/aplus-october-2013/6/.idea/vcs.xml deleted file mode 100644 index c2365ab..0000000 --- a/uil/aplus-october-2013/6/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/6/.idea/workspace.xml b/uil/aplus-october-2013/6/.idea/workspace.xml deleted file mode 100644 index ae01ec8..0000000 --- a/uil/aplus-october-2013/6/.idea/workspace.xml +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1568701177324 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 11 - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/8/.idea/misc.xml b/uil/aplus-october-2013/8/.idea/misc.xml deleted file mode 100644 index 4c1c37a..0000000 --- a/uil/aplus-october-2013/8/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/8/.idea/modules.xml b/uil/aplus-october-2013/8/.idea/modules.xml deleted file mode 100644 index 650cf0a..0000000 --- a/uil/aplus-october-2013/8/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/8/.idea/vcs.xml b/uil/aplus-october-2013/8/.idea/vcs.xml deleted file mode 100644 index c2365ab..0000000 --- a/uil/aplus-october-2013/8/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/uil/aplus-october-2013/8/.idea/workspace.xml b/uil/aplus-october-2013/8/.idea/workspace.xml deleted file mode 100644 index 976c526..0000000 --- a/uil/aplus-october-2013/8/.idea/workspace.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1568705479621 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 11 - - - - - - - - \ No newline at end of file diff --git a/berkely/1991 YSU-ACM High School Programming Contest/1/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/1/input similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/1/input rename to ysu-acm/1991 YSU-ACM High School Programming Contest/1/input diff --git a/berkely/1991 YSU-ACM High School Programming Contest/1/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/1/main.py similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/1/main.py rename to ysu-acm/1991 YSU-ACM High School Programming Contest/1/main.py diff --git a/berkely/1991 YSU-ACM High School Programming Contest/2/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/2/input similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/2/input rename to ysu-acm/1991 YSU-ACM High School Programming Contest/2/input diff --git a/berkely/1991 YSU-ACM High School Programming Contest/2/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/2/main.py similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/2/main.py rename to ysu-acm/1991 YSU-ACM High School Programming Contest/2/main.py diff --git a/berkely/1991 YSU-ACM High School Programming Contest/3/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/3/input similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/3/input rename to ysu-acm/1991 YSU-ACM High School Programming Contest/3/input diff --git a/berkely/1991 YSU-ACM High School Programming Contest/4/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/4/input similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/4/input rename to ysu-acm/1991 YSU-ACM High School Programming Contest/4/input diff --git a/berkely/1991 YSU-ACM High School Programming Contest/4/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/4/main.py similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/4/main.py rename to ysu-acm/1991 YSU-ACM High School Programming Contest/4/main.py diff --git a/berkely/1991 YSU-ACM High School Programming Contest/5/input b/ysu-acm/1991 YSU-ACM High School Programming Contest/5/input similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/5/input rename to ysu-acm/1991 YSU-ACM High School Programming Contest/5/input diff --git a/berkely/1991 YSU-ACM High School Programming Contest/5/main.py b/ysu-acm/1991 YSU-ACM High School Programming Contest/5/main.py similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/5/main.py rename to ysu-acm/1991 YSU-ACM High School Programming Contest/5/main.py diff --git a/berkely/1991 YSU-ACM High School Programming Contest/README.MD b/ysu-acm/1991 YSU-ACM High School Programming Contest/README.MD similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/README.MD rename to ysu-acm/1991 YSU-ACM High School Programming Contest/README.MD diff --git a/berkely/1991 YSU-ACM High School Programming Contest/ysu_91.pdf b/ysu-acm/1991 YSU-ACM High School Programming Contest/ysu_91.pdf similarity index 100% rename from berkely/1991 YSU-ACM High School Programming Contest/ysu_91.pdf rename to ysu-acm/1991 YSU-ACM High School Programming Contest/ysu_91.pdf