Skip to content

Instantly share code, notes, and snippets.

@sawapi
sawapi / hewo.js
Last active September 21, 2015 17:11
hewo
+[']()\12345670']['\143\157\156\163\164\162\165\143\164\157\162']['\143\157\156\163\164\162\165\143\164\157\162']('\143\157\156\163\157\154\145\56\154\157\147\50\47\160\162\145\145\155\160\164\151\166\145\40\42\150\145\154\154\157\54\40\167\157\162\154\144\42\47\51')()
@sawapi
sawapi / README.md
Last active December 23, 2022 22:06
calc.js

使い方

こんな感じ

// 10 + 20
calc( 10 ).plus( 20 ).get();
// > 30

// ( 9 - 7 ) * 5
calc( 9 ).minus( 7 ).multiply( 5 ).get();
// > 10
@sawapi
sawapi / kerning.js
Created June 12, 2014 10:00
kerning
( function() {
var data = {
"(": [-0.5, 0],
")": [ 0, -0.5],
"『": [-0.5, 0],
"』": [ 0, -0.5],
"【": [-0.5, 0],
"】": [ 0, -0.5],
@sawapi
sawapi / AppDelegate.swift
Last active October 25, 2023 09:26
[Swift] Push Notification
//
// AppDelegate.swift
// pushtest
//
// Created by sawapi on 2014/06/08.
// Copyright (c) 2014年 sawapi. All rights reserved.
//
// iOS8用
import UIKit