From 22ed622f05516e95cecda202331db7e515882f13 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 22 Feb 2020 05:47:56 -0600 Subject: [PATCH] rename aplus october 2013 --- .../1/java/.idea/misc.xml | 0 .../1/java/.idea/modules.xml | 0 .../1/java/.idea/workspace.xml | 0 .../1/java/1.iml | 0 .../1/java/input1.dat | 0 .../1/java/out/production/1/problem1.class | Bin .../1/java/src/problem1.java | 0 .../10/10/.classpath | 0 .../10/10/.project | 0 .../10/10/.settings/org.eclipse.jdt.core.prefs | 0 .../10/10/.vscode/launch.json | 0 .../10/10/bin/Synonym.class | Bin .../10/10/bin/SynonymOrganizer.class | Bin .../10/10/bin/problem10.class | Bin .../10/10/input.dat | 0 .../10/10/src/problem10.java | 0 .../11/.vscode/launch.json | 0 .../11/input.dat | 0 .../11/out/production/11/problem11.class | Bin .../11/src/problem11.java | 0 .../12/.classpath | 0 .../12/.idea/misc.xml | 0 .../12/.idea/modules.xml | 0 .../12/.idea/vcs.xml | 0 .../12/.idea/workspace.xml | 0 .../12/.project | 0 .../12/.settings/org.eclipse.jdt.core.prefs | 0 .../12/.vscode/launch.json | 0 uil/{october-2013 => aplus-octoboer-2013}/12/12.iml | 0 .../12/bin/CheckerBoard.class | Bin .../12/bin/Point.class | Bin .../12/bin/problem12.class | Bin .../12/input.dat | 0 .../12/src/problem12.java | 0 .../2/java/.idea/misc.xml | 0 .../2/java/.idea/modules.xml | 0 .../2/java/.idea/uiDesigner.xml | 0 .../2/java/.idea/workspace.xml | 0 .../2/java/2.iml | 0 .../2/java/input1.dat | 0 .../2/java/out/production/2/problem2.class | Bin .../2/java/src/problem2.java | 0 .../3/input-generator/main.py | 0 .../3/input-generator/output/output.dat | 0 .../3/java/.idea/misc.xml | 0 .../3/java/.idea/modules.xml | 0 .../3/java/.idea/vcs.xml | 0 .../3/java/.idea/workspace.xml | 0 .../3/java/.vscode/launch.json | 0 .../3/java/3.iml | 0 .../3/java/input.dat | 0 .../3/java/out/production/3/Maze.class | Bin .../3/java/out/production/3/Point.class | Bin .../3/java/out/production/3/problem3.class | Bin .../3/java/src/problem3.java | 0 .../4/.idea/misc.xml | 0 .../4/.idea/modules.xml | 0 .../4/.idea/vcs.xml | 0 .../4/.idea/workspace.xml | 0 uil/{october-2013 => aplus-octoboer-2013}/4/4.iml | 0 .../4/input.dat | 0 .../4/out/production/4/problem4.class | Bin .../4/src/problem4.java | 0 .../5/.idea/misc.xml | 0 .../5/.idea/modules.xml | 0 .../5/.idea/vcs.xml | 0 .../5/.idea/workspace.xml | 0 uil/{october-2013 => aplus-octoboer-2013}/5/5.iml | 0 .../5/input.dat | 0 .../5/out/production/5/problem5.class | Bin .../5/src/problem5.java | 0 .../6/.idea/misc.xml | 0 .../6/.idea/modules.xml | 0 .../6/.idea/vcs.xml | 0 .../6/.idea/workspace.xml | 0 uil/{october-2013 => aplus-octoboer-2013}/6/6.iml | 0 .../6/out/production/6/problem6.class | Bin .../6/src/problem6.java | 0 .../7/.idea/misc.xml | 0 .../7/.idea/modules.xml | 0 .../7/.idea/vcs.xml | 0 .../7/.idea/workspace.xml | 0 uil/{october-2013 => aplus-octoboer-2013}/7/7.iml | 0 .../7/input.dat | 0 .../7/out/production/7/problem7.class | Bin .../7/src/problem7.java | 0 .../8/.idea/misc.xml | 0 .../8/.idea/modules.xml | 0 .../8/.idea/vcs.xml | 0 .../8/.idea/workspace.xml | 0 uil/{october-2013 => aplus-octoboer-2013}/8/8.iml | 0 .../8/input.dat | 0 .../8/out/production/8/problem8.class | Bin .../8/src/problem8.java | 0 .../9/.idea/misc.xml | 0 .../9/.idea/modules.xml | 0 .../9/.idea/vcs.xml | 0 .../9/.idea/workspace.xml | 0 uil/{october-2013 => aplus-octoboer-2013}/9/9.iml | 0 .../9/input.dat | 0 .../9/out/production/9/problem9.class | Bin .../9/src/problem9.java | 0 uil/{october-2013 => aplus-octoboer-2013}/README.md | 0 103 files changed, 0 insertions(+), 0 deletions(-) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/1.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/input1.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/out/production/1/problem1.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/1/java/src/problem1.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/.classpath (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/.project (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/.settings/org.eclipse.jdt.core.prefs (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/.vscode/launch.json (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/bin/Synonym.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/bin/SynonymOrganizer.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/bin/problem10.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/10/10/src/problem10.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/11/.vscode/launch.json (100%) rename uil/{october-2013 => aplus-octoboer-2013}/11/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/11/out/production/11/problem11.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/11/src/problem11.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.classpath (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.project (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.settings/org.eclipse.jdt.core.prefs (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/.vscode/launch.json (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/12.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/bin/CheckerBoard.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/bin/Point.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/bin/problem12.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/12/src/problem12.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/.idea/uiDesigner.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/2.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/input1.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/out/production/2/problem2.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/2/java/src/problem2.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/input-generator/main.py (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/input-generator/output/output.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/.vscode/launch.json (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/3.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/out/production/3/Maze.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/out/production/3/Point.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/out/production/3/problem3.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/3/java/src/problem3.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/4.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/out/production/4/problem4.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/4/src/problem4.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/5.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/out/production/5/problem5.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/5/src/problem5.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/6.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/out/production/6/problem6.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/6/src/problem6.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/7.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/out/production/7/problem7.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/7/src/problem7.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/8.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/out/production/8/problem8.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/8/src/problem8.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/.idea/misc.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/.idea/modules.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/.idea/vcs.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/.idea/workspace.xml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/9.iml (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/input.dat (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/out/production/9/problem9.class (100%) rename uil/{october-2013 => aplus-octoboer-2013}/9/src/problem9.java (100%) rename uil/{october-2013 => aplus-octoboer-2013}/README.md (100%) diff --git a/uil/october-2013/1/java/.idea/misc.xml b/uil/aplus-octoboer-2013/1/java/.idea/misc.xml similarity index 100% rename from uil/october-2013/1/java/.idea/misc.xml rename to uil/aplus-octoboer-2013/1/java/.idea/misc.xml diff --git a/uil/october-2013/1/java/.idea/modules.xml b/uil/aplus-octoboer-2013/1/java/.idea/modules.xml similarity index 100% rename from uil/october-2013/1/java/.idea/modules.xml rename to uil/aplus-octoboer-2013/1/java/.idea/modules.xml diff --git a/uil/october-2013/1/java/.idea/workspace.xml b/uil/aplus-octoboer-2013/1/java/.idea/workspace.xml similarity index 100% rename from uil/october-2013/1/java/.idea/workspace.xml rename to uil/aplus-octoboer-2013/1/java/.idea/workspace.xml diff --git a/uil/october-2013/1/java/1.iml b/uil/aplus-octoboer-2013/1/java/1.iml similarity index 100% rename from uil/october-2013/1/java/1.iml rename to uil/aplus-octoboer-2013/1/java/1.iml diff --git a/uil/october-2013/1/java/input1.dat b/uil/aplus-octoboer-2013/1/java/input1.dat similarity index 100% rename from uil/october-2013/1/java/input1.dat rename to uil/aplus-octoboer-2013/1/java/input1.dat diff --git a/uil/october-2013/1/java/out/production/1/problem1.class b/uil/aplus-octoboer-2013/1/java/out/production/1/problem1.class similarity index 100% rename from uil/october-2013/1/java/out/production/1/problem1.class rename to uil/aplus-octoboer-2013/1/java/out/production/1/problem1.class diff --git a/uil/october-2013/1/java/src/problem1.java b/uil/aplus-octoboer-2013/1/java/src/problem1.java similarity index 100% rename from uil/october-2013/1/java/src/problem1.java rename to uil/aplus-octoboer-2013/1/java/src/problem1.java diff --git a/uil/october-2013/10/10/.classpath b/uil/aplus-octoboer-2013/10/10/.classpath similarity index 100% rename from uil/october-2013/10/10/.classpath rename to uil/aplus-octoboer-2013/10/10/.classpath diff --git a/uil/october-2013/10/10/.project b/uil/aplus-octoboer-2013/10/10/.project similarity index 100% rename from uil/october-2013/10/10/.project rename to uil/aplus-octoboer-2013/10/10/.project diff --git a/uil/october-2013/10/10/.settings/org.eclipse.jdt.core.prefs b/uil/aplus-octoboer-2013/10/10/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from uil/october-2013/10/10/.settings/org.eclipse.jdt.core.prefs rename to uil/aplus-octoboer-2013/10/10/.settings/org.eclipse.jdt.core.prefs diff --git a/uil/october-2013/10/10/.vscode/launch.json b/uil/aplus-octoboer-2013/10/10/.vscode/launch.json similarity index 100% rename from uil/october-2013/10/10/.vscode/launch.json rename to uil/aplus-octoboer-2013/10/10/.vscode/launch.json diff --git a/uil/october-2013/10/10/bin/Synonym.class b/uil/aplus-octoboer-2013/10/10/bin/Synonym.class similarity index 100% rename from uil/october-2013/10/10/bin/Synonym.class rename to uil/aplus-octoboer-2013/10/10/bin/Synonym.class diff --git a/uil/october-2013/10/10/bin/SynonymOrganizer.class b/uil/aplus-octoboer-2013/10/10/bin/SynonymOrganizer.class similarity index 100% rename from uil/october-2013/10/10/bin/SynonymOrganizer.class rename to uil/aplus-octoboer-2013/10/10/bin/SynonymOrganizer.class diff --git a/uil/october-2013/10/10/bin/problem10.class b/uil/aplus-octoboer-2013/10/10/bin/problem10.class similarity index 100% rename from uil/october-2013/10/10/bin/problem10.class rename to uil/aplus-octoboer-2013/10/10/bin/problem10.class diff --git a/uil/october-2013/10/10/input.dat b/uil/aplus-octoboer-2013/10/10/input.dat similarity index 100% rename from uil/october-2013/10/10/input.dat rename to uil/aplus-octoboer-2013/10/10/input.dat diff --git a/uil/october-2013/10/10/src/problem10.java b/uil/aplus-octoboer-2013/10/10/src/problem10.java similarity index 100% rename from uil/october-2013/10/10/src/problem10.java rename to uil/aplus-octoboer-2013/10/10/src/problem10.java diff --git a/uil/october-2013/11/.vscode/launch.json b/uil/aplus-octoboer-2013/11/.vscode/launch.json similarity index 100% rename from uil/october-2013/11/.vscode/launch.json rename to uil/aplus-octoboer-2013/11/.vscode/launch.json diff --git a/uil/october-2013/11/input.dat b/uil/aplus-octoboer-2013/11/input.dat similarity index 100% rename from uil/october-2013/11/input.dat rename to uil/aplus-octoboer-2013/11/input.dat diff --git a/uil/october-2013/11/out/production/11/problem11.class b/uil/aplus-octoboer-2013/11/out/production/11/problem11.class similarity index 100% rename from uil/october-2013/11/out/production/11/problem11.class rename to uil/aplus-octoboer-2013/11/out/production/11/problem11.class diff --git a/uil/october-2013/11/src/problem11.java b/uil/aplus-octoboer-2013/11/src/problem11.java similarity index 100% rename from uil/october-2013/11/src/problem11.java rename to uil/aplus-octoboer-2013/11/src/problem11.java diff --git a/uil/october-2013/12/.classpath b/uil/aplus-octoboer-2013/12/.classpath similarity index 100% rename from uil/october-2013/12/.classpath rename to uil/aplus-octoboer-2013/12/.classpath diff --git a/uil/october-2013/12/.idea/misc.xml b/uil/aplus-octoboer-2013/12/.idea/misc.xml similarity index 100% rename from uil/october-2013/12/.idea/misc.xml rename to uil/aplus-octoboer-2013/12/.idea/misc.xml diff --git a/uil/october-2013/12/.idea/modules.xml b/uil/aplus-octoboer-2013/12/.idea/modules.xml similarity index 100% rename from uil/october-2013/12/.idea/modules.xml rename to uil/aplus-octoboer-2013/12/.idea/modules.xml diff --git a/uil/october-2013/12/.idea/vcs.xml b/uil/aplus-octoboer-2013/12/.idea/vcs.xml similarity index 100% rename from uil/october-2013/12/.idea/vcs.xml rename to uil/aplus-octoboer-2013/12/.idea/vcs.xml diff --git a/uil/october-2013/12/.idea/workspace.xml b/uil/aplus-octoboer-2013/12/.idea/workspace.xml similarity index 100% rename from uil/october-2013/12/.idea/workspace.xml rename to uil/aplus-octoboer-2013/12/.idea/workspace.xml diff --git a/uil/october-2013/12/.project b/uil/aplus-octoboer-2013/12/.project similarity index 100% rename from uil/october-2013/12/.project rename to uil/aplus-octoboer-2013/12/.project diff --git a/uil/october-2013/12/.settings/org.eclipse.jdt.core.prefs b/uil/aplus-octoboer-2013/12/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from uil/october-2013/12/.settings/org.eclipse.jdt.core.prefs rename to uil/aplus-octoboer-2013/12/.settings/org.eclipse.jdt.core.prefs diff --git a/uil/october-2013/12/.vscode/launch.json b/uil/aplus-octoboer-2013/12/.vscode/launch.json similarity index 100% rename from uil/october-2013/12/.vscode/launch.json rename to uil/aplus-octoboer-2013/12/.vscode/launch.json diff --git a/uil/october-2013/12/12.iml b/uil/aplus-octoboer-2013/12/12.iml similarity index 100% rename from uil/october-2013/12/12.iml rename to uil/aplus-octoboer-2013/12/12.iml diff --git a/uil/october-2013/12/bin/CheckerBoard.class b/uil/aplus-octoboer-2013/12/bin/CheckerBoard.class similarity index 100% rename from uil/october-2013/12/bin/CheckerBoard.class rename to uil/aplus-octoboer-2013/12/bin/CheckerBoard.class diff --git a/uil/october-2013/12/bin/Point.class b/uil/aplus-octoboer-2013/12/bin/Point.class similarity index 100% rename from uil/october-2013/12/bin/Point.class rename to uil/aplus-octoboer-2013/12/bin/Point.class diff --git a/uil/october-2013/12/bin/problem12.class b/uil/aplus-octoboer-2013/12/bin/problem12.class similarity index 100% rename from uil/october-2013/12/bin/problem12.class rename to uil/aplus-octoboer-2013/12/bin/problem12.class diff --git a/uil/october-2013/12/input.dat b/uil/aplus-octoboer-2013/12/input.dat similarity index 100% rename from uil/october-2013/12/input.dat rename to uil/aplus-octoboer-2013/12/input.dat diff --git a/uil/october-2013/12/src/problem12.java b/uil/aplus-octoboer-2013/12/src/problem12.java similarity index 100% rename from uil/october-2013/12/src/problem12.java rename to uil/aplus-octoboer-2013/12/src/problem12.java diff --git a/uil/october-2013/2/java/.idea/misc.xml b/uil/aplus-octoboer-2013/2/java/.idea/misc.xml similarity index 100% rename from uil/october-2013/2/java/.idea/misc.xml rename to uil/aplus-octoboer-2013/2/java/.idea/misc.xml diff --git a/uil/october-2013/2/java/.idea/modules.xml b/uil/aplus-octoboer-2013/2/java/.idea/modules.xml similarity index 100% rename from uil/october-2013/2/java/.idea/modules.xml rename to uil/aplus-octoboer-2013/2/java/.idea/modules.xml diff --git a/uil/october-2013/2/java/.idea/uiDesigner.xml b/uil/aplus-octoboer-2013/2/java/.idea/uiDesigner.xml similarity index 100% rename from uil/october-2013/2/java/.idea/uiDesigner.xml rename to uil/aplus-octoboer-2013/2/java/.idea/uiDesigner.xml diff --git a/uil/october-2013/2/java/.idea/workspace.xml b/uil/aplus-octoboer-2013/2/java/.idea/workspace.xml similarity index 100% rename from uil/october-2013/2/java/.idea/workspace.xml rename to uil/aplus-octoboer-2013/2/java/.idea/workspace.xml diff --git a/uil/october-2013/2/java/2.iml b/uil/aplus-octoboer-2013/2/java/2.iml similarity index 100% rename from uil/october-2013/2/java/2.iml rename to uil/aplus-octoboer-2013/2/java/2.iml diff --git a/uil/october-2013/2/java/input1.dat b/uil/aplus-octoboer-2013/2/java/input1.dat similarity index 100% rename from uil/october-2013/2/java/input1.dat rename to uil/aplus-octoboer-2013/2/java/input1.dat diff --git a/uil/october-2013/2/java/out/production/2/problem2.class b/uil/aplus-octoboer-2013/2/java/out/production/2/problem2.class similarity index 100% rename from uil/october-2013/2/java/out/production/2/problem2.class rename to uil/aplus-octoboer-2013/2/java/out/production/2/problem2.class diff --git a/uil/october-2013/2/java/src/problem2.java b/uil/aplus-octoboer-2013/2/java/src/problem2.java similarity index 100% rename from uil/october-2013/2/java/src/problem2.java rename to uil/aplus-octoboer-2013/2/java/src/problem2.java diff --git a/uil/october-2013/3/input-generator/main.py b/uil/aplus-octoboer-2013/3/input-generator/main.py similarity index 100% rename from uil/october-2013/3/input-generator/main.py rename to uil/aplus-octoboer-2013/3/input-generator/main.py diff --git a/uil/october-2013/3/input-generator/output/output.dat b/uil/aplus-octoboer-2013/3/input-generator/output/output.dat similarity index 100% rename from uil/october-2013/3/input-generator/output/output.dat rename to uil/aplus-octoboer-2013/3/input-generator/output/output.dat diff --git a/uil/october-2013/3/java/.idea/misc.xml b/uil/aplus-octoboer-2013/3/java/.idea/misc.xml similarity index 100% rename from uil/october-2013/3/java/.idea/misc.xml rename to uil/aplus-octoboer-2013/3/java/.idea/misc.xml diff --git a/uil/october-2013/3/java/.idea/modules.xml b/uil/aplus-octoboer-2013/3/java/.idea/modules.xml similarity index 100% rename from uil/october-2013/3/java/.idea/modules.xml rename to uil/aplus-octoboer-2013/3/java/.idea/modules.xml diff --git a/uil/october-2013/3/java/.idea/vcs.xml b/uil/aplus-octoboer-2013/3/java/.idea/vcs.xml similarity index 100% rename from uil/october-2013/3/java/.idea/vcs.xml rename to uil/aplus-octoboer-2013/3/java/.idea/vcs.xml diff --git a/uil/october-2013/3/java/.idea/workspace.xml b/uil/aplus-octoboer-2013/3/java/.idea/workspace.xml similarity index 100% rename from uil/october-2013/3/java/.idea/workspace.xml rename to uil/aplus-octoboer-2013/3/java/.idea/workspace.xml diff --git a/uil/october-2013/3/java/.vscode/launch.json b/uil/aplus-octoboer-2013/3/java/.vscode/launch.json similarity index 100% rename from uil/october-2013/3/java/.vscode/launch.json rename to uil/aplus-octoboer-2013/3/java/.vscode/launch.json diff --git a/uil/october-2013/3/java/3.iml b/uil/aplus-octoboer-2013/3/java/3.iml similarity index 100% rename from uil/october-2013/3/java/3.iml rename to uil/aplus-octoboer-2013/3/java/3.iml diff --git a/uil/october-2013/3/java/input.dat b/uil/aplus-octoboer-2013/3/java/input.dat similarity index 100% rename from uil/october-2013/3/java/input.dat rename to uil/aplus-octoboer-2013/3/java/input.dat diff --git a/uil/october-2013/3/java/out/production/3/Maze.class b/uil/aplus-octoboer-2013/3/java/out/production/3/Maze.class similarity index 100% rename from uil/october-2013/3/java/out/production/3/Maze.class rename to uil/aplus-octoboer-2013/3/java/out/production/3/Maze.class diff --git a/uil/october-2013/3/java/out/production/3/Point.class b/uil/aplus-octoboer-2013/3/java/out/production/3/Point.class similarity index 100% rename from uil/october-2013/3/java/out/production/3/Point.class rename to uil/aplus-octoboer-2013/3/java/out/production/3/Point.class diff --git a/uil/october-2013/3/java/out/production/3/problem3.class b/uil/aplus-octoboer-2013/3/java/out/production/3/problem3.class similarity index 100% rename from uil/october-2013/3/java/out/production/3/problem3.class rename to uil/aplus-octoboer-2013/3/java/out/production/3/problem3.class diff --git a/uil/october-2013/3/java/src/problem3.java b/uil/aplus-octoboer-2013/3/java/src/problem3.java similarity index 100% rename from uil/october-2013/3/java/src/problem3.java rename to uil/aplus-octoboer-2013/3/java/src/problem3.java diff --git a/uil/october-2013/4/.idea/misc.xml b/uil/aplus-octoboer-2013/4/.idea/misc.xml similarity index 100% rename from uil/october-2013/4/.idea/misc.xml rename to uil/aplus-octoboer-2013/4/.idea/misc.xml diff --git a/uil/october-2013/4/.idea/modules.xml b/uil/aplus-octoboer-2013/4/.idea/modules.xml similarity index 100% rename from uil/october-2013/4/.idea/modules.xml rename to uil/aplus-octoboer-2013/4/.idea/modules.xml diff --git a/uil/october-2013/4/.idea/vcs.xml b/uil/aplus-octoboer-2013/4/.idea/vcs.xml similarity index 100% rename from uil/october-2013/4/.idea/vcs.xml rename to uil/aplus-octoboer-2013/4/.idea/vcs.xml diff --git a/uil/october-2013/4/.idea/workspace.xml b/uil/aplus-octoboer-2013/4/.idea/workspace.xml similarity index 100% rename from uil/october-2013/4/.idea/workspace.xml rename to uil/aplus-octoboer-2013/4/.idea/workspace.xml diff --git a/uil/october-2013/4/4.iml b/uil/aplus-octoboer-2013/4/4.iml similarity index 100% rename from uil/october-2013/4/4.iml rename to uil/aplus-octoboer-2013/4/4.iml diff --git a/uil/october-2013/4/input.dat b/uil/aplus-octoboer-2013/4/input.dat similarity index 100% rename from uil/october-2013/4/input.dat rename to uil/aplus-octoboer-2013/4/input.dat diff --git a/uil/october-2013/4/out/production/4/problem4.class b/uil/aplus-octoboer-2013/4/out/production/4/problem4.class similarity index 100% rename from uil/october-2013/4/out/production/4/problem4.class rename to uil/aplus-octoboer-2013/4/out/production/4/problem4.class diff --git a/uil/october-2013/4/src/problem4.java b/uil/aplus-octoboer-2013/4/src/problem4.java similarity index 100% rename from uil/october-2013/4/src/problem4.java rename to uil/aplus-octoboer-2013/4/src/problem4.java diff --git a/uil/october-2013/5/.idea/misc.xml b/uil/aplus-octoboer-2013/5/.idea/misc.xml similarity index 100% rename from uil/october-2013/5/.idea/misc.xml rename to uil/aplus-octoboer-2013/5/.idea/misc.xml diff --git a/uil/october-2013/5/.idea/modules.xml b/uil/aplus-octoboer-2013/5/.idea/modules.xml similarity index 100% rename from uil/october-2013/5/.idea/modules.xml rename to uil/aplus-octoboer-2013/5/.idea/modules.xml diff --git a/uil/october-2013/5/.idea/vcs.xml b/uil/aplus-octoboer-2013/5/.idea/vcs.xml similarity index 100% rename from uil/october-2013/5/.idea/vcs.xml rename to uil/aplus-octoboer-2013/5/.idea/vcs.xml diff --git a/uil/october-2013/5/.idea/workspace.xml b/uil/aplus-octoboer-2013/5/.idea/workspace.xml similarity index 100% rename from uil/october-2013/5/.idea/workspace.xml rename to uil/aplus-octoboer-2013/5/.idea/workspace.xml diff --git a/uil/october-2013/5/5.iml b/uil/aplus-octoboer-2013/5/5.iml similarity index 100% rename from uil/october-2013/5/5.iml rename to uil/aplus-octoboer-2013/5/5.iml diff --git a/uil/october-2013/5/input.dat b/uil/aplus-octoboer-2013/5/input.dat similarity index 100% rename from uil/october-2013/5/input.dat rename to uil/aplus-octoboer-2013/5/input.dat diff --git a/uil/october-2013/5/out/production/5/problem5.class b/uil/aplus-octoboer-2013/5/out/production/5/problem5.class similarity index 100% rename from uil/october-2013/5/out/production/5/problem5.class rename to uil/aplus-octoboer-2013/5/out/production/5/problem5.class diff --git a/uil/october-2013/5/src/problem5.java b/uil/aplus-octoboer-2013/5/src/problem5.java similarity index 100% rename from uil/october-2013/5/src/problem5.java rename to uil/aplus-octoboer-2013/5/src/problem5.java diff --git a/uil/october-2013/6/.idea/misc.xml b/uil/aplus-octoboer-2013/6/.idea/misc.xml similarity index 100% rename from uil/october-2013/6/.idea/misc.xml rename to uil/aplus-octoboer-2013/6/.idea/misc.xml diff --git a/uil/october-2013/6/.idea/modules.xml b/uil/aplus-octoboer-2013/6/.idea/modules.xml similarity index 100% rename from uil/october-2013/6/.idea/modules.xml rename to uil/aplus-octoboer-2013/6/.idea/modules.xml diff --git a/uil/october-2013/6/.idea/vcs.xml b/uil/aplus-octoboer-2013/6/.idea/vcs.xml similarity index 100% rename from uil/october-2013/6/.idea/vcs.xml rename to uil/aplus-octoboer-2013/6/.idea/vcs.xml diff --git a/uil/october-2013/6/.idea/workspace.xml b/uil/aplus-octoboer-2013/6/.idea/workspace.xml similarity index 100% rename from uil/october-2013/6/.idea/workspace.xml rename to uil/aplus-octoboer-2013/6/.idea/workspace.xml diff --git a/uil/october-2013/6/6.iml b/uil/aplus-octoboer-2013/6/6.iml similarity index 100% rename from uil/october-2013/6/6.iml rename to uil/aplus-octoboer-2013/6/6.iml diff --git a/uil/october-2013/6/out/production/6/problem6.class b/uil/aplus-octoboer-2013/6/out/production/6/problem6.class similarity index 100% rename from uil/october-2013/6/out/production/6/problem6.class rename to uil/aplus-octoboer-2013/6/out/production/6/problem6.class diff --git a/uil/october-2013/6/src/problem6.java b/uil/aplus-octoboer-2013/6/src/problem6.java similarity index 100% rename from uil/october-2013/6/src/problem6.java rename to uil/aplus-octoboer-2013/6/src/problem6.java diff --git a/uil/october-2013/7/.idea/misc.xml b/uil/aplus-octoboer-2013/7/.idea/misc.xml similarity index 100% rename from uil/october-2013/7/.idea/misc.xml rename to uil/aplus-octoboer-2013/7/.idea/misc.xml diff --git a/uil/october-2013/7/.idea/modules.xml b/uil/aplus-octoboer-2013/7/.idea/modules.xml similarity index 100% rename from uil/october-2013/7/.idea/modules.xml rename to uil/aplus-octoboer-2013/7/.idea/modules.xml diff --git a/uil/october-2013/7/.idea/vcs.xml b/uil/aplus-octoboer-2013/7/.idea/vcs.xml similarity index 100% rename from uil/october-2013/7/.idea/vcs.xml rename to uil/aplus-octoboer-2013/7/.idea/vcs.xml diff --git a/uil/october-2013/7/.idea/workspace.xml b/uil/aplus-octoboer-2013/7/.idea/workspace.xml similarity index 100% rename from uil/october-2013/7/.idea/workspace.xml rename to uil/aplus-octoboer-2013/7/.idea/workspace.xml diff --git a/uil/october-2013/7/7.iml b/uil/aplus-octoboer-2013/7/7.iml similarity index 100% rename from uil/october-2013/7/7.iml rename to uil/aplus-octoboer-2013/7/7.iml diff --git a/uil/october-2013/7/input.dat b/uil/aplus-octoboer-2013/7/input.dat similarity index 100% rename from uil/october-2013/7/input.dat rename to uil/aplus-octoboer-2013/7/input.dat diff --git a/uil/october-2013/7/out/production/7/problem7.class b/uil/aplus-octoboer-2013/7/out/production/7/problem7.class similarity index 100% rename from uil/october-2013/7/out/production/7/problem7.class rename to uil/aplus-octoboer-2013/7/out/production/7/problem7.class diff --git a/uil/october-2013/7/src/problem7.java b/uil/aplus-octoboer-2013/7/src/problem7.java similarity index 100% rename from uil/october-2013/7/src/problem7.java rename to uil/aplus-octoboer-2013/7/src/problem7.java diff --git a/uil/october-2013/8/.idea/misc.xml b/uil/aplus-octoboer-2013/8/.idea/misc.xml similarity index 100% rename from uil/october-2013/8/.idea/misc.xml rename to uil/aplus-octoboer-2013/8/.idea/misc.xml diff --git a/uil/october-2013/8/.idea/modules.xml b/uil/aplus-octoboer-2013/8/.idea/modules.xml similarity index 100% rename from uil/october-2013/8/.idea/modules.xml rename to uil/aplus-octoboer-2013/8/.idea/modules.xml diff --git a/uil/october-2013/8/.idea/vcs.xml b/uil/aplus-octoboer-2013/8/.idea/vcs.xml similarity index 100% rename from uil/october-2013/8/.idea/vcs.xml rename to uil/aplus-octoboer-2013/8/.idea/vcs.xml diff --git a/uil/october-2013/8/.idea/workspace.xml b/uil/aplus-octoboer-2013/8/.idea/workspace.xml similarity index 100% rename from uil/october-2013/8/.idea/workspace.xml rename to uil/aplus-octoboer-2013/8/.idea/workspace.xml diff --git a/uil/october-2013/8/8.iml b/uil/aplus-octoboer-2013/8/8.iml similarity index 100% rename from uil/october-2013/8/8.iml rename to uil/aplus-octoboer-2013/8/8.iml diff --git a/uil/october-2013/8/input.dat b/uil/aplus-octoboer-2013/8/input.dat similarity index 100% rename from uil/october-2013/8/input.dat rename to uil/aplus-octoboer-2013/8/input.dat diff --git a/uil/october-2013/8/out/production/8/problem8.class b/uil/aplus-octoboer-2013/8/out/production/8/problem8.class similarity index 100% rename from uil/october-2013/8/out/production/8/problem8.class rename to uil/aplus-octoboer-2013/8/out/production/8/problem8.class diff --git a/uil/october-2013/8/src/problem8.java b/uil/aplus-octoboer-2013/8/src/problem8.java similarity index 100% rename from uil/october-2013/8/src/problem8.java rename to uil/aplus-octoboer-2013/8/src/problem8.java diff --git a/uil/october-2013/9/.idea/misc.xml b/uil/aplus-octoboer-2013/9/.idea/misc.xml similarity index 100% rename from uil/october-2013/9/.idea/misc.xml rename to uil/aplus-octoboer-2013/9/.idea/misc.xml diff --git a/uil/october-2013/9/.idea/modules.xml b/uil/aplus-octoboer-2013/9/.idea/modules.xml similarity index 100% rename from uil/october-2013/9/.idea/modules.xml rename to uil/aplus-octoboer-2013/9/.idea/modules.xml diff --git a/uil/october-2013/9/.idea/vcs.xml b/uil/aplus-octoboer-2013/9/.idea/vcs.xml similarity index 100% rename from uil/october-2013/9/.idea/vcs.xml rename to uil/aplus-octoboer-2013/9/.idea/vcs.xml diff --git a/uil/october-2013/9/.idea/workspace.xml b/uil/aplus-octoboer-2013/9/.idea/workspace.xml similarity index 100% rename from uil/october-2013/9/.idea/workspace.xml rename to uil/aplus-octoboer-2013/9/.idea/workspace.xml diff --git a/uil/october-2013/9/9.iml b/uil/aplus-octoboer-2013/9/9.iml similarity index 100% rename from uil/october-2013/9/9.iml rename to uil/aplus-octoboer-2013/9/9.iml diff --git a/uil/october-2013/9/input.dat b/uil/aplus-octoboer-2013/9/input.dat similarity index 100% rename from uil/october-2013/9/input.dat rename to uil/aplus-octoboer-2013/9/input.dat diff --git a/uil/october-2013/9/out/production/9/problem9.class b/uil/aplus-octoboer-2013/9/out/production/9/problem9.class similarity index 100% rename from uil/october-2013/9/out/production/9/problem9.class rename to uil/aplus-octoboer-2013/9/out/production/9/problem9.class diff --git a/uil/october-2013/9/src/problem9.java b/uil/aplus-octoboer-2013/9/src/problem9.java similarity index 100% rename from uil/october-2013/9/src/problem9.java rename to uil/aplus-octoboer-2013/9/src/problem9.java diff --git a/uil/october-2013/README.md b/uil/aplus-octoboer-2013/README.md similarity index 100% rename from uil/october-2013/README.md rename to uil/aplus-octoboer-2013/README.md