Skip to content

Commit

Permalink
200117 Pengsu Pajamas BestCoupleAwards
Browse files Browse the repository at this point in the history
  • Loading branch information
SimYeJu committed Jan 17, 2020
0 parents commit 8f45d33
Show file tree
Hide file tree
Showing 27 changed files with 1,186 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "giantpengsoo-c0568"
}
}
66 changes: 66 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*

# Firebase cache
.firebase/

# Firebase config

# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
# .firebaserc

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
/build/
31 changes: 31 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Pengsu</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
12 changes: 12 additions & 0 deletions .settings/.jsdtscope
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
<attributes>
<attribute name="hide" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
<classpathentry kind="output" path=""/>
</classpath>
7 changes: 7 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
8 changes: 8 additions & 0 deletions .settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="Pengsu">
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<property name="context-root" value="Pengsu"/>
<property name="java-output-path" value="/Pengsu/build/classes"/>
</wb-module>
</project-modules>
9 changes: 9 additions & 0 deletions .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<fixed facet="wst.jsdt.web"/>
<fixed facet="java"/>
<fixed facet="jst.web"/>
<installed facet="java" version="1.8"/>
<installed facet="jst.web" version="3.0"/>
<installed facet="wst.jsdt.web" version="1.0"/>
</faceted-project>
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.container
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
1 change: 1 addition & 0 deletions .settings/org.eclipse.wst.jsdt.ui.superType.name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Window
3 changes: 3 additions & 0 deletions WebContent/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

46 changes: 46 additions & 0 deletions WebContent/META-INF/result.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"\ubc15\uc7ac\uc601 PD": 1235,
"\uc804\uc6d0\ubc30 PD": 450,
"\uae40\uba85\uc911 \uc0ac\uc7a5": 311,
"\ubc15\uadfc\uc6d0": 275,
"\ub69d\ub531\uc774": 91,
"\uc784\ubb38\uc2dd PD": 43,
"\uc774\uc2ac\uc608\ub098 PD": 37,
"\ubf40\ub85c\ub85c": 19,
"\uc810\ubc15\uc774": 17,
"\ud3ad\ud074\ub7fd": 17,
"\uae40\uc18c\uc5f0": 15,
"\ubd81\uadf9\uacf0": 14,
"\ud574\ub85c": 9,
"\uc774\ub3d9\ud604 \uae30\uc790": 8,
"\ubc94\uc774": 7,
"\ubc15\uc815\ubbfc": 6,
"\uc7ac\uc7ac": 4,
"\ubc88\uac1c\ub9e8": 4,
"\ube61\ube61\uc774": 4,
"\uc77c\uad8c \uac10\ub3c5\ub2d8": 3,
"\uc774\ub9d0\ub144": 3,
"\uc0c8\ub839\uc774": 3,
"\uc5d8\ub85c\ub514": 3,
"\ub611\uc774": 3,
"\uc804\uc9c0\uc601 \uc2a4\uc2b9\ub2d8": 2,
"\ub530\ub77c\uc7c1\uc774 \ud3ad\uc218": 2,
"\uadf9\uc9c0\uc5f0\uad6c\uc18c \uc5f0\uad6c\uc6d0\ub2d8": 2,
"\ud754\ud55c\ub0a8\ub9e4": 1,
"\uc724\ub3c4\ud604": 1,
"\ubc15\uc9c0\ud6c8 \ubcc0\ud638\uc0ac": 1,
"\uae40\ubcf4\ubbfc \uc131\uc6b0": 1,
"\uae40\ud6c8\ud76c \ud559\uc0dd": 1,
"\ubc31\ud638": 1,
"\uc774\uc6d0\uc601 \ubc15\uc0ac": 1,
"\uc591\ud76c\uc740&\uc11c\uacbd\uc11d": 1,
"\uac15\uacbd\ud654 \uc678\uad50\ubd80\uc7a5\uad00": 1,
"\ubc15\uc9c0\uc120": 1,
"\uc678\uad50\ubd80 \ub3c5\uc77c\ub2f4\ub2f9\uc790": 1,
"\ud669\uad11\ud76c": 1,
"\uc9d1\uacc4": {
"\ucd1d \ud22c\ud45c\uc218": 4183,
"\uc720\ud6a8\ud45c": 2599,
"\ubb34\ud6a8\ud45c": 1584
}
}
46 changes: 46 additions & 0 deletions WebContent/WEB-INF/lib/result.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"\ubc15\uc7ac\uc601 PD": 1235,
"\uc804\uc6d0\ubc30 PD": 450,
"\uae40\uba85\uc911 \uc0ac\uc7a5": 311,
"\ubc15\uadfc\uc6d0": 275,
"\ub69d\ub531\uc774": 91,
"\uc784\ubb38\uc2dd PD": 43,
"\uc774\uc2ac\uc608\ub098 PD": 37,
"\ubf40\ub85c\ub85c": 19,
"\uc810\ubc15\uc774": 17,
"\ud3ad\ud074\ub7fd": 17,
"\uae40\uc18c\uc5f0": 15,
"\ubd81\uadf9\uacf0": 14,
"\ud574\ub85c": 9,
"\uc774\ub3d9\ud604 \uae30\uc790": 8,
"\ubc94\uc774": 7,
"\ubc15\uc815\ubbfc": 6,
"\uc7ac\uc7ac": 4,
"\ubc88\uac1c\ub9e8": 4,
"\ube61\ube61\uc774": 4,
"\uc77c\uad8c \uac10\ub3c5\ub2d8": 3,
"\uc774\ub9d0\ub144": 3,
"\uc0c8\ub839\uc774": 3,
"\uc5d8\ub85c\ub514": 3,
"\ub611\uc774": 3,
"\uc804\uc9c0\uc601 \uc2a4\uc2b9\ub2d8": 2,
"\ub530\ub77c\uc7c1\uc774 \ud3ad\uc218": 2,
"\uadf9\uc9c0\uc5f0\uad6c\uc18c \uc5f0\uad6c\uc6d0\ub2d8": 2,
"\ud754\ud55c\ub0a8\ub9e4": 1,
"\uc724\ub3c4\ud604": 1,
"\ubc15\uc9c0\ud6c8 \ubcc0\ud638\uc0ac": 1,
"\uae40\ubcf4\ubbfc \uc131\uc6b0": 1,
"\uae40\ud6c8\ud76c \ud559\uc0dd": 1,
"\ubc31\ud638": 1,
"\uc774\uc6d0\uc601 \ubc15\uc0ac": 1,
"\uc591\ud76c\uc740&\uc11c\uacbd\uc11d": 1,
"\uac15\uacbd\ud654 \uc678\uad50\ubd80\uc7a5\uad00": 1,
"\ubc15\uc9c0\uc120": 1,
"\uc678\uad50\ubd80 \ub3c5\uc77c\ub2f4\ub2f9\uc790": 1,
"\ud669\uad11\ud76c": 1,
"\uc9d1\uacc4": {
"\ucd1d \ud22c\ud45c\uc218": 4183,
"\uc720\ud6a8\ud45c": 2599,
"\ubb34\ud6a8\ud45c": 1584
}
}
46 changes: 46 additions & 0 deletions WebContent/WEB-INF/result.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"\ubc15\uc7ac\uc601 PD": 1235,
"\uc804\uc6d0\ubc30 PD": 450,
"\uae40\uba85\uc911 \uc0ac\uc7a5": 311,
"\ubc15\uadfc\uc6d0": 275,
"\ub69d\ub531\uc774": 91,
"\uc784\ubb38\uc2dd PD": 43,
"\uc774\uc2ac\uc608\ub098 PD": 37,
"\ubf40\ub85c\ub85c": 19,
"\uc810\ubc15\uc774": 17,
"\ud3ad\ud074\ub7fd": 17,
"\uae40\uc18c\uc5f0": 15,
"\ubd81\uadf9\uacf0": 14,
"\ud574\ub85c": 9,
"\uc774\ub3d9\ud604 \uae30\uc790": 8,
"\ubc94\uc774": 7,
"\ubc15\uc815\ubbfc": 6,
"\uc7ac\uc7ac": 4,
"\ubc88\uac1c\ub9e8": 4,
"\ube61\ube61\uc774": 4,
"\uc77c\uad8c \uac10\ub3c5\ub2d8": 3,
"\uc774\ub9d0\ub144": 3,
"\uc0c8\ub839\uc774": 3,
"\uc5d8\ub85c\ub514": 3,
"\ub611\uc774": 3,
"\uc804\uc9c0\uc601 \uc2a4\uc2b9\ub2d8": 2,
"\ub530\ub77c\uc7c1\uc774 \ud3ad\uc218": 2,
"\uadf9\uc9c0\uc5f0\uad6c\uc18c \uc5f0\uad6c\uc6d0\ub2d8": 2,
"\ud754\ud55c\ub0a8\ub9e4": 1,
"\uc724\ub3c4\ud604": 1,
"\ubc15\uc9c0\ud6c8 \ubcc0\ud638\uc0ac": 1,
"\uae40\ubcf4\ubbfc \uc131\uc6b0": 1,
"\uae40\ud6c8\ud76c \ud559\uc0dd": 1,
"\ubc31\ud638": 1,
"\uc774\uc6d0\uc601 \ubc15\uc0ac": 1,
"\uc591\ud76c\uc740&\uc11c\uacbd\uc11d": 1,
"\uac15\uacbd\ud654 \uc678\uad50\ubd80\uc7a5\uad00": 1,
"\ubc15\uc9c0\uc120": 1,
"\uc678\uad50\ubd80 \ub3c5\uc77c\ub2f4\ub2f9\uc790": 1,
"\ud669\uad11\ud76c": 1,
"\uc9d1\uacc4": {
"\ucd1d \ud22c\ud45c\uc218": 4183,
"\uc720\ud6a8\ud45c": 2599,
"\ubb34\ud6a8\ud45c": 1584
}
}
Loading

0 comments on commit 8f45d33

Please sign in to comment.