Skip to content

Instantly share code, notes, and snippets.

View ikasoumen's full-sized avatar

ikasoumen ikasoumen

  • pixiv inc.
  • Tokyo, Japan
View GitHub Profile

シャニマス W.I.N.G. 優勝のためのポイント

1. サポートアイドルを育てよう!

  • ライブスキルを使うときには、ユニット全員のステータスが影響する。
  • レベルを上げるとステータスもスキルも強くなるぞ。
  • レベルを上げるのに必要な経験値はどんどん増える。1人を上げるよりも平均的に上げよう。

2. 特訓なしの sSSR よりは 特訓4回した sSR!

  • 特訓すると、より強力なスキルが解放されていく!特訓2回目の バフスキル、4回目のライブスキルをうまく覚えさせよう。
  • 「意地っ張りサンセット 西条樹里」「メロウビート・スローダウン 三峰結華」など、sSR でも破格に強いカードはある。
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+cmd+p",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "alt+cmd+[",
"command": "workbench.action.terminal.focusNextPane",
@ikasoumen
ikasoumen / fragment-of-index.html
Created March 8, 2018 02:21
pixiv inside pwa embed
<link rel="manifest" href="/manifest.json">
@ikasoumen
ikasoumen / manifest.json
Last active March 8, 2018 02:19
pixiv_inside_pwa-1 embed
{
"name": "pixiv chatstory",
"short_name": "chatstory",
"start_url": ".",
"display": "standalone",
"orientation": "portrait",
"icons": [{
"src": "assets/imgs/logo.png",
"sizes": "512x512",
"type": "image/png"
@ikasoumen
ikasoumen / fragment-of-main.js
Created March 8, 2018 02:17
pixiv_inside_pwa_2
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js')
.then(function(registration) {
// 登録成功時の処理
}).catch(function(err) {
// 登録失敗時の処理
});
}
@ikasoumen
ikasoumen / sw.js
Created March 8, 2018 01:57
pixiv_inside_pwa-1
self.addEventListener('install', (event) => {
// install時に行われる処理…
});
self.addEventListener('fetch', (event) => {
// fetch時に行われる処理…
});
@ikasoumen
ikasoumen / rgfukuoka-coach.md
Last active August 29, 2015 14:25 — forked from udzura/rgfukuoka-coach.md
rg guide memo

1日目の事前準備

持ってくると良いもの

  • USBメモリ
    • Windows用 VirtualBox インストーラ
    • Ubuntu 14.04 vhdファイル (.zipなら1.3GB程度。展開するとFAT16でフォーマットしたUSBメモリに入らない)
    • Atom
      • Ubuntu用
      • OS X用
  • WiMAXなどのWifiルータ