Vapor Trail

明るく楽しく元気よく

2018-06-01から1ヶ月間の記事一覧

p5.js 線と文字

[codepen_embed height="265" theme_id="0" slug_hash="qKJOQW" default_tab="js,result" user="kyamashiro"]See the Pen p5.js by kyamashiro (@kyamashiro) on CodePen.[/codepen_embed]

FuelPHP テスト用のDBの作り方

テスト用のDBの作り方 testフォルダのdb.phpを設定 'default' => [ 'type' => 'pdo', 'connection' => [ 'database' => 'test_foo', 'dsn' => 'mysql:host=localhost;dbname=test_foo', 'username' => 'foo', 'password' => 'foo', ], ], 'anotherdb' => [ '…

p5.jsの基礎

p5.js https://dotinstall.com/lessons/basic_p5js ・基礎知識 ・□ が移動をループする [codepen_embed height="265" theme_id="light" slug_hash="XYVVvL" default_tab="html,result" user="kyamashiro" preview="true" data-preview="true"]See the Pen p5…

Docker Tool Boxを起動した時に出るエラー 

Docker Tool Boxをインストール→エラーが出て結構詰まったのでエラー回避の方法書いておきます。 環境:Windows10 Pro 64bit Docker Tool Box v17.10.0 Oracle VM VirtualBox version 5.2.0. https://qiita.com/osuo/items/99a2b7413ce75f8217be 上記のURLを…