koki-h (Koki Hashimoto)

Name
Koki Hashimoto
Website/Blog
http://d.hatena.ne.jp/koki-h/
Company
None
Location
Takachiho, Miyazaki, Japan.
Member Since
Feb 08, 2009 (10 months)

Following 9 githubbers and watching 29 repositories view all →

Public Repositories (14)

  • xoops_utf8

    UTF8版XOOPS

    legend

    Last updated Mon Oct 26 05:51:55 -0700 2009

  • mozRepl_Controller

    MozReplとArduinoをつかってFirefoxをコントロール

    legend

    Last updated Sat Oct 24 19:35:00 -0700 2009

  • tombloo

    tombloo

    legend

    Forked from to/tombloo Sat Sep 19 23:59:43 -0700 2009

    Last updated Tue Aug 18 22:38:33 -0700 2009

  • tumblr_q_bulkpost

    tumblrに引用をまとめてポストする

    legend

    Last updated Thu Aug 06 06:51:51 -0700 2009

  • amazon_currencyConvertion

    Price Convertion in Amazon detail item page.

    legend

    Last updated Thu Jul 09 02:30:40 -0700 2009

  • ruby-soundwave

    A simple library for ruby to manipulate "wave" formatted sound file. Older versions are in gist. ...

    legend

    Last updated Sat Jun 27 06:49:14 -0700 2009

  • ele_drumuino.rb

    A easy going drum kit made of ruby and arduino.

    legend

    Last updated Sun Jun 07 19:19:13 -0700 2009

  • ruby-win32midiif

    WindowsのMIDIを扱うAPIをRubyから呼びだすライブラリとそれを利用したキーボードもどきです。(完全に対応しているわけではありません)

    legend

    Last updated Sun Apr 26 07:27:40 -0700 2009

  • midiator

    A Ruby library for interacting with system MIDI services.

    legend

    Forked from bleything/midiator Wed Apr 22 23:28:37 -0700 2009

    Last updated Thu Apr 23 08:14:50 -0700 2009

  • brushup

    rails application, web service.

    legend

    Forked from authorNari/brushup Fri Mar 13 22:18:15 -0700 2009

    Last updated Sun Mar 15 22:27:48 -0700 2009

  • sinatra

    Classy web-development dressed in a DSL (official / canonical repo)

    legend

    Forked from sinatra/sinatra Mon Mar 02 02:41:59 -0800 2009

    Last updated Sun Mar 01 18:19:04 -0800 2009

  • xurrency_json_gae

    A GAE application converting rss feed from Xurrency.com to JSON

    legend

    Last updated Wed Feb 11 05:22:14 -0800 2009

  • rad

    Ruby Arduino Development: a framework for programming the Arduino physcial computing platform usi...

    legend

    Forked from atduskgreg/rad Tue Apr 07 08:25:48 -0700 2009

    Last updated Sun Jan 11 19:10:33 -0800 2009

  • aaaa

    legend

    Created Mon Oct 26 05:50:30 -0700 2009

Public Activity feed

koki-h updated gist: 256062 Mon Dec 14 05:54:18 -0800 2009
//共立エレショップ特大16セグLEDの内側の8セグメントだけを順に光らせる。 //74HC164APとトランジスタアレイをカソード側に接続した。(アノードコモンなので) //普通の16セグLE...
koki-h updated gist: 256062 Mon Dec 14 05:53:55 -0800 2009
//共立エレショップ特大16セグLEDの内側の8セグメントだけを順に光らせる。 //74HC164APとトランジスタアレイをカソード側に接続した。(アノードコモンなので) //普通の16セグLE...
koki-h created gist: 256062 Mon Dec 14 05:52:50 -0800 2009
//共立エレショップ特大16セグLEDの内側の8セグメントだけを順に光らせる。 //74HC164APとトランジスタアレイをカソード側に接続した。(アノードコモンなので) #define CLK 3
koki-h created gist: 253135 Wed Dec 09 21:21:53 -0800 2009
const int ledPin = 13; // the number of the LED pin volatile char serialSignal = 0; volatil...
koki-h started watching rtomayko/git-sh Wed Dec 02 03:54:53 -0800 2009
git-sh's description:
A customized bash environment suitable for git work.
koki-h forked gist: 245483 Mon Nov 30 07:09:30 -0800 2009
#!/usr/bin/ruby require 'rubygems'
koki-h updated gist: 244428 Fri Nov 27 23:52:28 -0800 2009
// シフトレジスタ(74HC164)2個とトランジスタアレイ(TD62083APG)を使って8x8マトリクスLEDを制御 // アナログ入力の値に応じてLEDの光る部分を移動させる //【武蔵...
koki-h updated gist: 244430 Fri Nov 27 23:51:55 -0800 2009
/* シフトレジスタ(74HC164)とトランジスタアレイ(TD62083APG)を使って8x8マトリクスLEDを制御 アナログ入力の値に応じてLEDの光る部分を移動させる
koki-h created gist: 244430 Fri Nov 27 23:32:48 -0800 2009
/* シフトレジスタとトランジスタアレイを使って8x8マトリクスLEDを制御 アナログ入力の値に応じてLEDの光る部分を移動させる
koki-h updated gist: 244090 Fri Nov 27 23:25:29 -0800 2009
// シフトレジスタ2個とトランジスタアレイを使って8x8マトリクスLEDを制御 // アナログ入力の値に応じてLEDの光る部分を移動させる //【武蔵野電波のプロトタイパーズ】第5回「LEDデ...
koki-h updated gist: 244428 Fri Nov 27 23:24:31 -0800 2009
// シフトレジスタ2個とトランジスタアレイを使って8x8マトリクスLEDを制御 // アナログ入力の値に応じてLEDの光る部分を移動させる //【武蔵野電波のプロトタイパーズ】第5回「LEDデ...
koki-h created gist: 244428 Fri Nov 27 23:24:14 -0800 2009
// シフトレジスタ2個とトランジスタアレイを使って8x8マトリクスLEDを制御 // アナログ入力の値に応じてLEDの光る部分を移動させる //【武蔵野電波のプロトタイパーズ】第5回「LEDデ...
koki-h created gist: 244090 Fri Nov 27 08:11:29 -0800 2009
/* シフトレジスタとトランジスタアレイを使って8x8マトリクスLEDを制御 アナログ入力の値に応じてLEDの光る部分を移動させる
koki-h updated gist: 238623 Fri Nov 20 21:49:32 -0800 2009
/* Sparkfun IDG300 Gyro module sample code http://www.switch-science.com/products/detail.php?...
koki-h updated gist: 238623 Fri Nov 20 00:54:50 -0800 2009
/* Sparkfun IDG300 Gyro module sample code http://www.switch-science.com/products/detail.php?...
koki-h updated gist: 238623 Thu Nov 19 23:58:53 -0800 2009
/* Sparkfun IDG300 Gyro module sample code http://www.switch-science.com/products/detail.php?...
koki-h updated gist: 238623 Thu Nov 19 21:46:17 -0800 2009
/* Sparkfun IDG300 Gyro module sample code http://www.switch-science.com/products/detail.php?...
koki-h updated gist: 238623 Wed Nov 18 23:59:21 -0800 2009
/* Sparkfun IDG300 Gyro module sample code http://www.switch-science.com/products/detail.php?...
koki-h created gist: 238623 Wed Nov 18 23:58:48 -0800 2009
/* Sparkfun IDG300 Gyro module sample code http://www.switch-science.com/products/detail.php?...
koki-h started watching yob/em-ftpd Tue Nov 17 11:05:37 -0800 2009
em-ftpd's description:
Demo FTP server built on the EventMachine library
koki-h created branch xoops-2.0.16a-JP_utf8_with_weblog_module at koki-h/xoops_utf8 Mon Oct 26 05:51:55 -0700 2009
koki-h created repository aaaa Mon Oct 26 05:50:30 -0700 2009
New repository is at koki-h/aaaa
koki-h pushed to master at koki-h/xoops_utf8 Mon Oct 26 05:43:55 -0700 2009
HEAD is a6db6a2b1ccaf804fdf5cfa47174424f8379827e
  • koki-h committed a6db6a2b:
    weblog module added and modified into utf8
koki-h pushed to master at koki-h/mozRepl_Controller Sat Oct 24 19:35:00 -0700 2009
HEAD is 8c532330f7e806de65dc63fec2d8870b9b1477cb
  • koki-h committed 8c532330:
    Refactored and modified to be LED bilinking
koki-h edited a page in the koki-h/xoops_utf8 wiki Sat Oct 24 09:15:17 -0700 2009
koki-h edited a page in the koki-h/xoops_utf8 wiki Sat Oct 24 09:01:35 -0700 2009
koki-h created branch xoops-2.0.16a-JP_utf8 at koki-h/xoops_utf8 Sat Oct 24 08:51:53 -0700 2009
koki-h created branch master at koki-h/xoops_utf8 Sat Oct 24 08:48:45 -0700 2009
koki-h created repository xoops_utf8 Sat Oct 24 08:47:48 -0700 2009
New repository is at koki-h/xoops_utf8
koki-h updated gist: 208847 Mon Oct 12 16:48:18 -0700 2009
/** * ==VimperatorPlugin== * @name hatenaBookmark
koki-h created gist: 208847 Mon Oct 12 16:47:38 -0700 2009
/** * ==VimperatorPlugin== * @name hatenaBookmark