Skip to content

Instantly share code, notes, and snippets.

View Grabacr07's full-sized avatar
🏠
Working from home

Manato Kameya Grabacr07

🏠
Working from home
View GitHub Profile
@veigr
veigr / 艦これAPI一覧.markdown
Last active August 29, 2015 14:09
艦これAPI一覧
API Name
api_get_member/mapcell マップセル情報
api_get_member/mapinfo マップインフォユーザー情報
api_get_member/mission 遠征情報
api_get_member/payitem 購入済みアイテム情報
api_get_member/practice 演習相手一覧取得
api_get_member/questlist 任務一覧
api_get_member/ship3 艦情報更新
api_get_member/sortie_conditions 出撃条件用情報
@sunnyone
sunnyone / UseLayoutRounding.psm1
Last active August 29, 2015 14:04
A script sharpens PowerShell ISE
# Install (simple way)
# Write this code to "%USERPROFILE%\Documents\WindowsPowerShell\Microsoft.PowerShellISE_profile.ps1"
# Install (module way)
# Place this script to "%USERPROFILE\Documents\WindowsPowerShell\Modules\UseLayoutRounding\UseLayoutRounding.psm1" and
# write "Import-Module UseLayoutRounding" to Microsoft.PowerShellISE_profile.ps1
Add-Type -TypeDefinition @"
using System;
using System.Collections.Generic;
using System.Reflection;
@koseki
koseki / jp-prefectures.html
Last active January 31, 2024 11:35
Japanese Prefectures 日本の都道府県 Text, JS, HTML 漢字, ローマ字, 都道府県コード
<select>
<option value="1">Hokkaido</option>
<option value="2">Aomori</option>
<option value="3">Iwate</option>
<option value="4">Miyagi</option>
<option value="5">Akita</option>
<option value="6">Yamagata</option>
<option value="7">Fukushima</option>
<option value="8">Ibaraki</option>
<option value="9">Tochigi</option>