Skip to content

Instantly share code, notes, and snippets.

View a-know's full-sized avatar
👶
I'm obsessed with childcare.

a-know (Daisuke Inoue) a-know

👶
I'm obsessed with childcare.
View GitHub Profile
@hogedigo
hogedigo / hello.go
Last active August 29, 2015 13:57
GAE/Goでmartini
package hello
import (
"github.com/codegangsta/martini"
"net/http"
)
func init() {
m := martini.Classic()
m.Get("/hello/:name", func(params martini.Params, w http.ResponseWriter) string {
@vvakame
vvakame / to-java7.diff
Created February 20, 2013 03:43
Slim3プロジェクトをJava7で開発できるようにした。@zaki50 さんありがとう。 仕事のプロジェクトなので、全体貼るのがめんどくさいのでdiffだけぺとんちょ。
Date: Wed, 20 Feb 2013 12:40:23 +0900
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
appengine/pom.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/appengine/pom.xml b/appengine/pom.xml
@shizone
shizone / gbdaitokai_timetable2016.md
Last active June 6, 2016 09:20
合同勉強会 in 大都会岡山 -2016 Winter-のタイムテーブル案
時間 内容
1000-1010 オープニング
1010-1030 Session1
1030-1050 Session2
1050-1105 休憩
1105-1125 Session3
1125-1145 Session4
1145-1245 お昼休み
1245-1305 Session5
@stanaka
stanaka / mackerel-graph-builder.html
Last active December 7, 2016 13:15
save this html as a local file, then open the file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Mackerel Graph Builder</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript">
function update() {
var d = $("#def")[0].value;
var o = $("#org")[0].value;
@kazuph
kazuph / esa2esa.rb
Last active March 23, 2017 00:12
esaを一度解約したが、再度使い始めたときに使うスクリプト(ExportデータをそのままImport)
#!/usr/bin/env ruby
# coding : utf-8
require 'esa'
require 'yaml'
class Importer
attr_accessor :client, :files
def initialize(client, dir_path)
@client = client
@shizone
shizone / gbdaitokai2017winter.md
Created December 23, 2017 02:19
大都会岡山コミュニティのこれまでとこれから
@tkuchiki
tkuchiki / memo.md
Created February 6, 2017 07:26
fluentd で time というキーを in_tail -> out_xxx で出力したい場合の注意点

in_tail

  • keep_time_key は default = false なので time キーは消される
    • keep_time_key true を追加

out_xxx

  • include_time_key true を設定しただけでは time_key は default = time なので in_tail した time は上書きされる
  • include_time_key true かつ time_key を time 以外にする
@shizone
shizone / okayama.md
Created February 14, 2019 04:36
岡山勉強会一覧
勉強会名 主催者・運営者 URL 直近一年での開催
Okayama.rb @ore_public
@mako_wis
https://okaruby.connpass.com あり
okayama-js @maepon https://okayama-js.connpass.com/ なし
岡山Javaユーザー会 @zephiransas
@razon
@ryosms
https://okajug.doorkeeper.jp あり
中国地方DB勉強会(岡山) @ikkitang
@razon
@mako_wis
https://dbstudychugoku.github.io/ あり
リーダブルな夜 @SawadaStdDesign
@maepon
@sakie_boondock
@mako_wis
https://readable-na.connpass.com あり
Okayama Managers Meeting @mao_instantlife https://omm.connpass.com あり
岡山Python勉強会 @yamayama_k5 https://okapython.connpass.com/ あり
JBUG岡山 @mao_instantlife https://jbug.connpass.com/ あり
@a-know
a-know / README.md
Last active October 13, 2022 07:03
!! Deprecated !! - Get and Show cell's value from Google Spreadsheet Widget for Dashing

Description

Get and Show cell's value from Google Spreadsheet Widget for Dashing.

Dependency

  • gem 'google-api-client'
  • gem 'google_drive'

Installation

dashing install e0ad37c2e137d2da0916