文件名称:ghsc275902200501211
介绍说明--下载内容来自于网络,使用问题请自行百度
uWindsor-POTW-Leaderboard: A django web app used for managing problem of the week leaderboards for the uWindsor CSS
(系统自动生成,下载前可以参看下载内容)
下载文件列表
uWindsor-POTW-Leaderboard-master/
uWindsor-POTW-Leaderboard-master/.gitignore
uWindsor-POTW-Leaderboard-master/README.md
uWindsor-POTW-Leaderboard-master/api/
uWindsor-POTW-Leaderboard-master/api/__init__.py
uWindsor-POTW-Leaderboard-master/api/urls.py
uWindsor-POTW-Leaderboard-master/api/views.py
uWindsor-POTW-Leaderboard-master/contribution/
uWindsor-POTW-Leaderboard-master/contribution/__init__.py
uWindsor-POTW-Leaderboard-master/contribution/models.py
uWindsor-POTW-Leaderboard-master/dashboard/
uWindsor-POTW-Leaderboard-master/dashboard/__init__.py
uWindsor-POTW-Leaderboard-master/dashboard/urls.py
uWindsor-POTW-Leaderboard-master/dashboard/views.py
uWindsor-POTW-Leaderboard-master/errorpage/
uWindsor-POTW-Leaderboard-master/errorpage/__init__.py
uWindsor-POTW-Leaderboard-master/errorpage/urls.py
uWindsor-POTW-Leaderboard-master/errorpage/views.py
uWindsor-POTW-Leaderboard-master/feed/
uWindsor-POTW-Leaderboard-master/feed/__init__.py
uWindsor-POTW-Leaderboard-master/feed/urls.py
uWindsor-POTW-Leaderboard-master/feed/views.py
uWindsor-POTW-Leaderboard-master/leaderboard/
uWindsor-POTW-Leaderboard-master/leaderboard/__init__.py
uWindsor-POTW-Leaderboard-master/leaderboard/urls.py
uWindsor-POTW-Leaderboard-master/leaderboard/views.py
uWindsor-POTW-Leaderboard-master/manage.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/
uWindsor-POTW-Leaderboard-master/potwleaderboard/__init__.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/fake-settings.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/urls.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/wsgi.py
uWindsor-POTW-Leaderboard-master/problem/
uWindsor-POTW-Leaderboard-master/problem/__init__.py
uWindsor-POTW-Leaderboard-master/problem/models.py
uWindsor-POTW-Leaderboard-master/problem/urls.py
uWindsor-POTW-Leaderboard-master/problem/views.py
uWindsor-POTW-Leaderboard-master/solution/
uWindsor-POTW-Leaderboard-master/solution/__init__.py
uWindsor-POTW-Leaderboard-master/solution/models.py
uWindsor-POTW-Leaderboard-master/solution/urls.py
uWindsor-POTW-Leaderboard-master/solution/views.py
uWindsor-POTW-Leaderboard-master/static/
uWindsor-POTW-Leaderboard-master/static/css/
uWindsor-POTW-Leaderboard-master/static/css/dashboard.css
uWindsor-POTW-Leaderboard-master/static/css/highlight.css
uWindsor-POTW-Leaderboard-master/static/css/leaderBoard.css
uWindsor-POTW-Leaderboard-master/static/img/
uWindsor-POTW-Leaderboard-master/static/img/mini_balls.gif
uWindsor-POTW-Leaderboard-master/static/js/
uWindsor-POTW-Leaderboard-master/static/js/Chart.js
uWindsor-POTW-Leaderboard-master/static/js/highlight.pack.js
uWindsor-POTW-Leaderboard-master/static/js/leaderBoard.js
uWindsor-POTW-Leaderboard-master/student/
uWindsor-POTW-Leaderboard-master/student/__init__.py
uWindsor-POTW-Leaderboard-master/student/models.py
uWindsor-POTW-Leaderboard-master/student/urls.py
uWindsor-POTW-Leaderboard-master/student/views.py
uWindsor-POTW-Leaderboard-master/templates/
uWindsor-POTW-Leaderboard-master/templates/dashboard/
uWindsor-POTW-Leaderboard-master/templates/dashboard/admin.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/draw.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/footer.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/header.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/index.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/main.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/problem.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/problems.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/student.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/students.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/submission.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/submissions.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/winner.html
uWindsor-POTW-Leaderboard-master/templates/errorpage/
uWindsor-POTW-Leaderboard-master/templates/errorpage/404.html
uWindsor-POTW-Leaderboard-master/templates/leaderboard/
uWindsor-POTW-Leaderboard-master/templates/leaderboard/index.html
uWindsor-POTW-Leaderboard-master/templates/problem/
uWindsor-POTW-Leaderboard-master/templates/problem/all.html
uWindsor-POTW-Leaderboard-master/templates/problem/index.html
uWindsor-POTW-Leaderboard-master/templates/solution/
uWindsor-POTW-Leaderboard-master/templates/solution/all.html
uWindsor-POTW-Leaderboard-master/templates/solution/index.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/
uWindsor-POTW-Leaderboard-master/templates/staticpages/footer.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/header.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/main.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/messages.html
uWindsor-POTW-Leaderboard-master/templates/student/
uWindsor-POTW-Leaderboard-master/templates/student/index.html
uWindsor-POTW-Leaderboard-master/templates/student/signup.html
uWindsor-POTW-Leaderboard-master/templates/student/solvers.html
uWindsor-POTW-Leaderboard-master/templates/student/student.html
uWindsor-POTW-Leaderboard-master/templa
uWindsor-POTW-Leaderboard-master/.gitignore
uWindsor-POTW-Leaderboard-master/README.md
uWindsor-POTW-Leaderboard-master/api/
uWindsor-POTW-Leaderboard-master/api/__init__.py
uWindsor-POTW-Leaderboard-master/api/urls.py
uWindsor-POTW-Leaderboard-master/api/views.py
uWindsor-POTW-Leaderboard-master/contribution/
uWindsor-POTW-Leaderboard-master/contribution/__init__.py
uWindsor-POTW-Leaderboard-master/contribution/models.py
uWindsor-POTW-Leaderboard-master/dashboard/
uWindsor-POTW-Leaderboard-master/dashboard/__init__.py
uWindsor-POTW-Leaderboard-master/dashboard/urls.py
uWindsor-POTW-Leaderboard-master/dashboard/views.py
uWindsor-POTW-Leaderboard-master/errorpage/
uWindsor-POTW-Leaderboard-master/errorpage/__init__.py
uWindsor-POTW-Leaderboard-master/errorpage/urls.py
uWindsor-POTW-Leaderboard-master/errorpage/views.py
uWindsor-POTW-Leaderboard-master/feed/
uWindsor-POTW-Leaderboard-master/feed/__init__.py
uWindsor-POTW-Leaderboard-master/feed/urls.py
uWindsor-POTW-Leaderboard-master/feed/views.py
uWindsor-POTW-Leaderboard-master/leaderboard/
uWindsor-POTW-Leaderboard-master/leaderboard/__init__.py
uWindsor-POTW-Leaderboard-master/leaderboard/urls.py
uWindsor-POTW-Leaderboard-master/leaderboard/views.py
uWindsor-POTW-Leaderboard-master/manage.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/
uWindsor-POTW-Leaderboard-master/potwleaderboard/__init__.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/fake-settings.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/urls.py
uWindsor-POTW-Leaderboard-master/potwleaderboard/wsgi.py
uWindsor-POTW-Leaderboard-master/problem/
uWindsor-POTW-Leaderboard-master/problem/__init__.py
uWindsor-POTW-Leaderboard-master/problem/models.py
uWindsor-POTW-Leaderboard-master/problem/urls.py
uWindsor-POTW-Leaderboard-master/problem/views.py
uWindsor-POTW-Leaderboard-master/solution/
uWindsor-POTW-Leaderboard-master/solution/__init__.py
uWindsor-POTW-Leaderboard-master/solution/models.py
uWindsor-POTW-Leaderboard-master/solution/urls.py
uWindsor-POTW-Leaderboard-master/solution/views.py
uWindsor-POTW-Leaderboard-master/static/
uWindsor-POTW-Leaderboard-master/static/css/
uWindsor-POTW-Leaderboard-master/static/css/dashboard.css
uWindsor-POTW-Leaderboard-master/static/css/highlight.css
uWindsor-POTW-Leaderboard-master/static/css/leaderBoard.css
uWindsor-POTW-Leaderboard-master/static/img/
uWindsor-POTW-Leaderboard-master/static/img/mini_balls.gif
uWindsor-POTW-Leaderboard-master/static/js/
uWindsor-POTW-Leaderboard-master/static/js/Chart.js
uWindsor-POTW-Leaderboard-master/static/js/highlight.pack.js
uWindsor-POTW-Leaderboard-master/static/js/leaderBoard.js
uWindsor-POTW-Leaderboard-master/student/
uWindsor-POTW-Leaderboard-master/student/__init__.py
uWindsor-POTW-Leaderboard-master/student/models.py
uWindsor-POTW-Leaderboard-master/student/urls.py
uWindsor-POTW-Leaderboard-master/student/views.py
uWindsor-POTW-Leaderboard-master/templates/
uWindsor-POTW-Leaderboard-master/templates/dashboard/
uWindsor-POTW-Leaderboard-master/templates/dashboard/admin.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/draw.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/footer.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/header.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/index.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/main.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/problem.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/problems.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/student.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/students.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/submission.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/submissions.html
uWindsor-POTW-Leaderboard-master/templates/dashboard/winner.html
uWindsor-POTW-Leaderboard-master/templates/errorpage/
uWindsor-POTW-Leaderboard-master/templates/errorpage/404.html
uWindsor-POTW-Leaderboard-master/templates/leaderboard/
uWindsor-POTW-Leaderboard-master/templates/leaderboard/index.html
uWindsor-POTW-Leaderboard-master/templates/problem/
uWindsor-POTW-Leaderboard-master/templates/problem/all.html
uWindsor-POTW-Leaderboard-master/templates/problem/index.html
uWindsor-POTW-Leaderboard-master/templates/solution/
uWindsor-POTW-Leaderboard-master/templates/solution/all.html
uWindsor-POTW-Leaderboard-master/templates/solution/index.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/
uWindsor-POTW-Leaderboard-master/templates/staticpages/footer.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/header.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/main.html
uWindsor-POTW-Leaderboard-master/templates/staticpages/messages.html
uWindsor-POTW-Leaderboard-master/templates/student/
uWindsor-POTW-Leaderboard-master/templates/student/index.html
uWindsor-POTW-Leaderboard-master/templates/student/signup.html
uWindsor-POTW-Leaderboard-master/templates/student/solvers.html
uWindsor-POTW-Leaderboard-master/templates/student/student.html
uWindsor-POTW-Leaderboard-master/templa
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
