http://radiko.jp/epg/epgapi.php?area_id=JP13&mode=&station_id=TBS
Code | Region |
---|
#!/usr/bin/env python | |
from gmusicapi import Musicmanager | |
from gmusicapi import Mobileclient | |
import sys | |
import os.path | |
params = sys.argv |
#!/bin/sh | |
# original code from https://gist.github.com/riocampos/5656450 | |
LANG=ja_JP.utf8 | |
date=`date '+%Y-%m-%d-%H_%M'` | |
swfVfy="http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf" | |
outdir="." |
http://www.onsen.ag/api/shownMovie/shownMovie.json
Response is JSON.
{"result":["niconama_charlotte","mhr3","hanayume","azbear","tsukinone","nairon","gatcha","kamo","shingeki","naderadi","hmx3","corpse","lump","yp_radio","niconama_re-kan","i96","arslan_anime","gg","anime","nwing","poli","glory","grisaia2","fmc2","lovelive2","nana","rumra","priya2","sara_kuru","home","mhr2","pleiades","sakigake","hiroradi","karucha","aiming2","radio_alcot","ensemble_stars","kakazu","diaace","gachi","501st","otome4","bancha","ozawa","sidonia","zenbu","shokugeki2","bemasu","niconama_usagi2","pcgame","yryr","godeater","niconama_seiheki","seraph","axl6","storm2","uta","niconama_sb69a","selector","jojo","seiheki","niconama_pp24","nono","monmusu","dai-gyakuten","sb69a","hetalira","niconama_zenbu","niconama_0701_13shiki","niconama_usagi","prison","charlotte","0823niconama_selector","trident","0823niconama_selector2","niconama_euphonium","re-kan","tadaradio","yuyuyu","121","niconama_yuyuyu","ft","ff","plc
A script used to save radios broadcasted on AGQR.
Compared to ybenjo/agqr.rb:
__dir__
was only introduced in Ruby 2.0.0.最終更新日時 Last Update: 2015/07/06 12:16 JST
画像をクリックすると、フルサイズが見える。
Click the image for fullsize.
angular.module('myApp') | |
.filter('percentage', ['$filter', function ($filter) { | |
return function (input, decimalPlaces) { | |
return $filter('number')(input * 100, decimalPlaces) + '%'; | |
}; | |
}]); |
Please report any translation errors or mistakes to me at @kotoriburd.
Last year, Naka received a Christmas Exclusive Graphic. This year, Xmas Naka Kai 2 has been added.
Ryuujou has also received a Christmas Exclusive Graphic this year. Her Second Remodel, Xmas Ryuujou Kai 2, also has its own costume.
Please report any translation errors or mistakes to me at @kotoriburd.
The special-class destroyer Ushio has received a further remodel.
Newly recorded voices for the supply ships Mamiya and Irako have been implemented. They are played on the confirmation dialog and when used.
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"