From 28351d0c9c2c82f6bae7ffc32c4c3093b831a456 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 6 Apr 2019 18:15:57 -0600 Subject: [PATCH] Made optimizations --- .idea/DM-Server.iml | 11 + .idea/inspectionProfiles/Project_Default.xml | 14 + .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 301 +++++++++++++++++++ __pycache__/generator.cpython-36.pyc | Bin 2349 -> 2599 bytes __pycache__/utils.cpython-36.pyc | Bin 1781 -> 2030 bytes generator.py | 13 +- main.py | 5 +- static/script.js | 71 +++-- utils.py | 13 + 12 files changed, 419 insertions(+), 27 deletions(-) create mode 100644 .idea/DM-Server.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/DM-Server.iml b/.idea/DM-Server.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/DM-Server.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..2606b4c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..6ef8750 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..68ae3d4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..0d8077c --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +