Skip to content

Instantly share code, notes, and snippets.

@tkuichooseyou
tkuichooseyou / keybase.md
Created March 15, 2017 22:52
keybase.md

Keybase proof

I hereby claim:

  • I am tkuichooseyou on github.
  • I am teddypku (https://keybase.io/teddypku) on keybase.
  • I have a public key ASCWbRtbAxSUQlArAeO7F84qpQElqRoGB0cz1JtAvguGkgo

To claim this, I am signing this object:

@tkuichooseyou
tkuichooseyou / .vimrc
Created August 24, 2016 21:52
Barebones vim
"" install vundle: https://github.com/VundleVim/Vundle.vim
set nocompatible
filetype plugin on
filetype indent on
syntax on
set autoindent
set smartindent
set smarttab
@tkuichooseyou
tkuichooseyou / gist:7347471
Created November 7, 2013 01:37
fontbomb test with leap js
<!DOCTYPE html>
<html>
<head>
<title>Leap Cursor Library - Basic Usage</title>
<link rel="stylesheet" type="text/css" href="../build/css/leap-manager.css">
<style type="text/css">
.button {
color:white;
display:inline-block;
padding:30px;