2009-11-01から1ヶ月間の記事一覧

wireless-bridge

やっと家に無線LAN環境が復活した. このへんはよくわかりません.WEPだし.channel指定してるし.もう,ね. あと,ubuntuってwpa_supplicantを手書きしていいんだろうか… 元はhttp://d.hatena.ne.jp/awamugi/20090712/1247406259 #!/bin/bash # # original…

pygtkでファイルをクリップボードにコピー

微妙にこのまえの逆. #!/usr/bin/python # -*- coding: utf8 -*- # vim: ff=unix fenc=utf-8 ts=4 sts=4 sw=4 ft=python autoindent import sys import gtk import gobject f = open(sys.argv[1], 'r') val = f.read() f.close() def copy_text(): cb = gtk…

恥ずかしいリスト禁止

これは酷い閉鎖空間…だったような気がしてああああああああ. そんなあなたのことが大嫌いです.だからつづき詠まないでください.

恥ずかしくない感想

戦闘シーンよりもライブ映像に萌えた. なんでそこで歌うのん?とか突っ込まなければもっと燃えたんだろうなぁ あと,あのぷにぷにした物体が欲しい.

pygtkでクリップボードをファイルに保存

#!/usr/bin/python import gtk import datetime LOG_FILE = '~/memo' def text_receiver(clipboard, text, data): f = open(LOG_FILE, 'a') f.write(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')) f.write('\t') f.write(text) f.write('\n') f.c…

プロ医療の条件

めもめも 患者数が多い 自分もなるんじゃないか リスクが不明瞭 自分がならないとは云えない 選択肢が多い まともなのだけでも百家争鳴 ガイドラインが信用されない 治る ようになってきた その後の人生がある.でも想像できない 悲劇の病? 人生オワタ?

こーゆー言語が欲しい

reassign_uid_and_move name previd newid = each /files/$previd/x[.user_name == $name] move $x /files/$newid /files/$newid/$x.user_id := $newid reassign_uname prevname newname = each /files//x[.user_name == $prevname] $x.user_name := $newnam…

Rubyの標準添付のYAMLライブラリでは日本語がbinary扱いになる

http://gihyo.jp/dev/serial/01/yaml_library/0002 これだからrubyは…

スクリプト言語 mongoose

http://mongoose.jp/ 超普通

らしいよ

http://www.mext.go.jp/a_menu/kaikei/sassin/1286925.htm

N88 (automaton) BASIC そのに

eof = is EOF ins = in '\s\t\r\n' inc = in '()' inw = _ @automaton lisplex in :: buf<[char]> out :: buf<[char]>: @local cbuf :: buf<char> @template nopq: enter: nop exit: nop @template cbufq: enter: cbuf <- EOF exit: out << cbuf @entry space < no</char>…

N88 (automaton) BASIC

ins = in '\s\t\r\n' inc = in '()' inw = _ automaton lisplex in out: @var cbuf @entry space: c <- in case c of ins => continue inc => exitto closure inw => exitto word enter: nop exit: nop closure: exitto space enter: cbuf <- EOF exit: out <…

めも

http://gigazine.net/index.php?/news/comments/20091113_voiceroid/ いや,べつに

自作PCのパラドックス

wikipedia:テセウスの船 M$的にはCPUとM/BとメモリとHDDとあとなんだっけ

xsplashとかgdmとか

http://gnome-look.org/content/show.php/desktop+background+as+xsplash+%2B+gdm?content=114984 なんか,どんどんいじれなくなっていく…