勉強会名 | 主催者・運営者 | 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/ | あり |
This is the list of usage examples of Pixela | Pixelation API Service.
Article by Service Provider: @a_know
皆様は、勉強会のコミュニティにどのように関わってこられたでしょうか。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# coding : utf-8 | |
require 'esa' | |
require 'yaml' | |
class Importer | |
attr_accessor :client, :files | |
def initialize(client, dir_path) | |
@client = client |
時間 | 内容 |
---|---|
1000-1010 | オープニング |
1010-1030 | Session1 |
1030-1050 | Session2 |
1050-1105 | 休憩 |
1105-1125 | Session3 |
1125-1145 | Session4 |
1145-1245 | お昼休み |
1245-1305 | Session5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
略語 | 展開した文 | 日本語 | |
---|---|---|---|
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 | また戻ります |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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; |
NewerOlder