タグ

2008年3月27日のブックマーク (5件)

  • SCR | DROPCLOCK

    "DROPCLOCK" is an aesthetically intriguing motion clock screensaver. Every minute of real time is numerically expressed with heavy Helvetica dropping into water in super slow-motion. REQUIREMENTS OS : Windows XP/Vista with .NET Framework 1.1, MAC OSX 10.33 - 10.5 CPU : Win : Intel Pentium 4, Centrino, Xeon, or Core Duo (or compatible) processor Mac : Intel Core Duo processor MEMORY : 51

  • macのsubversion設定 - Vox

    mac用のsubversionクライアントアプリ「SCPlugin」がユニバーサル対応していたので設定してみました。 macでsubversionを使用する場合はターミナルのコマンドベースで利用している方が多い様ですが、SCPluginを導入するとTortoiseSVNと同様、アイコンで追加ファイルや更新ファイルが確認出来て大変便利です。私的備忘録のつもりで下記に導入手順をメモしておきます。 ※ローカルにリポジトリを作成して作業を行うケースを例にしています。 ファイルのダウンロード subversionとSCPluginを下記よりダウンロードします。 subversion ver1.4.3(Universal Binary対応版) http://downloads.open.collab.net/binaries.html SCPlugin ver0.6(subversion ver1.4

  • scplugin: Project Overview

    Screenshots Below are some screen captures of the SCPlugin code. Click any image for a full-size version. The command contextual menu. File badges, showing version control state. Repository checkout The commit command window. The commit transcript sheet over the commit command window. The log window The status window The blame window

    stylus
    stylus 2008/03/27
    mac用Finderと同化したsvnクライアント http://www.iburiworks.com/weblog/002201.html
  • iPodの音楽を救済·iPodDisk MOONGIFT

    iPod Touchを持っているが、iPod Shuffleも活用している。音楽を聴くだけであれば、こちらの方が手軽だ。そして同じ音楽を入れるのも何なので、iPod Shuffleでは別なMacから同期していた。 が、どうにも面倒になってきた。そこでiTunesを使わずにiPod Shuffleを管理することにしてみた。 今回紹介するオープンソース・ソフトウェアはiPodDisk、iPodに入っている楽曲情報をFinderで管理するソフトウェアだ。 iPodをディスクとしても利用できるように設定したら、iPodDiskを起動しよう。するとFinder上でiPodDiskとしてマウントされるようになる。開くと、アルバムやアーティスト、ジャンルなどがフォルダ表示される。 階層をたどると、MP3ファイル等の直ファイルにたどり着く。もちろん、そこから再生したり、サルベージすることが可能だ。同期元の

    iPodの音楽を救済·iPodDisk MOONGIFT
    stylus
    stylus 2008/03/27
    ipod内のデータをそのままちゃんと見れる(?)
  • jQuery 日本語リファレンス

    jQueryとは、JavaScriptのコーディングを強力に支援するライブラリです。 $('.semooh a').hover( function(){ $(this).text('ヌ?'); }, function(){ $(this).text('ヌー'); } );