名前 | 局 | 放送時間 | done |
---|---|---|---|
デンキ街の本屋さん | MX | 10/2(木) 22:30 | done |
旦那が何を言っているかわからない件 | テレ玉 | 10/2(木) 25:00 | done |
甘城ブリリアントパーク | TBS | 10/2(木) 26:03 | done |
失われた未来を求めて | MX | 10/4(土) 25:00 | done |
Fate/stay night | MX | 10/4(土) 24:00 | done |
ワールドトリガー | テレビ朝日 | 10/5(日) 6:30 | done |
オオカミ少女と黒王子 | MX | 10/5(日) 22:00 | done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -V documentclass=ltjarticle -V geometry:margin=.5in --latex-engine=lualatex -f markdown -o output.pdf input.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 10679356, | |
"name": "557.2.0 (stable)", | |
"distribution": "CoreOS", | |
"slug": "coreos-stable", | |
"public": true, | |
"regions": [ | |
"nyc1", | |
"ams1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Drop this file in config/initializers to run your Rails project on Ruby 1.9. | |
# This is three separate monkey patches -- see comments in code below for the source of each. | |
# None of them are original to me, I just put them in one file for easily dropping into my Rails projects. | |
# Also see original sources for pros and cons of each patch. Most notably, the MySQL patch just assumes | |
# that everything in your database is stored as UTF-8. This was true for me, and there's a good chance it's | |
# true for you too, in which case this is a quick, practical solution to get you up and running on Ruby 1.9. | |
# | |
# Andre Lewis 1/2010 | |
# encoding: utf-8 |