#!/bin/sh
VERSION=2.6.37
PATCH_URI="http://sheeva.with-linux.com/sheeva/$VERSION"
echo "Download kernel source"
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-$VERSION.tar.bz2
tar jxf linux-$VERSION.tar.bz2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Libfreenect <Formula | |
url 'https://github.com/OpenKinect/libfreenect/tarball/master' | |
version 'master' | |
homepage 'http://openkinect.org' | |
md5 '' | |
depends_on 'libusb-freenect' | |
depends_on 'cmake' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:48 (yonobot) だからキャバクラいけよ | |
13:50 (Tomohiro) えー QT @yonobot: だからキャバクラいけよ | |
13:51 (yonobot) @Tomohiro 悲しいですね。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(完結) -- 「全」と書いてないやつはまだ集め終わってない | |
藍より青し 1〜7、9〜13巻 | |
あきら翔ぶ!! 全19巻 | |
GUT's 全17巻 | |
彼氏彼女の事情 全21巻 | |
神撫手 全2巻 | |
機動新世紀ガンダムX -UNDER THE MOONLIGHT- 全4巻 | |
機動戦士ガンダムSEED ASTRAY 全3巻 | |
機動戦士ガンダムSEED XASTRYA 全2巻 | |
機動戦士ガンダムSEED DESTINY ASTRAY 全4巻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (void-function cfw:contents-add) | |
cfw:contents-add((1 31 2011) "hoge!" nil) | |
cfw:howm-schedule-period-to-calendar((1 1 2011) (1 31 2011)) | |
cfw:contents-merge((1 1 2011) (1 31 2011)) | |
cfw:model-month-create(1 2011) | |
cfw:calendar-update([cl-struct-cfw:dest region nil #<buffer *howmM:%menu%*> (lambda (&rest --cl-rest--) (apply #[... "\301^HJ!\207" [G30508 marker-position$ | |
cfw:insert-calendar-region(nil nil 10 (keymap (13 . cfw:howm-from-calendar) keymap (116 . cfw:navi-goto-today-command) (103 . cfw:navi-goto-date-command) ($ | |
cfw:howm-schedule-inline() | |
apply(cfw:howm-schedule-inline nil) | |
howm-menu-here-func(cfw:howm-schedule-inline nil 273 305) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Fizz Buzz | |
* | |
* @link http://www.codeeval.com/open_challenges/1/ | |
* @license MAHALO License (https://github.com/gongo/Tython/blob/master/LICENSE) | |
* @example | |
* | |
* 1. input file | |
* | |
* gongo% cat input.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define forever for (;;) | |
int main(int argc, char** argv) | |
{ | |
int LOVE = 0; | |
forever { LOVE++; } | |
return 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Ruby の Array#permutation をパクるとこんな感じ | |
* | |
* % php -v | |
* PHP 5.3.4 (cli) (built: Dec 15 2010 12:15:07) | |
* Copyright (c) 1997-2010 The PHP Group | |
* Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies | |
*/ |