Skip to content

Instantly share code, notes, and snippets.

View muziyoshiz's full-sized avatar

Masahiro Muzi Yoshizawa muziyoshiz

View GitHub Profile
@muziyoshiz
muziyoshiz / event1.csv
Created November 28, 2018 15:36
艦これアーケード イベント攻略率・周回数の時系列データ
日付 丙 提督数 丙 攻略済み提督数 丙 攻略率 丙 攻略済み周回数(合計) 丙 攻略済み周回数(平均) 丙 攻略済み周回数(分散) 丙 攻略済み周回数(標準偏差) 丙 攻略済み周回数(中央値) 丙 攻略済み周回数(95パーセンタイル) 丙 攻略済み周回数(最大) 乙 提督数 乙 攻略済み提督数 乙 攻略率 乙 攻略済み周回数(合計) 乙 攻略済み周回数(平均) 乙 攻略済み周回数(分散) 乙 攻略済み周回数(標準偏差) 乙 攻略済み周回数(中央値) 乙 攻略済み周回数(95パーセンタイル) 乙 攻略済み周回数(最大)
2016-10-27 2 0 0.0 0 0.0 0.0 0.0 0.0 0.0 0 2 0 0.0 0 0.0 0.0 0.0 0.0 0.0 0
2016-10-28 2 1 0.5 1 0.5 0.5 0.71 0.5 1.0 1 2 0 0.0 0 0.0 0.0 0.0 0.0 0.0 0
2016-10-29 2 2 1.0 2 1.0 0.0 0.0 1.0 1.0 1 2 0 0.0 0 0.0 0.0 0.0 0.0 0.0 0
2016-10-30 2 2 1.0 2 1.0 0.0 0.0 1.0 1.0 1 2 0 0.0 0 0.0 0.0 0.0 0.0 0.0 0
2016-10-31 3 3 1.0 3 1.0 0.0 0.0 1.0 1.0 1 3 0 0.0 0 0.0 0.0 0.0 0.0 0.0 0
2016-11-01 4 4 1.0 4 1.0 0.0 0.0 1.0 1.0 1 4 1 0.25 1 0.3 0.25 0.5 0.0 0.8 1
2016-11-02 4 4 1.0 4 1.0 0.0 0.0 1.0 1.0 1 4 2 0.5 2 0.5 0.33 0.58 0.5 1.0 1
2016-11-03 13 13 1.0 27 2.1 1.74 1.32 2.0 4.4 5 13 5 0.385 5 0.4 0.26 0.51 0.0 1.0 1
2016-11-04 20 18 0.9 45 2.3 2.09 1.45 2.0 5.0 5 20 10 0.5 15 0.8 1.78 1.33 0.5 1.3 6
@muziyoshiz
muziyoshiz / kekkon_yobigun.sh
Created February 14, 2018 16:13
Admiral Stats のデータから、各艦娘をLv99まで育成済みの提督数を調べる SQL
cat kekkon_yobigun.sql | mysql admiral_stats_development -uroot > kekkon_yobigun.tsv
@muziyoshiz
muziyoshiz / main.yml
Created January 15, 2018 13:50
Example of import_tasks/include_tasks with tags
- name: Task 0
debug: msg="No tag"
- name: Task 1
debug: msg="tag1"
tags: [ tag1 ]
- name: Task 2
debug: msg="tag2"
tags: [ tag2 ]
@muziyoshiz
muziyoshiz / example.md
Created December 12, 2017 22:27
Example of `--format markdown-code`

app1

177

app2

84
@muziyoshiz
muziyoshiz / active_user.rb
Created September 27, 2017 15:24
Admiral Stats 1周年のユーザデータ解析
# 一時的にログ出力を無効にする
ActiveRecord::Base.logger = nil
base_time = Time.parse('2016-09-03 00:00:00 +09:00')
366.times do |i|
t = base_time + i.day
# 初回ログインしたユーザ数
num_register = Admiral.where('created_at <= ?', t.end_of_day).count
@muziyoshiz
muziyoshiz / sample.apib
Created May 16, 2017 02:51
Sample of API Blueprint document
FORMAT: 1A
# Sample API
## Sample API について
Sample API は、与えられた URL にアクセスしたオーディエンスに対するレコメンド記事を返す、架空の API である。
## API 共通のエラー形式
@muziyoshiz
muziyoshiz / memo.txt
Last active April 25, 2017 22:59
2017-04-26 kancolle-arcade.net/ac/api の調査メモ
4/26早朝。未プレイの状態での調査結果。
丙作戦、乙作戦は公開されているが、甲作戦は公開されていない。
https://kancolle-arcade.net/ac/api/TcError/dispFlag というURLが増えている。
これは何?
https://kancolle-arcade.net/ac/api/Event/info
URL名はいままでと変わらず。キーが少し増えている。
eneMilitaryGauge2d: "base_sensuikakyuu1"
→ これはボスを表している?
@muziyoshiz
muziyoshiz / mix.exs
Created March 21, 2017 10:27
Sample of GraphQL Relay server on Phoenix
# mix.exs
defmodule PhoenixRelaySample.Mixfile do
use Mix.Project
def project do
[app: :phoenix_relay_sample,
version: "0.0.1",
elixir: "~> 1.2",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
@muziyoshiz
muziyoshiz / gist:6ba5edd6e7cd2021e8c9bab43244581e
Created November 6, 2016 11:28
Admiral Stats API が返す JSON の素案
['Personal/basicInfo', 'Area/captureInfo', 'TcBook/info', 'EquipBook/info', 'Campaign/history', 'Campaign/info', 'Campaign/present', 'CharacterList/info', 'EquipList/info', 'Quest/info', 'Event/info']
@muziyoshiz
muziyoshiz / admiral_stats_exporter.js
Last active October 14, 2016 22:37
Admiral Stats エクスポータ(JS版)
javascript:(function(){var a=new Date,e=[a.getFullYear(),("0"+(a.getMonth()+1)).slice(-2),("0"+a.getDate()).slice(-2),"_",("0"+a.getHours()).slice(-2),("0"+a.getMinutes()).slice(-2),("0"+a.getSeconds()).slice(-2)].join(""),f=["Personal/basicInfo","TcBook/info","CharacterList/info"];window.location.href.match(/^https:\/\/kancolle-arcade.net\/ac\/#\/(area|list|pictureBook)/)?f.forEach(function(a){var b=new XMLHttpRequest,g=a.replace("/","_")+"_"+e+".json";b.open("GET","https://kancolle-arcade.net/ac/api/"+a);b.setRequestHeader("X-Requested-With","XMLHttpRequest");b.responseType="blob";b.onload=function(){if(200===b.status){var d=new Blob([b.response]);if(window.navigator.msSaveBlob)window.navigator.msSaveBlob(d,g);else{var d=(window.URL||window.webkitURL).createObjectURL(d),c=document.createElement("a");document.body.appendChild(c);c.download=a.replace("/","_")+"_"+e+".json";c.href=d;c.click();document.body.removeChild(c)}}else a===f[0]&&alert("Admiral Stats \u30a8\u30af\u30b9\u30dd\u30fc\u30bf(JS\u7248) v1.0.0