Giter Site home page Giter Site logo

linzecong / lpoj Goto Github PK

View Code? Open in Web Editor NEW
229.0 229.0 63.0 9.19 MB

An open source online judge system base on Django REST framework and Vue.js !

Home Page: https://oj.lpoj.cn/

License: MIT License

CMake 0.04% Python 15.13% C 15.22% JavaScript 4.66% HTML 3.37% Vue 55.49% Dockerfile 0.21% Java 0.24% CSS 5.63%
acm django django-rest-framework docker element-ui judge online-judge python travis-ci vuejs

lpoj's Introduction

Jecosine's github stats

Top Langs

 ▄▄        ▄  ▄▄▄▄▄▄▄▄▄▄▄       ▄▄▄▄▄▄▄▄▄▄   ▄         ▄  ▄▄▄▄▄▄▄▄▄▄▄ 
▐░░▌      ▐░▌▐░░░░░░░░░░░▌     ▐░░░░░░░░░░▌ ▐░▌       ▐░▌▐░░░░░░░░░░░▌
▐░▌░▌     ▐░▌▐░█▀▀▀▀▀▀▀█░▌     ▐░█▀▀▀▀▀▀▀█░▌▐░▌       ▐░▌▐░█▀▀▀▀▀▀▀▀▀ 
▐░▌▐░▌    ▐░▌▐░▌       ▐░▌     ▐░▌       ▐░▌▐░▌       ▐░▌▐░▌          
▐░▌ ▐░▌   ▐░▌▐░▌       ▐░▌     ▐░█▄▄▄▄▄▄▄█░▌▐░▌       ▐░▌▐░▌ ▄▄▄▄▄▄▄▄ 
▐░▌  ▐░▌  ▐░▌▐░▌       ▐░▌     ▐░░░░░░░░░░▌ ▐░▌       ▐░▌▐░▌▐░░░░░░░░▌
▐░▌   ▐░▌ ▐░▌▐░▌       ▐░▌     ▐░█▀▀▀▀▀▀▀█░▌▐░▌       ▐░▌▐░▌ ▀▀▀▀▀▀█░▌
▐░▌    ▐░▌▐░▌▐░▌       ▐░▌     ▐░▌       ▐░▌▐░▌       ▐░▌▐░▌       ▐░▌
▐░▌     ▐░▐░▌▐░█▄▄▄▄▄▄▄█░▌     ▐░█▄▄▄▄▄▄▄█░▌▐░█▄▄▄▄▄▄▄█░▌▐░█▄▄▄▄▄▄▄█░▌
▐░▌      ▐░░▌▐░░░░░░░░░░░▌     ▐░░░░░░░░░░▌ ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
 ▀        ▀▀  ▀▀▀▀▀▀▀▀▀▀▀       ▀▀▀▀▀▀▀▀▀▀   ▀▀▀▀▀▀▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀                                        

lpoj's People

Contributors

dependabot[bot] avatar dirtybat avatar linzecong avatar zscharlie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

lpoj's Issues

tag和problem对应关系

你好,我想请教一下有关tag和problem之间的关系,看代码似乎是相互独立的两个model,那么是怎么保证tag和problem的对应关系的呢?例如,我添加了一道题目中带有之前没有的tag,我怎么保证tag中也会对应添加上这个tag呢?是通过管理者自己维护嘛?有什么相对比较方便的方法吗?希望可以得到回到,谢谢!

博客爬虫数据泄露用户真实姓名

在 Demo 爬到的博客数据里面,居然直接跟用户的真实姓名一同公布,这是不是泄露了用户隐私?页面上写的是 UserName ,而展示的数据却是人名。

程序调用测试程序支持

leetcode有些题目是让你实现一些函数,然后后台判题是用另外一个代码去调用这个函数,从而产生一些输出,实现判题,请问下lpoj支持这个功能么

无法注册

你好,我用这个代码build起来的docker service, 可以访问8080界面,但是无法注册(提示两次密码不一样,但是输入的是一样的). 另一个问题是无法打开8000/admin界面。

docker一键部署,不能成功OJ

请教一下,A+B problem,用下面这个代码,官方lpoj可以ac,但是我docker一键部署的不行(system error),没有OJ的经验,请问是我的代码有问题,还是我一键部署后添加的题目设置有问题,
import io
import sys
sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='utf8')
for line in sys.stdin:
a = line.split()
print(int(a[0]) + int(a[1]))

Problem描述页面BUG

在Problem 描述的页面,缩短网页显示宽度或者缩放网页的时候会造成正文显示不全

500内部服务器错误,管理员

IP:8080正在开放,但
IP:8000 /管理员无法连接
IP:8081 / admin能够打开admin登录页面,但在admin登录后显示500个内部服务器错误

算法考试bug

师兄你好,我今天在算法考试时发现选择题在时间还没开始时就可以看了,而且选择题在重新点进去后原来选的选项都乱了,希望能尽快修复怕影响考试成绩,谢谢大佬!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.