勉強会名 | 主催者・運営者 | 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/ | あり |
View okayama.md
View UsageExamplePixela.md
Usage Example of Pixela
This is the list of usage examples of Pixela | Pixelation API Service.
@a_know
Article by Service Provider:- commit以外の数値でも草を生やせる、PixelaというAPIサービスを作った! - えいのうにっき
- サービスのアラート発生状況をMackerelとPixelaで(ゆるふわに)可視化する - えいのうにっき
Article by Third Party Developers
View gbdaitokai2017winter.md
大都会岡山コミュニティのこれまでとこれから
ぼく
概要
皆様は、勉強会のコミュニティにどのように関わってこられたでしょうか。
View memo.md
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 以外にする
View esa2esa.rb
#!/usr/bin/env ruby | |
# coding : utf-8 | |
require 'esa' | |
require 'yaml' | |
class Importer | |
attr_accessor :client, :files | |
def initialize(client, dir_path) | |
@client = client |
View gbdaitokai_timetable2016.md
時間 | 内容 |
---|---|
1000-1010 | オープニング |
1010-1030 | Session1 |
1030-1050 | Session2 |
1050-1105 | 休憩 |
1105-1125 | Session3 |
1125-1145 | Session4 |
1145-1245 | お昼休み |
1245-1305 | Session5 |
View mackerel-graph-builder.html
<!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; |
View README.md
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
View hello.go
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 { |
NewerOlder