Skip to content

Instantly share code, notes, and snippets.

View mzkrelx's full-sized avatar

Mizuki Yamanaka mzkrelx

  • Japan
View GitHub Profile
@mzkrelx
mzkrelx / markdown.css
Created February 10, 2015 17:10
Markdown用CSS
@charset "utf-8";
body {
margin: 0 auto;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",メイリオ,Meiryo,"MS Pゴシック",sans-serif;
color: #444444;
line-height: 1;
max-width: 960px;
padding: 30px;
}
h1,
@mzkrelx
mzkrelx / IntegrationSpec.scala
Created August 4, 2013 15:35
specs2 の事前処理、事後処理
package views.admin.mlproposals
import org.specs2.mutable.After
import org.specs2.mutable.Specification
import org.specs2.specification.AfterExample
import org.specs2.specification.BeforeExample
import org.specs2.specification.Scope
import play.api.test.Helpers.HTMLUNIT
import play.api.test.Helpers.running
import scala.collection.mutable.ListBuffer
import scala.collection.mutable.StringBuilder
object Main {
def main(args: Array[String]) {
try {
println(searchLongestSubsequence(""))
} catch {