Skip to content

Instantly share code, notes, and snippets.

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
@iwata-n
iwata-n / kassy_kz.txt
Created August 29, 2014 15:41
kassy_kz.txt
明確 : 1
買い出し : 1
もらい : 1
文系 : 1
rrOzJSa : 1
デザイナー : 1
フック : 1
遠 : 1
ベストセラー : 1
ダメッッ : 1
@iwata-n
iwata-n / file0.js
Created January 17, 2016 08:12
node.jsでテストのカバレッジを取る ref: http://qiita.com/iwata-n@github/items/1e8f629eb5b429a49e6d
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());
@iwata-n
iwata-n / file0.txt
Created February 10, 2016 06:11
React.jsのVirtual DOM内にコメントを書く方法 ref: http://qiita.com/iwata-n@github/items/38bce5b782d16317839c
var content = (
<div>
<div>これは表示される</div>
{ /* <div>これはコメントアウトされる</div> */ }
</div>
);
@iwata-n
iwata-n / file0.js
Last active February 11, 2016 23:12
react-router v2.0.0系でURLにハッシュ値を付けないようにする ref: http://qiita.com/iwata-n@github/items/6608a9e11adc13b913ca
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(
@iwata-n
iwata-n / file1.txt
Created February 15, 2016 13:36
webpack --watchでビルドが始まった時間をログに出す ref: http://qiita.com/iwata-n@github/items/6d216054fc62bebabd3d
$ 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
@iwata-n
iwata-n / music_beer.R
Created March 26, 2016 10:49
世界のビールと音楽の組み合わせをデータ分析で最適化!で作ったソース
# イベントページ
# http://connpass.com/event/27829/
# パッケージのインストール
# install.packages("arules")
# install.packages("arulesViz")
library(arules)
library(arulesViz)
@iwata-n
iwata-n / milkcocoa.java
Created July 6, 2016 16:16
milkcocoa+javaでPushとSendをするサンプル
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 {
@iwata-n
iwata-n / Vagrantfile
Created September 19, 2016 06:02
Jupyter notebookでMeCabが使えるVagrantfile
# -*- 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だったり、雑感をまとめておこうかと。

出産

まずは出産に関してです。