change permission to 644

This commit is contained in:
root 2023-05-20 12:02:50 +07:00
parent 3a99b0e09b
commit c08b6bafa1
792 changed files with 0 additions and 0 deletions

0
judge/__init__.py Executable file → Normal file
View file

0
judge/admin/__init__.py Executable file → Normal file
View file

0
judge/admin/comments.py Executable file → Normal file
View file

0
judge/admin/contest.py Executable file → Normal file
View file

0
judge/admin/interface.py Executable file → Normal file
View file

0
judge/admin/organization.py Executable file → Normal file
View file

0
judge/admin/problem.py Executable file → Normal file
View file

0
judge/admin/profile.py Executable file → Normal file
View file

0
judge/admin/runtime.py Executable file → Normal file
View file

0
judge/admin/submission.py Executable file → Normal file
View file

0
judge/admin/taxon.py Executable file → Normal file
View file

0
judge/admin/ticket.py Executable file → Normal file
View file

0
judge/admin/volunteer.py Executable file → Normal file
View file

0
judge/apps.py Executable file → Normal file
View file

0
judge/bridge/__init__.py Executable file → Normal file
View file

0
judge/bridge/base_handler.py Executable file → Normal file
View file

0
judge/bridge/daemon.py Executable file → Normal file
View file

0
judge/bridge/django_handler.py Executable file → Normal file
View file

0
judge/bridge/echo_test_client.py Executable file → Normal file
View file

0
judge/bridge/echo_test_server.py Executable file → Normal file
View file

0
judge/bridge/judge_handler.py Executable file → Normal file
View file

0
judge/bridge/judge_list.py Executable file → Normal file
View file

0
judge/bridge/server.py Executable file → Normal file
View file

0
judge/caching.py Executable file → Normal file
View file

0
judge/comments.py Executable file → Normal file
View file

0
judge/contest_format/__init__.py Executable file → Normal file
View file

0
judge/contest_format/atcoder.py Executable file → Normal file
View file

0
judge/contest_format/base.py Executable file → Normal file
View file

0
judge/contest_format/default.py Executable file → Normal file
View file

0
judge/contest_format/ecoo.py Executable file → Normal file
View file

0
judge/contest_format/icpc.py Executable file → Normal file
View file

0
judge/contest_format/ioi.py Executable file → Normal file
View file

0
judge/contest_format/new_ioi.py Executable file → Normal file
View file

0
judge/contest_format/registry.py Executable file → Normal file
View file

0
judge/dblock.py Executable file → Normal file
View file

0
judge/event_poster.py Executable file → Normal file
View file

0
judge/event_poster_amqp.py Executable file → Normal file
View file

0
judge/event_poster_ws.py Executable file → Normal file
View file

0
judge/feed.py Executable file → Normal file
View file

0
judge/fixtures/demo.json Executable file → Normal file
View file

0
judge/fixtures/language_small.json Executable file → Normal file
View file

0
judge/fixtures/navbar.json Executable file → Normal file
View file

0
judge/forms.py Executable file → Normal file
View file

0
judge/fulltext.py Executable file → Normal file
View file

0
judge/highlight_code.py Executable file → Normal file
View file

0
judge/jinja2/__init__.py Executable file → Normal file
View file

0
judge/jinja2/camo.py Executable file → Normal file
View file

0
judge/jinja2/chat.py Executable file → Normal file
View file

0
judge/jinja2/datetime.py Executable file → Normal file
View file

0
judge/jinja2/filesize.py Executable file → Normal file
View file

0
judge/jinja2/gravatar.py Executable file → Normal file
View file

0
judge/jinja2/language.py Executable file → Normal file
View file

0
judge/jinja2/markdown/__init__.py Executable file → Normal file
View file

0
judge/jinja2/rating.py Executable file → Normal file
View file

0
judge/jinja2/reference.py Executable file → Normal file
View file

0
judge/jinja2/registry.py Executable file → Normal file
View file

0
judge/jinja2/render.py Executable file → Normal file
View file

0
judge/jinja2/social.py Executable file → Normal file
View file

0
judge/jinja2/spaceless.py Executable file → Normal file
View file

0
judge/jinja2/submission.py Executable file → Normal file
View file

0
judge/jinja2/timedelta.py Executable file → Normal file
View file

0
judge/judgeapi.py Executable file → Normal file
View file

0
judge/lxml_tree.py Executable file → Normal file
View file

0
judge/management/__init__.py Executable file → Normal file
View file

0
judge/management/commands/__init__.py Executable file → Normal file
View file

0
judge/management/commands/addjudge.py Executable file → Normal file
View file

0
judge/management/commands/adduser.py Executable file → Normal file
View file

0
judge/management/commands/camo.py Executable file → Normal file
View file

0
judge/management/commands/copy_language.py Executable file → Normal file
View file

0
judge/management/commands/create_problem.py Executable file → Normal file
View file

0
judge/management/commands/generate_data.py Executable file → Normal file
View file

0
judge/management/commands/makedmojmessages.py Executable file → Normal file
View file

0
judge/management/commands/render_pdf.py Executable file → Normal file
View file

0
judge/management/commands/runbridged.py Executable file → Normal file
View file

0
judge/management/commands/runmoss.py Executable file → Normal file
View file

0
judge/middleware.py Executable file → Normal file
View file

0
judge/migrations/0001_squashed_0084_contest_formats.py Executable file → Normal file
View file

0
judge/migrations/0085_submission_source.py Executable file → Normal file
View file

0
judge/migrations/0086_rating_ceiling.py Executable file → Normal file
View file

0
judge/migrations/0087_problem_resource_limits.py Executable file → Normal file
View file

0
judge/migrations/0088_private_contests.py Executable file → Normal file
View file

0
judge/migrations/0089_submission_to_contest.py Executable file → Normal file
View file

0
judge/migrations/0090_fix_contest_visibility.py Executable file → Normal file
View file

0
judge/migrations/0091_compiler_message_ansi2html.py Executable file → Normal file
View file

0
judge/migrations/0092_contest_clone.py Executable file → Normal file
View file

0
judge/migrations/0093_contest_moss.py Executable file → Normal file
View file

View file

0
judge/migrations/0095_organization_logo_override.py Executable file → Normal file
View file

0
judge/migrations/0096_profile_language_set_default.py Executable file → Normal file
View file

0
judge/migrations/0097_participation_is_disqualified.py Executable file → Normal file
View file

0
judge/migrations/0098_auto_20200123_2136.py Executable file → Normal file
View file

0
judge/migrations/0099_custom_checker.py Executable file → Normal file
View file

0
judge/migrations/0100_auto_20200127_0059.py Executable file → Normal file
View file

0
judge/migrations/0101_custom_validator.py Executable file → Normal file
View file

0
judge/migrations/0102_fix_custom_validator.py Executable file → Normal file
View file

0
judge/migrations/0103_fix_custom_validator.py Executable file → Normal file
View file

0
judge/migrations/0104_auto_20200410_1313.py Executable file → Normal file
View file

0
judge/migrations/0105_auto_20200523_0756.py Executable file → Normal file
View file

0
judge/migrations/0106_friend.py Executable file → Normal file
View file

0
judge/migrations/0107_notification.py Executable file → Normal file
View file

Some files were not shown because too many files have changed in this diff Show more