I hereby claim:
- I am kazupon on github.
- I am kazupon (https://keybase.io/kazupon) on keybase.
- I have a public key whose fingerprint is 21BE 9095 415F 8DEC F3C3 97F6 92C9 2895 2CA5 309E
To claim this, I am signing this object:
sudo apt-get install build-essential zlib1g-dev | |
cd /usr/local/src | |
sudo wget http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.76.tar.gz | |
sudo tar zxvf kyotocabinet-1.2.76.tar.gz | |
cd kyotocabinet-1.2.76 | |
sudo ./configure | |
sudo make | |
sudo make install |
#!/bin/bash | |
base_dir=`pwd` | |
git clone [email protected]:taku910/mecab.git | |
cd mecab/mecab | |
./configure --enable-utf8-only | |
make | |
make check | |
sudo make install |
I hereby claim:
To claim this, I am signing this object:
Hash: 44e3e4fed961c325b435 | |
Version: webpack 1.11.0 | |
Time: 5562ms | |
Asset Size Chunks Chunk Names | |
test/specs/validates.js 2.41 MB 0 [emitted] test/specs/validates.js | |
chunk {0} test/specs/validates.js (test/specs/validates.js) 625 kB [rendered] | |
[0] ./test/specs/validates.js 31.3 kB {0} [not cacheable] [built] | |
[1] ./~/power-assert/index.js 543 bytes {0} [not cacheable] [built] | |
[2] (webpack)/~/node-libs-browser/~/assert/assert.js 6.87 kB {0} [not cacheable] [built] | |
[3] (webpack)/~/node-libs-browser/~/util/util.js 13.2 kB {0} [not cacheable] [built] |
.DS_Store | |
*.swp |
.DS_Store | |
node_modules | |
npm-debug.log | |
*.swp |
.DS_Store | |
node_modules | |
npm-debug.log | |
*.swp |
/*global module:false*/ | |
module.exports = function(grunt) { | |
// Project configuration. | |
grunt.initConfig({ | |
pkg: '<json:package.json>', | |
meta: { | |
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' + | |
'<%= grunt.template.today("yyyy-mm-dd") %>\n' + | |
'<%= pkg.homepage ? "* " + pkg.homepage + "\n" : "" %>' + |
<div class="article"> | |
<div class="article-wrapper"> | |
<h1>Hello world</h1> | |
<p>No content provided</p> | |
</div> | |
</div> | |
<div class="article"> | |
<div class="article-wrapper"> | |
<h1>The </h1>World !! |
--- | |
type: text | |
title: test text | |
format: markdown | |
slug: test | |
--- | |
Title1 | |
====== | |
This is message. |