こちらてあたらしく更新してます
2019年4月19日 03:42 に第一子の男の子が誕生しました。 現在、妻と子供は産後の入院中です。 出産や入院中のKPTだったり、雑感をまとめておこうかと。
まずは出産に関してです。
| SPP Bluetooth Library Started | |
| Bluetooth Dongle Initialized | |
| No response to HCI Reset | |
| HCI Reset complete | |
| Local Bluetooth Address: 00:1B:DC:0F:5B:4C | |
| The name is set to: Arduino | |
| Wait For Incoming Connection Request | |
| Incoming Connection Request | |
| Remote Name: SO-05D | |
| Connected to Device: 20:54:76:33:DC:40 |
| 明確 : 1 | |
| 買い出し : 1 | |
| もらい : 1 | |
| 文系 : 1 | |
| rrOzJSa : 1 | |
| デザイナー : 1 | |
| フック : 1 | |
| 遠 : 1 | |
| ベストセラー : 1 | |
| ダメッッ : 1 |
| var gulp = require('gulp'); | |
| var istanbul = require('gulp-istanbul'); | |
| var mocha = require('gulp-mocha'); | |
| gulp.task('pre-test', function () { | |
| return gulp.src(['routes/*.js']) | |
| // Covering files | |
| .pipe(istanbul()) | |
| // Force `require` to return covered files | |
| .pipe(istanbul.hookRequire()); |
| var content = ( | |
| <div> | |
| <div>これは表示される</div> | |
| { /* <div>これはコメントアウトされる</div> */ } | |
| </div> | |
| ); |
| import React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import { Router, useRouterHistory } from 'react-router'; | |
| import { createHashHistory } from 'history'; | |
| import AppRoutes from './Routes'; | |
| const appHistory = useRouterHistory(createHashHistory)({ queryKey: false }) | |
| ReactDOM.render( |
| $ webpack -w | |
| Begin compile at Mon Feb 15 2016 22:28:19 GMT+0900 (JST) | |
| Hash: 311c9bb85a7a95541b85 | |
| Version: webpack 1.12.13 | |
| Time: 3590ms | |
| Asset Size Chunks Chunk Names | |
| bundle.js 3.79 MB 0 [emitted] main | |
| [0] multi main 28 bytes {0} [built] | |
| + 327 hidden modules |
| # イベントページ | |
| # http://connpass.com/event/27829/ | |
| # パッケージのインストール | |
| # install.packages("arules") | |
| # install.packages("arulesViz") | |
| library(arules) | |
| library(arulesViz) |
| package jp.dip.iwatan; | |
| import com.mlkcca.client.*; | |
| import org.json.JSONException; | |
| import org.json.JSONObject; | |
| import java.util.ArrayList; | |
| import java.util.Date; | |
| public class Main { |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure | |
| # configures the configuration version (we support older styles for | |
| # backwards compatibility). Please don't change it unless you know what | |
| # you're doing. | |
| Vagrant.configure(2) do |config| | |
| # The most common configuration options are documented and commented below. | |
| # For a complete reference, please see the online documentation at |
こちらてあたらしく更新してます
2019年4月19日 03:42 に第一子の男の子が誕生しました。 現在、妻と子供は産後の入院中です。 出産や入院中のKPTだったり、雑感をまとめておこうかと。
まずは出産に関してです。