Public Gists by daiki41ti

Gravatar
Sat Nov 07 01:11:33 -0800 2009
1
2
3
set nocompatible
set backupdir=$HOME/vimbackup
set clipboard=unnamed
Gravatar
Sun Nov 01 01:04:20 -0800 2009
1
2
3
#include <stdlib.h>
#include <time.h>
#include <stdio.h>
Gravatar
Mon Oct 26 09:47:22 -0700 2009
1
2
3
#include <pthread.h>
#include <stdio.h>
#include <time.h>
Gravatar
Sat Oct 24 09:01:29 -0700 2009
1
2
3
// name: curve.cpp
// compile: $ g++ curve.cpp `pkg-config gtkmm-2.4 --cflags --libs`
 
Gravatar
Fri Oct 16 17:59:06 -0700 2009
1
2
3
#include <stdio.h>
#include <stdlib.h>
 
Gravatar
Tue Jul 14 23:15:10 -0700 2009
1
2
3
-module(euclidean).
-export([euclidean/2]).
 
Gravatar
Tue Jul 14 22:51:32 -0700 2009
1
2
3
-module(heron).
-export([heron/3]).
 
Gravatar
Wed Jul 01 07:44:06 -0700 2009
1
2
3
#include <stdarg.h>
 
void cps(int a, int b, ...)
gist: 131918 Skip Graph in Erlang
Gravatar
Thu Jun 18 07:26:43 -0700 2009
1
2
3
-module(sg).
-export([start/0, start/1, get_node/0, find_/1, put_/2, get_/1, get_/2]).
 
gist: 118559 JIT - brainfuck
Gravatar
Wed May 27 02:57:47 -0700 2009
1
2
3
#include <stdio.h>
#include <stdlib.h>
#include <string.h>