All Projects → zhblue → Freeproblemset

zhblue / Freeproblemset

freeproblemset is a standard for acm-icpc contest problem storage in xml

Labels

Projects that are alternatives of or similar to Freeproblemset

Qengine
Retro game engine for developers that enjoy creating games like it's 1997.
Stars: ✭ 763 (+640.78%)
Mutual labels:  fps
Chocolate Doom
Chocolate Doom is a Doom source port that is minimalist and historically accurate.
Stars: ✭ 1,052 (+921.36%)
Mutual labels:  fps
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-37.86%)
Mutual labels:  fps
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+670.87%)
Mutual labels:  fps
Game Cheating Tutorial
热门网络游戏辅助开发教程
Stars: ✭ 961 (+833.01%)
Mutual labels:  fps
Alfpsstatus
Show FPS(Frames Per Second) status on StatusBar
Stars: ✭ 54 (-47.57%)
Mutual labels:  fps
Ustreamer
µStreamer - Lightweight and fast MJPG-HTTP streamer
Stars: ✭ 533 (+417.48%)
Mutual labels:  fps
Debugoverlay Android
Android library to display various debugging information in an overlay window
Stars: ✭ 98 (-4.85%)
Mutual labels:  fps
Lldebugtoolswift
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
Stars: ✭ 40 (-61.17%)
Mutual labels:  fps
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (-37.86%)
Mutual labels:  fps
Walle
iOS Application performance monitoring
Stars: ✭ 19 (-81.55%)
Mutual labels:  fps
Stats Js
JavaScript Performance Monitor using canvas
Stars: ✭ 12 (-88.35%)
Mutual labels:  fps
Pc Optimization Hub
collection of various resources devoted to performance and input lag optimization
Stars: ✭ 55 (-46.6%)
Mutual labels:  fps
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+646.6%)
Mutual labels:  fps
Source2 Pfsk
The Source 2 Pancake FPS Starter Kit.
Stars: ✭ 84 (-18.45%)
Mutual labels:  fps
Lldebugtool
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
Stars: ✭ 673 (+553.4%)
Mutual labels:  fps
Takt
Takt is Android library for measuring the FPS using Choreographer.
Stars: ✭ 1,058 (+927.18%)
Mutual labels:  fps
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+1242.72%)
Mutual labels:  fps
Realtime Server Ue4 Demo
A UE4 State Synchronization demo for realtime-server. 为realtime-server而写的一个UE4状态同步demo.
Stars: ✭ 88 (-14.56%)
Mutual labels:  fps
Doomlauncher
Doom Launcher is a doom launching utility and database for custom wads and pk3s
Stars: ✭ 63 (-38.83%)
Mutual labels:  fps

freeproblemset

a.k.a fps 是一种开放式(LGPL)ACM/ICPC/NOIP题目存储、转换标准,目前有

HUSTOJ

Hydro

OpenJudger

QDUOJ

等系统兼容这种格式的导入导出。

快速理解:看这个例子

开源授权: 如果您的软件准确的兼容本格式的导入导出,不会对软件的开源与否、开源协议的选择构成任何要求。 如果您要在本格式的基础上进行修改、增减要求,衍生出新的格式,则要求新的格式必须采用与本格式相同的授权方式(LGPL),并提供至少一种开源(LGPL/GPL)实现。

如果您愿意分享原创题目,请联系我,或直接将导出为fps格式的题目发我,我将上传到fps-examples中供ACMer们下载使用。newsclan(a)gmail.com

上传题目前请做好测试,用hustoj的liveCD导入,正常AC的再上传。
fps-examples中已有2500+题,下载时请注意标签,避免重复导入。最好先在HUSTOJ-LiveCD做测试。
新增Java编写的FPS文件题目查看器,需要安装JRE,Windows中暂不支持中文路径。 

There is many free ACM/ICPC Online Judge System available. But not so much problemset available.

This project is trying to provide free problemset for managers of ACM/ICPC Online Jugde.

FPS is definied as: 1.problem 2.test data 3.special judger(optional) 4.standard AC answer(optional)

the latest defination can be view and discussed on TransportFileDefinition

For now it's designed for hustoj (on googlecode),but it should be usable for other OJs.

目前有许多开源的ACM/ICPC Online Judge 系统,都各有特色,他们都有自己独特的体系结构。

但似乎比较难找的是相应的练习题目,各大学校的OJ都对自己的题目数据严加保密,不轻易与人分享。

出题是很辛苦的事情,抄题也是如此,而且抄来的题目数据很难制作,标程就更难寻找,特别裁判更加难上加难。

这个项目希望建立一个交流平台,使得学校之间交流题目更加容易。

所以这个项目的目标是,建立一种通用题目交换格式,基于XML来实现。

其中包含了: 1、题目 2、图片(可选) =1.0 URL

=1.1 内置 3、测试数据 4、裁判(可选) 5、标程(可选)

最新格式可以在DTD中看到,欢迎讨论和建议。

因为个人的原因,以 HUSTOJ 为原型系统,建立导入/导出功能,因此本项目的主要工作是制定数据格式,相应的代码工作在HUSTOJ中完成。

如果您的OJ系统不是HUSTOJ,也没关系,只要您有修改源码的权限,增加基于XML的导入导出功能是理论上一定可以实现的。

一旦您的系统有了导入功能,您就可以从本站下载题目数据;一旦您有导出功能,您就可以导出题目与兄弟院校进行交流,如果您愿意,当然更希望您能参与本项目,将导出的数据共享出来,这样我们就可以共同创建世界上第一个开源OJ数据中心。

推荐使用EasyFPSViewer查看编辑fps/xml文件。

目前HUSTOJ已经可以进行题目和测试数据的导出。

需要题目资源,请访问TK题库

之前在GoogleCode共享的题库可通过,谷歌历史镜像下载,自备网络通信工具。

本项目期待您的加入…… 联系我[email protected]企鹅.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].