This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# イベントページ | |
# http://connpass.com/event/27829/ | |
# パッケージのインストール | |
# install.packages("arules") | |
# install.packages("arulesViz") | |
library(arules) | |
library(arulesViz) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var content = ( | |
<div> | |
<div>これは表示される</div> | |
{ /* <div>これはコメントアウトされる</div> */ } | |
</div> | |
); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
明確 : 1 | |
買い出し : 1 | |
もらい : 1 | |
文系 : 1 | |
rrOzJSa : 1 | |
デザイナー : 1 | |
フック : 1 | |
遠 : 1 | |
ベストセラー : 1 | |
ダメッッ : 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder