Skip to content

Instantly share code, notes, and snippets.

@akira1908jp
akira1908jp / fuelphptokyo_vol_2.html
Created September 23, 2012 05:29
FuelPHP 勉強会 vol.2
2012/09/23 FuelPHP勉強会 vol.2に参加してきた。
http://atnd.org/events/31917
○GtとGitHubについて
・分散型と集中型
・オーガニゼーション
github
@akira1908jp
akira1908jp / android_eclipse_plugin.html
Created September 25, 2012 13:30
android eclipse plugin install
アンドロイド eclipse プラグインインストール方法
インストール手順
http://developer.android.com/sdk/installing/installing-adt.html
ADTプラグインをダウンロード
Eclipseを起動し、選択ヘルプ > 新規ソフトウェアのインストール。
クリックして追加右上隅に、。
表示されたリポジトリの追加]ダイアログで、のための"ADTプラグイン"を入力してください名前のために、次のURL 場所:
HTTPS://dl-ssl.google.com/android/eclipse/
@akira1908jp
akira1908jp / chrome_extension.txt
Created September 26, 2012 02:02
chrome extension 開発
拡張機能開発
準備
manifest.json
推奨
background.html
パッケージ階層
└─poweredge
@akira1908jp
akira1908jp / gist:4603286
Created January 23, 2013 08:51
phantomjs環境構築
http://phantomjs.org/index.htmlからダウンロード
インストール→パス追加
phantomjsで対話形式実行
@akira1908jp
akira1908jp / gist:4633200
Last active December 11, 2015 17:18 — forked from anonymous/gist:4633193
futabaGap 対応
macgap i18n 日本語追加
画像別ウィンドウ表示
カタログ表示対応
@akira1908jp
akira1908jp / sendLogAPI.php
Created February 12, 2013 08:01
sample php
<?php
require_once 'HTTP/Request.php';
$format =
// 'json'
// 'xml'
'';
$url = "http://157.109.211.138:8180/apolloLog.php/add?format=$format&title_id=999&action_type=ADMINCMD_USE&action_date=2012-04-26%2001:22:45.65432&user_id=%27123%27&World_name=%27101_soc01%27&value1%27PIKO%27&value2=%27test@yahoo.co.jp%27&value3=%27123.45.67.89%27&value4=%22s%20addcp%2099999%22";
@akira1908jp
akira1908jp / knob.html
Last active March 22, 2019 08:51
knob サンプル
<!DOCTYPE html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="js/jquery.knob.js"></script>
<style type="text/css">
div.demo {
@akira1908jp
akira1908jp / gist:5035624
Created February 26, 2013 03:27
mysqldumpしつつ圧縮
mysqldump -udb_user -pdb_pass -h db_host db_name | gzip > db_name.dump.sql.gz
@akira1908jp
akira1908jp / sample.conf
Created February 27, 2013 01:23
SSL mod_proxy config memo
<VirtualHost *:80>
# DocumentRoot ...
# ServerName ..
# DirectoryIndex ...
AllowCONNECT 443
SSLProxyEngine On
ProxyRequests Off
ProxyPass /hoge/ https://exmple.com/
@akira1908jp
akira1908jp / gist:5088821
Last active December 14, 2015 12:49
scala+playでの掲示板ウェブアプリケーション
ウェブアプリケーション
scala2.10
play2.0
サーバ
heloku
symfony対応
http://codezine.jp/article/detail/837