]
トップ «前の日(04-05) 最新 次の日(04-07)» 追記

Yukiharu YABUKI の tDiary



このtDiaryを検索します。

2005-04-06

_ 天気

はれ

_ カンファレンス通話

do it.

_ kernel 2.6.11

Debian Package になった

_ [DPiS] pptview - view PowerPoint slide shows

pptview allows you to view and print PowerPoint slide shows. You cannot edit a presentation in PowerPoint Viewer. pptview is an Intel PE (i386-pc-pe) binary and requires Wine to run.

_ [DPiS] radeontool - utility to control ATI Radeon backlight functions on laptops

Radeontool is a small utility to control ATI Radeon based laptops' backlight and external output functions.

WARNING: Radeontool code has not been completely audited and may contain bugs that could damage your hardware. Use at your own risk.

_ [DPiS] mrxvt-cjk - lightweight multi-tabbed X terminal emulator

ほお,タプ式のterminalかあ.

Mrxvt is a multi-tabbed color vt102 terminal emulator for X Window system. It features multi-tab support, fast pseudo-transparent background, user supplied XPM/JPEG/PNG images for background, tinting, off-focus fading, text shadow, NeXT/Rxvt/Xterm/SGI/Plain style scrollbars, XIM and multi-languages (Chinese/Korea/Japanese), and logging.

Mrxvt does NOT require KDE or GNOME desktop environment.

URL: http://materm.sourceforge.net/

This package contains a minimalistic version of mrxvt compiled with support for the Chinese/Japanese/Korean multichar languages.

_ [DPiS] usbmount - automatically mount and unmount USB mass storage devices

This package automatically mounts USB mass storage devices (typically USB pens) when they are plugged in, and unmounts them when they are removed. The mountpoints (/media/usb[0-7] by default), filesystem types to consider, and mount options are configurable. When multiple devices are plugged in, the first available mountpoint is automatically selected. If the device provides a model name, a symbolic link /var/run/usbmount/MODELNAME pointing to the mountpoint is automatically created.

The script that does the (un)mounting is called by the udev daemon. Therefore, USBmount requires a 2.6 (or newer) kernel.

USBmount is intended as a lightweight solution which is independent of a desktop environment. Users which would like an icon to appear when an USB device is plugged in should use the pmount and hal packages instead.

Homepage: http://usbmount.alioth.debian.org/


2006-04-06

_ 神戸から大阪へ移動

神戸から大阪へ戻るのに、阪急に乗ってPiTaPaを使う。阪急沿線の桜がきれいだ。阪急沿線の桜

_ 事務処理

銀行へ。

_ 梅田/平日/無線LAN

無線LANをつかって作業をするべく、座って作業ができる Hotspot をさがしていたら、知人に出会う。やっぱり便利な場所にはPCを使う人が集まるようだ。smtpは通らないようにしてあるみたいだが、SMTP Authは無事通ってメールが届いているようだ。もちろん、ssh は通って一部メンテ作業もできる。

_ memo : フライト中もインターネット

(http://www.connexionbyboeing.com/)

_ 千林商店街

大阪だと、有名な千林(せんばやし)商店街、(http://www.senbayashi.com/)


2007-04-06

_ るびま読書会にいってきた。

(http://cotocoto.jp/event/1558) ここで覚えた ruby の文法は、*の使い方。

irb(main):004:0> p *"2007-04-06".split("-")

"2007"

"04"

"06"

=> nil

irb(main):005:0> p "2007-04-06".split("-")

["2007", "04", "06"]

=> nil

begin-end while 文

ruby界隈ではあんまり見掛けないけど、業務処理などでは使うパターン。かならず一回処理をしてからループ判定をする場合には、これで。

|| と or

Rubyで、or を使うのは注意。カッコで表すと

(a = false) or 1

a = (false || 1)

perlの or die 的な構文以外は使わない方がいいんじゃないかと。


2010-04-06

_ memo:オープンソースビジネスを構築する

(http://www.yamdas.org/column/technique/building-open-source-businessj.html)OpenNMSを用いてビジネスを構築している例です。