Skip to content

Instantly share code, notes, and snippets.

View jupemara's full-sized avatar
💭
😇

jupemara jupemara

💭
😇
View GitHub Profile
@apstndb
apstndb / 0Datastore_Emulator_on_Cloud_Build.md
Last active January 10, 2023 22:22
Datastore Emulator on Cloud Build
@kotakanbe
kotakanbe / mohikan_slack_channels.md
Last active October 14, 2023 19:26
モヒカンslack( https://mohikan.slack.com )のチャネルリスト
// sharlot-ping.js
var deployController = require("./service/deploy-controller")
var Watcher = require("./service/task-watcher-service").Watcher
module.exports = function(robot) {
robot.respond(/awesome regex/, function(arg){
deployController.blueGreanDeploy(arg, new Watcher("deploy"));
})
}
// sharlot-status.js

Docker Overview

こんな人に有効

  • Linux 使ってるけど vagrant とか Virtual Box とか時間かかってめんどい
  • VM 作りまくって何が何だかわからなくなった
  • Warden が動かない, Buildpack なにそれおいしいの?
  • Go!

note: Ubuntu 12.04 (linux-image-3.8.0-23-generic) 使ってます。 Kernel 3.5 以前では安定しない模様。

@Shinpeim
Shinpeim / 000.md
Last active January 22, 2022 07:31
プロセスとかスレッドとかプロセス間通信とかについて書く場所

重要

サイズがあまりに大きくなってしまったので、gist ではなくて github 上で管理するようにしました。

https://github.com/Shinpeim/process-book

URL 変わっちゃうの申し訳ないんだけど、一覧性が高くなるのと pull req が受け取れるメリットのほうを取ります。せっかく読みにきてくれたのにひと手間かかっちゃってすみません。

この文書の目的