Skip to content

Instantly share code, notes, and snippets.

View haruaki64's full-sized avatar

Haruaki Kinoshita haruaki64

View GitHub Profile
@hewerthomn
hewerthomn / install_oci8_ubuntu_16.04_php7.1.md
Created February 22, 2017 14:45
How to install OCI8 on Ubuntu 16.04 and PHP 7.1
@viz3
viz3 / README.md
Last active June 3, 2017 11:47
Mac で Logitech Marble Mouse を使う際に画面スクロールを実現する

Karabiner をインストール。

次の項目にチェックを入れる。

Change Key -> Pointing Device -> CursorMove to ScrollWheel -> RightClick+CursorMove to ScrollWheel
@masayuki5160
masayuki5160 / cloudwatch.php
Last active June 23, 2017 04:01
AWS SDK For PHPをつかってCloudWatch APIへアクセス
<?php
// Include the SDK using the Composer autoloader
require 'vendor/autoload.php';
use Aws\CloudWatch\CloudWatchClient;
$client = CloudWatchClient::factory(array(
'key' => 'keyをね',
'secret' => '秘密のやつをここに',