Skip to content

Instantly share code, notes, and snippets.

int cols;
int rows;
int scale = 20;
int h;
int w;
void setup() {
size(600, 600, P3D);
int w = 600;
@taguchi
taguchi / TouchTheseNumbers
Created April 19, 2011 11:44
enchant.jsによるゲーム第二弾
enchant();
window.onload = function() {
var game = new Game(320, 320);
var buttonSize = 16;
var numRows = 4; // max 5
var padding = 2;
var margin = 10;
var maxNumber = numRows * numRows;
@taguchi
taguchi / KumaStand
Created April 18, 2011 23:05
My first enchant.js game.
enchant();
window.onload = function() {
var game = new Game(320, 320);
game.keybind(32, 'space');
var centerX = 100;
var centerY = 100;
var radius = 50;
var radiusStep = 5;
<?php
phpinfo();
<?php
phpinfo();
<?php
phpinfo();
echo "日本語テスト";
@taguchi
taguchi / gist:792
Created July 22, 2008 10:03
undefined
We couldn’t find that file to show.
<?php
// some php code