- Banana Split Fanmix.02 -Part. B- DLsite
mxm: madperformance vol.1
black monkey
- D!RTY PAIR red var. DLsite
lolicon fondle (l'il beako)
system 4-5-1
- Tigerのアカウントシステム環境設定パネルが開かない
mv /var/db/netinfo/network.nidb /var/db/netinfo/network.nidb.bad ネットワークドメインを持っている場合に実行
- 重箱の隅
os
windows vista
vnc clinet
real vnc viewer 4.1.2
keyboard
happy hacking keyboard lite 2
- 英文字のリガチャ(Ligature, 合字)
operaとinternet explorer 8は対応フォントを指定してもだめだった
- Debian Etchにnetatalk 2.2.0インストール(前編)
oracle berkeley db downloads
- VirtualBox 3.2 Beta2公開
oracleがvirtualbox 3.2 beta2を公開している
- 複数開いたQuickTime動画をモザイク状に配置しなおし、同時再生するAppleScript
on open filelist tell application quicktime player to open filelist run end open on run tell application quicktime player set ratio to 4 / 3 tell application finder to set display_bounds to bounds of window of desktop set display_width to (item 3 of display_bounds) set display_height to (item 4 of display_bounds) - 42 -- menu height + title bar set window_count to count of windows set max_pixels to 0 repeat with potential_cols from 1 to window_count -- try all possibilities - hardly optimal but who cares. set potential_rows to round (window_count - 1) / potential_cols + 1 rounding toward zero set {potential_window_width, potential_window_height} to {round display_width / potential_cols rounding toward zero, round display_height / potential_rows rounding toward zero} if potential_window_width / potential_window_height ratio then set {potential_window_width, potential_window_height} to {potential_window_width, round potential_window_width / ratio rounding toward zero} else set {potential_window_width, potential_window_height} to {potential_window_height * ratio, potential_window_height} end if set used_pixels to potential_window_width * potential_window_height * window_count if used_pixels max_pixels then set {window_width, window_height, cols, rows} to {potential_window_width, potential_window_height, potential_cols, potential_rows} set max_pixels to used_pixels end if end repeat set {x, y} to {0, 0} set wins to (get every window) repeat with win in wins set doc to document of win set controller type of doc to none set looping of doc to true set {wi, hi} to natural dimensions of doc if wi / window_width hi / window_height then set dimensions of doc to {window_width, hi / (wi / window_width)} else set dimensions of doc to {wi / (hi / window_height), window_height} end if set x to x + 1 if x = cols then set {x, y} to {0, y + 1} end repeat set {x, y} to {0, 0} set wins to (get every window) repeat with win in wins set {wi, hi} to natural dimensions of doc if wi / window_width hi / window_height then set bounds of win to {window_width * x, 22 + window_height * y, window_width * x + window_width, 22 + window_height * y + hi / (wi / window_width)} else set bounds of win to {window_width * x, 22 + window_height * y, window_width * x + wi / (hi / window_height), 22 + window_height * y + window_height} end if set x to x + 1 if x = cols then set {x, y} to {0, y + 1} end repeat set wins to (get every window) repeat with win in wins play document of win end repeat activate end tell end run 上記のスクリプトをスクリプトエディタで開く サイズが同じ動画ならばデスク
- Twitterで自分のつぶやきを取得する
gem install twitter4r スクリプトはコチラ
- REALbasic Release 2009 Release 3 Alpha 1 is ready for testing
menubars、2d graphics、canvas、disclosuretriangle、pagepanel、popupmenu、progressbar、pushbutton、radiobutton、scrollbar、statictext、textarea、textfield、updownarrow、window、checkbox、line、oval、placard、progresswheel、rectangle、roundrectangle、seperator、slider
|