Skip to content

Instantly share code, notes, and snippets.

View kazupon's full-sized avatar
🐤
Focusing vue-i18n and Intlify

kazuya kawaguchi kazupon

🐤
Focusing vue-i18n and Intlify
View GitHub Profile
@kazupon
kazupon / ktserver.patch
Created August 29, 2016 09:25 — forked from dakatsuka/ktserver.patch
Install kyoto cabinet and kyoto tycoon
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
@kazupon
kazupon / mecab_install.sh
Last active September 23, 2016 01:16 — forked from dtan4/mecab_install.sh
#!/bin/bash
base_dir=`pwd`
git clone git@github.com:taku910/mecab.git
cd mecab/mecab
./configure --enable-utf8-only
make
make check
sudo make install

Keybase proof

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:

@kazupon
kazupon / error.log
Last active August 29, 2015 14:27
power-assert cannot find module error on vue-validator
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.