Public Gists by mootoh

Gravatar
Tue Jul 28 20:12:44 -0700 2009
1
2
3
; CTMCP 1.5
;
(define (pascal n)
Gravatar
Tue Jul 28 20:12:12 -0700 2009
1
2
3
def pascal(n)
   if n == 1
      [1]
Gravatar
Tue Jul 28 20:02:13 -0700 2009
1
2
3
declare Pascal AddList ShiftLeft ShiftRight Hoge
fun {Pascal N}
   if N == 1 then [1]
Gravatar
Tue Jul 28 19:58:51 -0700 2009
1
2
3
;
; CTMCP 1.5
;
Gravatar
Tue Jul 28 19:36:35 -0700 2009
1
2
3
#
# CTMCP 1.5
#
Gravatar
Sun Jul 26 03:40:48 -0700 2009
1
2
3
# rubigraph example #2
# presented at RejectKaigi 2009 (RubyKaigi 2009)
#
Gravatar
Sun Jul 26 03:40:13 -0700 2009
1
2
3
# rubigraph example #1
# presented at RejectKaigi 2009 (RubyKaigi 2009)
#
gist: 155541 rubigraph example 1
Gravatar
Sun Jul 26 03:39:03 -0700 2009
1
2
3
# rubigraph example #1.
# presented at RejectKaigi 2009 (RubyKaigi 2009)
#
Gravatar
Sat May 16 06:23:38 -0700 2009
1
2
3
# Download all her images from http://kanasoku.blog82.fc2.com/blog-entry-10061.html
#
require 'open-uri'
Gravatar
Sat May 02 06:35:17 -0700 2009
1
2
3
#!/bin/sh
PREFIX=/path/to/prefix
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
Gravatar
Sat May 02 04:14:26 -0700 2009
1
2
3
//
// test code for check collection identity.
//
Gravatar
Sat May 02 02:28:21 -0700 2009
1
2
3
   for (RTMTag *tag in all_tags) {
#if 0
// KRDS start: should use NSSet:member or NSSet:containsObject instead (but that does not work for this)
Gravatar
Sat May 02 01:57:23 -0700 2009
1
2
3
" c.vim
" Syntax Highlight Rule for 'KRDS': stands for KoRe ha DaSai, similar to FIXME
" install this by putting it as ~/.vim/after/syntax/c.vim
Gravatar
Wed Mar 04 08:40:28 -0800 2009
1
2
3
/*
 * simple SQLite3 wrapper for Objective-C.
 *
Gravatar
Wed Mar 04 08:40:26 -0800 2009
1
2
3
/*
 * simple SQLite3 wrapper for Objective-C.
 *
Gravatar
Thu Feb 26 16:08:16 -0800 2009
1
2
3
/* -----------------------------------------------
 * base class (should be abstract)
 * ListProvider
Gravatar
Sat Jan 17 06:20:05 -0800 2009
1
2
3
function! s:Todo()
  call s:OpenBufferFromCommand('ditz todo', function('s:IssueCallback'))
endfunction
Gravatar
Tue Dec 23 02:48:28 -0800 2008
1
2
3
#include <stdio.h>
#include <stdlib.h>
 
Gravatar
Fri Dec 12 23:12:28 -0800 2008
1
2
3
.text
.align 2
.globl _gcd
Gravatar
Fri Dec 12 23:10:41 -0800 2008
1
2
3
_gcd:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0