Skip to content

Instantly share code, notes, and snippets.

View glenn-kim's full-sized avatar

Glenn Kim glenn-kim

View GitHub Profile
@glenn-kim
glenn-kim / srt.py
Created January 23, 2018 02:46
SRT 예매 시도 스크립트.py
# srt.py
# 코드 표
# 공주:0514
# 광주송정:0036
# 구미):0507
# 나주:0037
# 대전:0010
# 동대구:0015
# 동탄:0552
@glenn-kim
glenn-kim / Crawler.scala
Created March 13, 2014 11:06
Crawling web and Response Sample on Playframework2.
package controllers
import play.api.libs.concurrent.Execution.Implicits.defaultContext
import play.api.mvc._
import play.api.libs.ws._
import play.api.templates.HtmlFormat
/**
* Created by infinitu on 2014. 3. 13..
*/