フォーチュンサモナーズ
«前の日記(2003-10-31) 最新 次の日記(2003-11-02)» 編集

Don'tStopMusic

2003|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|12|
2006|01|02|03|04|05|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|08|09|10|

カテゴリ別 2003年 | 2004年 | 2005年 | 2006年 | 2007年 | 2008年

知り合いサイト: よんだもの / 暴想 / Linuxでやる夫 / 新宿Vipper / 僕だけが幸せになればいいのに。


2003-11-01

_ [スクラップ] iTunes for Windows 日本語版 このエントリーを含むブックマーク

「ようやく」や「やっと」の文字が並んでます。バージョンは 4.1.1.54 ですので Windows2000 での不具合がすでに直っている版です。 /. 情報の転載ですが、Ogg Vorbis を再生するにはQuickTime Components で Ogg Vorbis for QuickTime をダウンロードして、oggvorbis.qtx を \system32\QuickTime に放り込んでおくと良いみたいです。
Ogg Vorbis の曲なんてもってないって方は tokyo dawn records がオススメです。ま、ジャンルによって好き嫌いがありますし、万人にオススメってわけではありませんが。d'n'b な曲を作っていたレーベルで、(mod を含めてたくさんの曲をリリースしていましたが現在サイト上では)一部の曲が creative commons ライセンスで配布されています。scene.org手っ取り早い曲リストがあります。

_ [スクラップ] M+ outline fonts このエントリーを含むブックマーク

M+ bitmap fonts というビットマップフォントがあります。ゆるいライセンスで配布されており貴重なフリーの日本語フォントとなっています。Windows 用の TTF を TeraTerm の表示用フォントに使ってますが読みやすくて重宝しています。 そんな M+ ですが、M+ outline fonts制作が始まりました協力者募集中とのことです。

_ [Ruby] RubyMT 0.0.1 このエントリーを含むブックマーク

いまだにこれくらいのことしかできませんが、ベースは整ったと思いますのでクラスを書いていきます。テストも書かないと……
コード
require 'mt'
require 'blog'
mt_install_path = "/home/httpd/htdocs/mt"
config_path = mt_install_path + "/mt.cfg"
library_path = [
    "-I/home/httpd/htdocs/",
    "-I/home/httpd/htdocs/mt/lib",
    "-I/home/httpd/htdocs/mt/extlib"
  ]
params = { "Config" => config_path,
          "Directory" => mt_install_path,
          "LibraryPath" => library_path }
mt = MT::MT.new(params)
blogs = MT::Blog.load(nil)
blogs.each do |blog|
  p blog
end
出力
#<MT::Blog:538114018 @blog_id=2 @name="My First Weblog" @description="" @site_path=
"/home/date/public_html/" @archive_path="/home/date/public_html/archives" @archive_u
rl="http://dontstopmusic.no-ip.org/~date/archives/" @server_offset=9 @archive_type
="Individual,Monthly,Category" @archive_type_preferred="Individual" @days_on_ind
ex=7 @file_extension="html" @email_new_comments=0 @allow_comment_html=0 @autolin
k_urls=1 @sort_order_posts="descend" @sort_order_comments="ascend" @allow_commen
ts_default=1 @convert_paras="__default__" @convert_paras_comments="__default__"
@status_default=2 @allow_anon_comments=0 @words_in_excerpt=40 @ping_weblogs=0 @m
t_update_key="" @language="jp" @welcome_msg="welcome!">
[]

最近のコメント:

  1. 直樹 (11-08)
  2. ブリーフ博士 (08-23)
  3. 原田篤 (07-22)

RSS
Creative Commons License
This work is licensed under a Creative Commons License
(note: text only. w/o web design, citations, (re)distributed softwares).