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
import gab.opencv.*; | |
import processing.video.*; | |
import java.awt.*; | |
import ddf.minim.*; | |
Minim minim; | |
AudioPlayer player; | |
PImage src, dst; | |
Capture video; |
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
#!/bin/sh | |
if [ $# != 1 ]; then | |
echo "usage: 引数ちがうっぽい" 1>&2 | |
exit 0 | |
fi | |
GREEN=$'\e[0;32;1m' | |
RED=$'\e[0;31;1m' | |
WHITE=$'\e[0;37;1m' | |
echo "${RED} START: ${WHITE}solve${1}" | |
a=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
#Deferredの学習 | |
$ = require 'jquery' | |
fs = require 'fs' | |
df1 = $.Deferred() | |
fs.readFile 'txt1', 'utf8', (err, content1) -> | |
if err | |
df1.reject '!!!!! suddenly death !!!!!' | |
console.log 'read err' |
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
Twitterでは正しい情報のみをつぶやく義務はない。情報を見るやつはこれを頭に入れておけ。Twitterでは嘘を信じる奴がいて、それによって人が死ぬこともある。情報を流す奴はこれを頭に入れておけ。高校生クラスタは彼女作ろうよ。必要なことは3つ。想い続けること。自分を直視すること。真似事ではない自分に自信を持つこと。 | |
プログラミングなんて学ぼうとして学ぶものじゃない。何か楽をするために、何か楽しいことをするために学ぶんだ。目的は学習じゃないよ。プログラミングはあくまで手段だ。ゲームが作りたい、ツールが作りたい、チャットが作りたい、そういう気持ちが必要。 | |
彼女と友達は比較できないだろ。 | |
知ってるか? Pentium Dの'D'は'暖房'の頭文字なんだ | |
Twitter は Follow 'する'ものであって Follow 'される'ものではないと思ってる | |
VPS は添い寝できないからなぁ | |
Twitter は実はすごい人が馬鹿言ってるから怖いんだよ | |
バイナリは素直だから変態じゃない | |
告白する勇気がでないとか、話しかける勇気がでないとか言ってるやつは一週間くらい我慢してみろよ。いろいろ捗るぞ。 | |
技術がなければ彼女を作ればいいじゃない。技術があるなら彼女を作れるじゃない。 |