2008-07-30 :-)
_ [オメガファイブ][岩月博之][安井洋介][細江慎治][佐宗綾子][齋藤博人][佐藤孝紀]通勤ったー
ゲーム未プレイ。作曲は岩月博之さん。アレンジに安井洋介さん、細江慎治さん、佐宗綾子さん、齋藤博人さん、佐藤孝紀さんが加わっています。
かなり古い感じを受ける曲です。20 年くらい前に古代祐三さんが書いていたような感じの曲。と思って調べてみたらオメガファイブのゲームそのものがレトロな雰囲気のゲームらしいです。
_ 仕事
0830 出勤
_ テスト
#include <stdio.h>
int main(int ac, char** av){ return 0; }
_ テスト
#! /usr/bin/env sh
# $NetBSD: build.sh,v 1.189 2008/06/27 21:38:36 dyoung Exp $
#
# Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
# All rights reserved.
#
# This code is derived from software contributed to The NetBSD Foundation
# by Todd Vierling and Luke Mewburn.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
#
# Top level build wrapper, for a system containing no tools.
#
# This script should run on any POSIX-compliant shell. If the
# first "sh" found in the PATH is a POSIX-compliant shell, then
# you should not need to take any special action. Otherwise, you
# should set the environment variable HOST_SH to a POSIX-compliant
# shell, and invoke build.sh with that shell. (Depending on your
# system, one of /bin/ksh, /usr/local/bin/bash, or /usr/xpg4/bin/sh
# might be a suitable shell.)
#
progname=${0##*/}
toppid=$$
results=/dev/null
trap "exit 1" 1 2 3 15
bomb()
{
cat >&2 <<ERRORMESSAGE
ERROR: $@
*** BUILD ABORTED ***
ERRORMESSAGE
kill ${toppid} # in case we were invoked from a subshell
exit 1
}
statusmsg()
{
${runcmd} echo "===> $@" | tee -a "${results}"
}
warning()
{
statusmsg "Warning: $@"
}
_ テスト
=begin index:eJ = quickmlサーバ: 超お手軽なメーリングリストシステム 最終更新日: 2004-06-09 (公開日: 2002-02-12) -- quickmlサーバは超お手軽なメーリングリストシステムです。 quickmlサーバを利用すれば、超お手軽なメーリングリストサービスを提供できます。 最新版は ((<URL:http://quickml.com/quickml/>)) から入手可能です。
_ [tdiary][コード][シンタックスハイライト][google-code-prettify]google-code-prettify を設置してみた
- しばたさんのところ のコードがシンタックスハイライトされてるのが気になってた
- 日記のソースを眺めた
- prettify.js という文字があった
- グーグル検索した
- これか → google-code-prettify
- tdiary のプラグインがあった → prettify.rb
ということで作業。
google-code-prettify 設置
% wget http://google-code-prettify.googlecode.com/files/prettify-14-Jul-2008.zip % unzip prettify-14-Jul-2008.zip % cd src % cp * ~/public_html
prettify.rb コピー
% cd ~/usr/local/tdiary-trunk % cp contrib/plugin/prettify.rb ~/public_html/tdiary-trunk/plugin
prettify.rb に書いてある相対 PATH だけ変更。
% diff -u contrib/plugin/prettify.rb ~/public_html/tdiary-trunk/plugin/prettify.rb
--- contrib/plugin/prettify.rb 2008-06-29 18:40:33.000000000 +0900
+++ /home/rin/public_html/tdiary-trunk/plugin/prettify.rb 2008-07-30 18:51:38.000000000 +0900
@@ -3,8 +3,8 @@
if /^(?:latest|day|month|nyear)$/ =~ @mode then
add_header_proc do
<<-HTML
- <link href="prettify.css" type="text/css" rel="stylesheet" />
- <script type="text/javascript" src="prettify.js"></script>
+ <link href="../prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="../prettify.js"></script>
<script type="text/javascript"><!--
function google_prettify(){
var divs=document.getElementsByTagName("div");
こんな感じに表示される。まあフィードを読んでるぶんには見た目は変わらないけど。

ref. 【ハウツー】ハイライトもGoogle流 - "google-code-prettify"でソースコードに色付けを (1) 簡単&便利な"google-code-prettify"
_ [KORG DS-10]KORG DS-10 を開封した
音の設定とかさっぱり分からないけどとりあえず FF9「いつか帰るところ」を入力してみた。最初の 2 小節のみ。音は全て初期設定のままのシンセサイザー。オリジナルと全然違うぞとか言わない。
↓なんちゃって
↓オリジナルはこの音。やっぱリコーダーは良いなあ。
[ツッコミを入れる]






