Skip to content

Instantly share code, notes, and snippets.

View do9iigane's full-sized avatar

Hiroyuki Yokoshima(毒眼鏡) do9iigane

  • bilcom
View GitHub Profile
@do9iigane
do9iigane / osx_change_capture_file_save_target.md
Last active May 11, 2016 08:03
OSX captureの保存先を変更する
  1. 保存先を変更
    defaults write com.apple.screencapture location ~/Picture/screenshot
  2. UIServerを再読み込み
    killall SystemUIServer
#PHPConference
https://docs.google.com/spreadsheets/d/1Stjf6N7yuunOtibiWdNYWlDu00Z_S1jy5OwmzxnLO5Q/edit?pref=2&pli=1#gid=0 | 全体マイルストーン - Google スプレッドシート
https://docs.google.com/spreadsheets/d/1-381L5iseFBcJwb4ImEc2glfhfuU2_3qMYFPHhd38qU/edit?pref=2&pli=1#gid=0 | スタッフ名簿&担当表 - Google スプレッドシート
https://docs.google.com/spreadsheets/d/14Sc-0VcSMM9rSrzDcihAWT4AstxSBLvQn8y8IiMcjuY/edit#gid=859224759 | PHPカンファレンス2016予算 - Google スプレッドシート
https://docs.google.com/spreadsheets/d/1q6aVXl_PxRk1vUSgsrOU1kTwv1Wkc5TPU80aSGaRz2M/edit#gid=0 | 進捗共有 - Google スプレッドシート
https://phpcon-php-gr-jp.slack.com/messages/general/ | general | 2016 PHP Conference Japan Slack
https://slack-files.com/files-pri-safe/T02K7KC0U-F1V2KMH0A/php_____________________2016___________________.pdf?c=1470307627-3f099f42d5648af6bfb8147aa61510866d60e2ef | PHPカンファレンス2014 協賛のご案内
https://drive.google.com/drive/folders/0B2hIEXc43RO_OXFzODh4UEl0bGs | PHPConference2016 - Google ドライブ
https://docs.google.com/forms/d/e/1FAIpQLScPn3mv4lWpHHSQS7EdmVuNadOvj3GMbmXEHxVj9cB
@do9iigane
do9iigane / backup_package.sh
Created December 22, 2016 03:36
adb backup all packages by shell
FILENAME="packages.txt"
adb shell pm list package > ./$FILENAME;
echo "packages list output to ./$FILENAME";
cat ./$FILENAME | sed -e 's/package://g' | while read LINE;do
APKNAME=`echo ${LINE} | tr -d '\r'`
if [ ! -e $APKNAME.ab ]; then
@do9iigane
do9iigane / qrcode_sample.html
Last active September 4, 2019 19:19
qrcode_sample
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie-edge">
<title>JSの練習</title>
</head>
<body>
<div id="tipQR">