Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am iwata on github.
  • I am iwata (https://keybase.io/iwata) on keybase.
  • I have a public key ASC41fVbGV5YZCSsKJFpVMzGsY9I0sYxZAdNA5H53AE-bgo

To claim this, I am signing this object:

@iwata
iwata / index.d.ts
Last active November 7, 2018 07:08 — forked from fukuiretu/index.d.ts
Nuxt.jsで必要なTypeScriptの型定義
import Vue from 'vue'
import {Store} from 'vuex'
import VueRouter, {Route} from 'vue-router'
import {MetaInfo} from 'vue-meta'
import {Snackbar, Toast} from 'buefy'
interface ErrorParams {
statusCode?: string
message?: string
}
@iwata
iwata / gcr-tags.go
Created October 4, 2018 11:37 — forked from rjeczalik/gcr-tags.go
Reads a tag list for Google Container Registry for the given image.
package main
import (
"encoding/json"
"flag"
"fmt"
"net/url"
"os"
"os/user"
"path/filepath"
# Description:
# create pull requests in a Github repository
#
# Dependencies:
# "githubot": "0.4.x"
#
# Configuration:
# HUBOT_GITHUB_TOKEN
# HUBOT_GITHUB_API
#
INSERT INTO Products (product_id, product_name, account_id)
VALUES (DEFAULT, 'Visual TurboBuilder', '12,34,banana');
--- 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',
#!/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
@iwata
iwata / new_gist_file.md
Created March 23, 2014 09:48
文字コード

文字コード技術超入門

文字コード技術入門

ASCII?

American Standard Code for Information Interchange

7bit 1byte code

gistup
@iwata
iwata / .gistup
Last active August 29, 2015 13:57
gistup