All Projects → MoonHyuk → Acmicpc.cc

MoonHyuk / Acmicpc.cc

Licence: mit
백준 온라인 저지용 OP.GG

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Acmicpc.cc

Yesterday I Learned
Brainfarts are caused by the rupturing of the cerebral sphincter.
Stars: ✭ 50 (+4.17%)
Mutual labels:  aws, flask
Shorty
🔗 A URL shortening service built using Flask and MySQL
Stars: ✭ 78 (+62.5%)
Mutual labels:  aws, flask
Flask Boto3
Flask extension that ties boto3 connectors to the application context
Stars: ✭ 27 (-43.75%)
Mutual labels:  aws, flask
Sqs Consumer
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
Stars: ✭ 1,019 (+2022.92%)
Mutual labels:  aws
Automated Cloud Advisor
Automated Cloud Advisor is a extensible tool that aims at facilitating cost optimization in AWS, by collecting data for resources that are under utilized. In addition, this is a great learning tool for new DevOps/Cloud engineers that want to start automating things in AWS.
Stars: ✭ 44 (-8.33%)
Mutual labels:  aws
Infra Personal
Terraform for setting up my personal infrastructure
Stars: ✭ 45 (-6.25%)
Mutual labels:  aws
Aws.ec2
AWS EC2 Client Package
Stars: ✭ 47 (-2.08%)
Mutual labels:  aws
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-10.42%)
Mutual labels:  aws
Crud Flask Python
CRUD básico com FLASK+PYTHON. Um sisteminha de cadastro de clientes. Muito simples. :)
Stars: ✭ 46 (-4.17%)
Mutual labels:  flask
Python crawler
It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
Stars: ✭ 45 (-6.25%)
Mutual labels:  flask
Taupage
THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED - The base Amazon Machine Image (AMI) allowing dockerized applications to run with STUPS
Stars: ✭ 44 (-8.33%)
Mutual labels:  aws
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-8.33%)
Mutual labels:  flask
Ridge
AWS Lambda HTTP Proxy integration event bridge to Go net/http.
Stars: ✭ 45 (-6.25%)
Mutual labels:  aws
Pacbot
PacBot (Policy as Code Bot)
Stars: ✭ 1,017 (+2018.75%)
Mutual labels:  aws
Driftctl
Detect, track and alert on infrastructure drift
Stars: ✭ 1,019 (+2022.92%)
Mutual labels:  aws
Betterlifepsi
Betterlife Intelligent PSI(Purchase, Sales and Inventory) system
Stars: ✭ 43 (-10.42%)
Mutual labels:  flask
Simple S3 Setup
Code examples used in the post "How to Setup Amazon S3 in a Django Project"
Stars: ✭ 46 (-4.17%)
Mutual labels:  aws
Webpack Deploy
Collection of useful utilities for deploying (not only) Webpack apps
Stars: ✭ 44 (-8.33%)
Mutual labels:  aws
Emr Bootstrap Pyspark
Quickstart PySpark with Anaconda on AWS/EMR
Stars: ✭ 44 (-8.33%)
Mutual labels:  aws
Aws Secrets Manager Credentials Provider Plugin
AWS Secrets Manager Credentials Provider for Jenkins
Stars: ✭ 45 (-6.25%)
Mutual labels:  aws

acmicpc.cc

백준 온라인 저지 전적 검색, 통계 분석

개발환경 세팅

$ sudo apt install python3 python3-pip
$ pip3 install virtualenv
$ git clone [email protected]:MoonHyuk/acmicpc.cc.git
$ cd acmicpc.cc
$ virtualenv .venv
$ . .venv/bin/activate
(.venv) $ pip install -r requirements.txt

postegre를 로컬에 띄운 후 환경변수에 다음 두개를 추가해준다.
APP_SETTINGS = config.DevelopmentConfig
DATABASE_URL = db 서버 주소

$ python manage.py db init
$ python manage.py db migrate
$ python manage.py db upgrade
$ python application.py
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].