Skip to content

어셈블리어를 배워서 써먹자

Notifications You must be signed in to change notification settings

adm1nkyj/AssemblyLearner

 
 

Repository files navigation

AssemblyLearner

Self-contained judge program for assembly language (supports x86). This runs 0e1.kr.

Installation

  1. Run the script below:
git clone https://github.com/Jinmo/AssemblyLearner.git asmlearner
cd asmlearner
./install.sh

Adding a challenge

  1. Create admin account: python manage.py admin
  2. Login and go admin menu -> challenge menu
  3. Write your challenge

Dependencies

  • Python 2.7 + pipenv
  • PostgreSQL
  • see Pipfile for details
  • Celery

About

어셈블리어를 배워서 써먹자

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.8%
  • CSS 32.7%
  • HTML 1.5%
  • Python 1.5%
  • C 0.4%
  • Shell 0.1%