Skip to content

Instantly share code, notes, and snippets.

View masanoriyamaguchi's full-sized avatar

masanoriyamaguchi masanoriyamaguchi

View GitHub Profile
@masanoriyamaguchi
masanoriyamaguchi / vpc_desc_get.py
Created July 8, 2016 09:23
AWS VPCに関する情報をxmlで吐き出すpythonスクリプト
# -*- coding: utf-8 -*-
import boto3
import json
import xmltodict
from datetime import datetime
client = boto3.client('ec2')
TARGET_VPC_ID = 'YOUR VPC ID'
root = {}
@masanoriyamaguchi
masanoriyamaguchi / image_check.rb
Created February 17, 2016 06:13
Mackerel向けOpenStack snapshotチェック用のスクリプト
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'httpclient'
require 'json'
class Nova
def keystone
auth_request_json = '{
"auth" : { "tenantName" : "FvTenant",
@masanoriyamaguchi
masanoriyamaguchi / face_lookup.py
Last active August 29, 2015 14:22
OpenCVで顔画像を抜き出す
import cv
import sys
storage = cv.CreateMemStorage()
# 読み込む画像を引数で指定する
img = cv.LoadImageM(sys.argv[1])
# haarcascade_frontalface_default.xmlへのパス
# haarcascade_frontalface_default.xmlはここからDLする
# https://opencvlibrary.svn.sourceforge.net/svnroot/opencvlibrary/tags/latest_tested_snapshot/opencv/data/haarcascades/
@masanoriyamaguchi
masanoriyamaguchi / teraterm.ini
Created November 17, 2014 04:38
個人的なteraterm.iniベストプラクティス いまところver
[BG]
; Use Eterm look-feel Background extension (on/off)
BGEnable=off
; Use AlphaBlend API (on/off)
BGUseAlphaBlendAPI=on
; Susie plugin path
BGSPIPath=plugin
@masanoriyamaguchi
masanoriyamaguchi / about_hackthon.md
Last active August 29, 2015 14:09
もう私だって絶望する必要なんて、ない!

inspired by Su-Shi Hakathon

##ハッカソンメモ

###どんなことをするの? 趣味に関することでもOKb

日頃の業務を便利にすることでもOK

一人だとなかなかやる機会が無いことをする