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
import json | |
import datetime | |
with open("exposure_data.json") as f: | |
exposure = json.load(f) | |
result = {} | |
for x in exposure["exposure_windows"]: | |
t = int(x['DateMillisSinceEpoch']) / 1000 |
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
;; -*- coding: utf-8 -*- | |
;; Added by Package.el. This must come before configurations of | |
;; installed packages. Don't delete this line. If you don't want it, | |
;; just comment it out by adding a semicolon to the start of the line. | |
;; You may delete these explanatory comments. | |
(package-initialize) | |
;; MELPA | |
(add-to-list 'package-archives '("melpa"."http://melpa.org/packages/") t) |
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
#!/bin/sh | |
#playerurl=http://radiko.jp/player/swf/player_3.0.0.01.swf | |
#playerurl=http://radiko.jp/player/swf/player_4.1.0.00.swf | |
playerurl=http://radiko.jp/apps/js/flash/myplayer-release.swf | |
# | |
# access auth1_fms | |
# | |
auth1_fms=`/usr/local/bin/wget -q \ |
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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# | |
# bench.py | |
# | |
# Created by FUKUBAYASHI Yuichiro on 2015/05/09 | |
# Copyright (c) 2015, FUKUBAYASHI Yuichiro | |
# | |
# last update: <2015/05/09 02:42:22> |
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
/* | |
* mail_form_shortcut.js | |
* | |
* Created by FUKUBAYASHI Yuichiro on 2013/05/06 | |
* Copyright (c) 2013, FUKUBAYASHI Yuichiro | |
* | |
* last update: <2013/05/06 06:18:00> | |
*/ | |
$(document).ready(function(){ | |
var p = { |
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
/* | |
* hagaki.js | |
* | |
* Created by FUKUBAYASHI Yuichiro on 2013/01/01 | |
* Copyright (c) 2013, FUKUBAYASHI Yuichiro | |
* | |
* last update: <2013/01/01 01:18:12> | |
*/ | |
TANZAKU = { | |
N_PER_LINE:26, |
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
/* | |
* gr_sketch.ino | |
* | |
* Created by FUKUBAYASHI Yuichiro on 2012/12/19 | |
* Copyright (c) 2012, FUKUBAYASHI Yuichiro | |
* | |
* last update: <2012/12/23 21:00:36> | |
*/ | |
#include <rxduino.h> |
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
#!/bin/sh | |
ID="LFR" | |
OFILE="99ann" | |
TIME="125" | |
date=`date -v-1d +%Y年%m月%d日` | |
TITLE="${date} ナインティナインのオールナイトニッポン" |
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
#!/bin/ksh | |
#----------------------------------------------------------------- | |
# $1:ID (必須) | |
# TBS TBSラジオ | |
# QRR 文化放送 | |
# LFR ニッポン放送 | |
# NSB ラジオNIKKEI | |
# INT INTERFM | |
# FMT TOKYO FM | |
# BAYFM78 BayFm |
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
#!/bin/sh | |
playerurl=http://radiko.jp/player/swf/player_3.0.0.01.swf | |
# | |
# access auth1_fms | |
# | |
auth1_fms=`/usr/local/bin/wget -q \ | |
--header="pragma: no-cache" \ |
NewerOlder