Skip to content

Instantly share code, notes, and snippets.

@s-aska
s-aska / 0_reuse_code.js
Created May 8, 2014 14:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
package info.justaway.display;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.RectF;
import android.graphics.Shader;
@s-aska
s-aska / gist:1196956
Created September 6, 2011 08:29 — forked from aerith/gist:1196933
package Asayake::Web::Dispatcher;
use strict;
use warnings;
use Asayake::DB;
use Amon2::Web::Dispatcher::RouterSimple;
use Scalar::Util;
{