yaotti (HiroshigeUmino)

Name
HiroshigeUmino
Email
Website/Blog
http://d.hatena.ne.jp/yaotti/
Company
Kyoto University
Location
Kyoto, Japan
Member Since
Jul 29, 2008 (about 1 year)

Following 32 githubbers and watching 46 repositories view all →

Public Repositories (8)

  • emacs-files

    my .emacs and elisp plugins

    legend

    Last updated Sat Dec 12 05:48:44 -0800 2009

  • Pyzon

    The Python cord which sends request to Amazon Product Advertising API

    legend

    Forked from yuku-t/Pyzon Thu Oct 15 08:39:36 -0700 2009

    Last updated Thu Oct 15 08:41:59 -0700 2009

  • perl-scripts

    legend

    Last updated Wed Sep 30 08:32:20 -0700 2009

  • yaotti.github.com

    my page

    legend

    Last updated Thu Apr 09 05:21:07 -0700 2009

  • sicp-codes

    my answers of sicp exercises.

    legend

    Last updated Fri Nov 21 21:32:50 -0800 2008

  • collective-intelligence

    RejectSecurity&ProgrammingCamp2008

    legend

    Last updated Thu Sep 18 05:48:34 -0700 2008

  • scripts

    scripts in gauche

    legend

    Last updated Fri Aug 01 09:12:06 -0700 2008

  • elisp

    emacs lisp files

    legend

    Last updated Tue Jul 29 23:41:49 -0700 2008

Public Activity feed

yaotti started watching miyagawa/Hash-MultiValue Thu Dec 17 16:42:13 -0800 2009
Hash-MultiValue's description:
Hash with multiple values per key, inspired by MultiDict.py of WebOb
yaotti created gist: 258562 Wed Dec 16 22:27:16 -0800 2009
#!/usr/bin/env python # coding: utf-8 # http://ameblo.jp/programming/entry-10001721422.html
yaotti created gist: 258541 Wed Dec 16 21:16:35 -0800 2009
#!/usr/bin/env python # coding: utf-8
yaotti updated gist: 256081 Mon Dec 14 06:23:39 -0800 2009
#!/usr/bin/env ruby commit = ARGV.empty? ? 'HEAD' : ARGV.shift puts `git log --pretty=oneline #{c...
yaotti created gist: 256081 Mon Dec 14 06:20:07 -0800 2009
#!/usr/bin/env ruby commit = ARGV.empty? ? 'HEAD' : ARGV.shift puts `git log --pretty=oneline #{c...
yaotti created gist: 255385 Sun Dec 13 03:13:23 -0800 2009
#!/usr/bin/env python # coding: utf-8 def say(word=None):
yaotti created gist: 254967 Sat Dec 12 09:05:23 -0800 2009
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head>
yaotti started watching defunkt/hub Sat Dec 12 05:49:49 -0800 2009
hub's description:
hub introduces git to GitHub
yaotti pushed to master at yaotti/emacs-files Sat Dec 12 05:48:44 -0800 2009
HEAD is a1fed94ad28d5c64bfc59b5d79fd678344119c3c

3 commits »

yaotti pushed to master at yaotti/emacs-files Mon Dec 07 20:28:00 -0800 2009
HEAD is 669619988822c15a0a29388d82ac9e928e5e3b07

2 commits »

yaotti pushed to master at kmdsbng/stockit Mon Dec 07 16:19:20 -0800 2009
HEAD is fa5242a8ac9bbefce02bf4a6b115b0a33571d7b6
  • Hiroshige Umino committed fa5242a8:
    make statusbar menu simple
yaotti pushed to master at kmdsbng/stockit Mon Dec 07 08:18:19 -0800 2009
HEAD is 4a1b7990cd5c81c761c3e54226acbb7f14634550
  • Hiroshige Umino committed 4a1b7990:
    update stock count when url is added
yaotti pushed to master at kmdsbng/stockit Mon Dec 07 07:03:30 -0800 2009
HEAD is d96746dec1e6b5c7f44feb124c4804aec0b25da0
  • Hiroshige Umino committed d96746de:
    add current item number on the stockit button
yaotti pushed to master at kmdsbng/stockit Mon Dec 07 07:01:03 -0800 2009
HEAD is cadab5df25d27233f3097ab68cf3c739b54bd689

2 commits »

yaotti pushed to master at kmdsbng/stockit Mon Dec 07 04:56:15 -0800 2009
HEAD is e8e795622750fd32b9ef6341ca89441129eefe35

2 commits »

yaotti pushed to master at kmdsbng/stockit Mon Dec 07 04:37:51 -0800 2009
HEAD is 5a2d5c5bf29914b2735bfd8ac2ec8bc585293f83
  • Hiroshige Umino committed 5a2d5c5b:
    refine
yaotti pushed to master at yaotti/emacs-files Sun Dec 06 07:50:34 -0800 2009
HEAD is a272e625e233e0576120649dce52079026b822b5

2 commits »

yaotti pushed to master at yaotti/emacs-files Sun Dec 06 07:45:59 -0800 2009
HEAD is db50975800fe4a466f48f7f83f2d785804a67505
  • Hiroshige Umino committed db509758:
    update anything and its plugins
yaotti pushed to master at kmdsbng/stockit Sat Dec 05 22:53:54 -0800 2009
HEAD is a1f26e96a6201ef83ee95ee93cf4c5c140efc14c
  • Hiroshige Umino committed a1f26e96:
    fix index bug
yaotti pushed to master at kmdsbng/stockit Sat Dec 05 22:40:20 -0800 2009
HEAD is 1bd95a55f9119b24c3b70364bcf8bd49d0e996b6
  • Hiroshige Umino committed 1bd95a55:
    focus tab if the url is opened
yaotti pushed to master at kmdsbng/stockit Sat Dec 05 22:04:09 -0800 2009
HEAD is 727e7a0f533a3bf00add34665bb686defae4705f

2 commits »

yaotti pushed to master at kmdsbng/stockit Sat Dec 05 21:29:28 -0800 2009
HEAD is 78a947bdf5204e143db139cd74eea0b8da07f980
  • Hiroshige Umino committed 78a947bd:
    clear slide elements
yaotti pushed to master at kmdsbng/stockit Sat Dec 05 20:45:38 -0800 2009
HEAD is 90de2c6dd78876c7c36620618ae6569f88dcd3aa
  • Hiroshige Umino committed 90de2c6d:
    save url and title to simple storage
yaotti created gist: 247941 Wed Dec 02 22:43:17 -0800 2009
# aliases for git alias g="git" alias gad="git add"
yaotti created gist: 244877 Sun Nov 29 02:41:26 -0800 2009
type student = { name: string; id: int };; type hoge = { name: string; age: int };; { name = "hi"...
yaotti pushed to master at yaotti/emacs-files Fri Nov 27 07:33:44 -0800 2009
HEAD is c7bef91cd33f7bb9448e0d35fb9b7abce2eb0505
  • Hiroshige Umino committed c7bef91c:
    fix smartchr config
yaotti pushed to master at yaotti/emacs-files Fri Nov 27 00:22:00 -0800 2009
HEAD is 193b2fadf3b8a87116de5d1779be89ce76404c6c
  • Hiroshige Umino committed 193b2fad:
    install smartchr.el and add settings for that
yaotti pushed to master at yaotti/emacs-files Thu Nov 26 00:33:54 -0800 2009
HEAD is 59a334459df5c767a7c339821dcea80fd76ae67e

4 commits »

yaotti started watching beppu/jquery-ev Wed Nov 25 05:07:28 -0800 2009
jquery-ev's description:
a COMET event loop for jQuery
yaotti started watching beppu/stardust Wed Nov 25 05:07:21 -0800 2009
stardust's description:
the simplest COMET server I could imagine
yaotti pushed to master at yaotti/emacs-files Mon Nov 23 03:48:33 -0800 2009
HEAD is 815227b0c993c76b599ad0d13dcceca4cc4f7d6d

2 commits »

yaotti pushed to master at yaotti/emacs-files Mon Nov 23 03:39:31 -0800 2009
HEAD is 69125e882d60acc049fc1684362375c40337b258

2 commits »

yaotti pushed to master at yaotti/emacs-files Thu Nov 19 09:04:52 -0800 2009
HEAD is 677f31a043b5181936c43f99c642f42fc169c660

2 commits »