Public Gists by ishikawa

Gravatar
Fri Nov 27 08:07:34 -0800 2009
1
2
3
--- prog list "s" ---
0000 (1.go:6) TEXT s+0(SB),$8-8
0001 (1.go:6) DATA statictmp_0001+0(SB)/4,$123
gist: 237948 The stringiter package prov...
Gravatar
Wed Nov 18 07:24:19 -0800 2009
1
2
3
include $(GOROOT)/src/Make.$(GOARCH)
 
TARG=stringiter
gist: 235152 "range" clause with array, ...
Gravatar
Sun Nov 15 03:11:52 -0800 2009
1
2
3
package main
 
import "fmt"
Gravatar
Thu Nov 12 08:45:58 -0800 2009
1
2
3
package main
 
import (
Gravatar
Tue Oct 13 19:25:57 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Fun with Albums" >
gist: 160471 opensocial api/mixi
Gravatar
Mon Aug 03 02:56:04 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="opensocial/mixi api" >
gist: 147404 Fun with Activity (OpenSoci...
Gravatar
Tue Jul 14 19:44:08 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Fun with Activity" >
gist: 95051 OpenSocial: persistence test
Gravatar
Tue Apr 14 01:01:51 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="AppData - OpenSocial 0.8" >
gist: 94959 This simple example illustr...
Gravatar
Mon Apr 13 21:03:07 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Activity with MediaItem - OpenSocial 0.8" >
gist: 92175 gadgets.io.makeRequest
Gravatar
Wed Apr 08 18:42:11 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="gadgets.io.makeRequest - OpenSocial 0.8" >
gist: 88599 Java Sample Code for Calcul...
Gravatar
Wed Apr 01 00:49:50 -0700 2009
1
2
3
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.SignatureException;
gist: 79757 This simple example illustr...
Gravatar
Sun Mar 15 23:32:31 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Activities - OpenSocial 0.8" >
gist: 76042 The simplest gadget: This g...
Gravatar
Sun Mar 08 18:33:41 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="test appli">
Gravatar
Tue Mar 03 00:25:48 -0800 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="adjustHeight test">
Gravatar
Thu Jan 01 17:42:53 -0800 2009
1
2
3
#!/usr/bin/env perl
 
use strict;
gist: 40185 Copy all photos of the albu...
Gravatar
Fri Dec 26 19:55:05 -0800 2008
1
2
3
-- iPhotoExporter.applescript
-- Copy all photos of the album of iPhoto
 
Gravatar
Wed Dec 24 18:00:24 -0800 2008
1
2
3
/*
 * FallingPoints - SRM 431 Div2 Lv2 | TopCoder
 * http://www.topcoder.com/stat?c=problem_statement&pm=10261
Gravatar
Wed Dec 24 17:59:29 -0800 2008
1
2
3
/*
 * MegaCoolNumbersEasy - SRM 431 Div2 Lv1 | TopCoder
 * http://www.topcoder.com/stat?c=problem_statement&pm=10281
gist: 39675 .gitconfig
Gravatar
Wed Dec 24 04:35:37 -0800 2008
1
2
3
# name, email
% git config --global user.name "Takanori Ishikawa"
% git config --global user.email "takanori.ishikawa@gmail.com"
gist: 36390 MD5SUM on Mac OS X
Gravatar
Tue Dec 16 01:02:08 -0800 2008
1
2
3
% test `md5 -q ~/Downloads/ubuntu-8.10-server-i386.iso` == a2ec9975a91e1228c8292ed9799dc302 && echo OK
OK