Public Gists by Constellation

Gravatar
Sun Nov 22 07:42:43 -0800 2009
1
2
3
#!/usr/bin/ruby1.9
# vim: fileencoding=utf-8
 
gist: 239652 ref http://pc12.2ch.net/tes...
Gravatar
Fri Nov 20 09:42:37 -0800 2009
1
2
3
package main
 
import "fmt";
Gravatar
Mon Nov 16 04:45:16 -0800 2009
1
2
3
package main
 
import (
Gravatar
Wed Nov 11 05:33:05 -0800 2009
1
2
3
package main
 
import (
Gravatar
Tue Nov 10 23:49:51 -0800 2009
1
2
3
package main
import fmt "fmt"
 
Gravatar
Tue Nov 10 22:38:45 -0800 2009
1
2
3
package main
import fmt "fmt"
 
Gravatar
Mon Nov 09 22:04:06 -0800 2009
1
2
3
var count = function(str){
  str = str.split("");
  var memo = {};
Gravatar
Mon Nov 02 19:27:36 -0800 2009
1
2
3
#!/usr/bin/python
# vim: fileencoding=utf-8
from math import sqrt
Gravatar
Tue Oct 20 22:06:34 -0700 2009
1
2
3
# vim: fileencoding=utf-8
def _(x):
def op(y):
Gravatar
Sun Oct 18 03:38:25 -0700 2009
1
2
3
// ==UserScript==
// @name LDR icons
// @namespace http://d.hatena.ne.jp/Constellation
Gravatar
Thu Oct 08 06:06:21 -0700 2009
1
2
3
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Gravatar
Mon Oct 05 10:25:09 -0700 2009
1
2
3
// ==UserScript==
// @name Tumblr + Text::Hatena
// @namespace http://userscripts.org/users/7010
Gravatar
Mon Oct 05 10:23:42 -0700 2009
1
2
3
(function(f){
  return (function(g){
    return function(m){
Gravatar
Mon Oct 05 01:57:48 -0700 2009
1
2
3
def Y f
  lambda do |g|
    lambda do |m|
Gravatar
Sun Oct 04 07:55:44 -0700 2009
1
2
3
def gfib(f):
  return lambda n: 1 if n <= 2 else (f(n-1)+f(n-2))
 
Gravatar
Thu Oct 01 02:36:24 -0700 2009
1
2
3
--- dashboard_plus_tombloo.user.js 2009-10-01 18:35:42.000000000 +0900
+++ dashboard__tombloo.user.js 2009-10-01 18:35:34.000000000 +0900
@@ -43,9 +43,9 @@
Gravatar
Tue Sep 29 10:30:37 -0700 2009
1
2
3
// ==UserScript==
// @name Tumblr + Tombloo
// @namespace http://d.hatena.ne.jp/Constellation/
Gravatar
Mon Sep 28 08:32:51 -0700 2009
1
2
3
Termtter::Client.register_hook(
  :name => :semantic_rt,
  :point => :filter_for_output,
Gravatar
Wed Sep 16 05:51:28 -0700 2009
1
2
3
function queryString(params, question){
if(isEmpty(params))
return '';
Gravatar
Mon Sep 14 05:36:53 -0700 2009
1
2
3
// 速度を気にして汚いソースへ
 
function scoreForAbbreviation(toscore, abb){