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
@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
@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 {
@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

@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;
@doublemarket
doublemarket / abbreviations.csv
Last active December 19, 2022 01:09
チャットなどで使われる略語、間投詞
略語 展開した文 日本語
afa as far as 〜の限り
afaict as far as I can tell 私の言える範囲だと
afaik as far as I know 私の知っている限り
afk away from keyboard 離席中、離席します
aiui as I understand it 私の理解では
ama ask me anything 何でも聞いて
atm at the moment, at this moment 今の所
awol absent without leave 無断欠勤
bbl be back later また戻ります
@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
@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
@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 以外にする
@MoOx
MoOx / README.md
Last active May 11, 2023 13:59
How to keep in sync your Git repos on GitHub, GitLab & Bitbucket easily
@shizone
shizone / gbdaitokai2017winter.md
Created December 23, 2017 02:19
大都会岡山コミュニティのこれまでとこれから