- 2013-12-20 19:00-21:00
- 東京ミッドタウン ヤフージャパン セミナールーム
- 会場Wi-Fiは故障中
- http://connpass.com/event/3660/
- http://togetter.com/li/605324
TODO スライドなどへのリンク追加
TODO スライドなどへのリンク追加
2013-08-22 15:56 JST
To boot into recovery mode, shutdown your VM and then power it back on. Inside the hypervisor console for the VM, hold shift down while it boots. This will take you to the GRUB menu where you can choose to boot into recovery mode. Once at the recovery mode menu, choose the "remount" option and then press return again. After that, choose the "netroot" option. This will drop you at a root prompt.
2014-04-11 19:00-22:00
Google 日本
Docker を使っている人は半分強
Docker をプロダクションで使っている人は5人くらい
| require "rspec/core/rake_task" | |
| RSpec::Core::RakeTask.new(:spec) | |
| # Workaround for Windows (Do not shellescape the pattern) | |
| RSpec::Core::RakeTask.new(:'spec:win') do |task, args| | |
| task.define_singleton_method :file_inclusion_specification do | |
| "--pattern '#{pattern}'" | |
| end | |
| end |
Jenkins にはプラグインが多数あり、使い方にも癖があったりするので、tips を紹介することで、ユーザにとっての障害を取り除くことができる内容になっていた。
タイトルに入門とあるようにブロックチェーンの仕組みから理解するためには大変有用な内容であったと思う。すでに使っている人からしたら、ブロックチェーンの特徴ばかりが説明されており物足りないところはあった。以降のブロックチェーンシリーズに期待。