Skip to content

Instantly share code, notes, and snippets.

gistup
@iwata
iwata / .gistup
Last active August 29, 2015 13:57
gistup
gistup
@iwata
iwata / new_gist_file.md
Created March 23, 2014 09:48
文字コード

文字コード技術超入門

文字コード技術入門

ASCII?

American Standard Code for Information Interchange

7bit 1byte code

#!/usr/bin/env zsh
set -xe
MYSQL_VERSION=5.1.69
MYSQL_BASEDIR=$HOME/.mysqlenv/mysqls/${MYSQL_VERSION}
MYSQL_SRCDIR=$HOME/.mysqlenv/mysql-build/build/mysql-${MYSQL_VERSION}
Q4M_VERSION=0.9.9
if [ ! -d ~/tmp ]; then
--- Makefile.PL.old 2014-06-13 12:56:22.000000000 +0900
+++ Makefile.PL 2014-06-13 12:57:45.000000000 +0900
@@ -9,11 +9,11 @@
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Net/HandlerSocket.pm', # retrieve abstract from module
AUTHOR => 'higuchi dot akira at dena dot jp>') : ()),
- CC => 'g++ -fPIC',
- LD => 'g++ -fPIC',
+ CC => 'g++-4.2 -fPIC',
+ LD => 'g++-4.2 -fPIC',
# Description:
# create pull requests in a Github repository
#
# Dependencies:
# "githubot": "0.4.x"
#
# Configuration:
# HUBOT_GITHUB_TOKEN
# HUBOT_GITHUB_API
#
" textobj-template - Text objects for WAF template engine.
" Version: 0.0.1
" Author: Kazuhito Hokamura
" License: MIT license (see <http://www.opensource.org/licenses/mit-license>)
if exists('g:loaded_textobj_template')
finish
endif
call textobj#user#plugin('template', {