タグ

2009年8月23日のブックマーク (3件)

  • Mac OS X 10.6 Snow Leopard compatibility table - Snow Leopard Compatibility

    NEW! SnowChecker The SnowChecker application scans your hard drive for applications and allows you to only display relevant compatibility data. Other features include sorting and search. Click here to download. Below is a list of applications and their compatibility status with Mac OS X 10.6 Snow Leopard, the most recent operating system from Apple. Please collaborate by sharing your experiences u

    iNo
    iNo 2009/08/23
    snow leopard ソフトウェア互換性リスト
  • 21 Really Useful & Handy PHP Code Snippets - WPLoaded

    PHP is the most widely used web based programming language that powers millions of websites including some of the most popular ones like Facebook. Here are 21 really useful and handy PHP code snippets that every type of PHP developer will find useful. 1. Human Readable Random String This code will create a human readable string that will look more close to dictionary words, useful for captchas. /*

    21 Really Useful & Handy PHP Code Snippets - WPLoaded
  • Gitの基礎練習

    バージョン管理ツールGitの基礎練習です。 Windows XPのコマンドプロンプトでGitの基的なコマンドを動かしていきます。 Gitを学び始めるきっかけにどうぞ。 (筆者もまだGitを使いこなしているわけではありません。 誤りのご報告、改善提案などは大歓迎です。フィードバックからよろしくお願いします) 目次 はじめに ダウンロードとインストール ファイルをGitの管理下に置きましょう 新しいファイルを追加します 新しいディレクトリを追加します 編集からコミットまでの流れはこんな風に進みます ブランチを使ってみましょう ここまでの作業ログを見ましょう この文書に書かなかったこと 関連リンク 更新履歴 ぜひ、感想をお送りください はじめに Windows XPのコマンドプロンプトで、 バージョン管理ツールGitの基的なコマンドを動かしてみましょう。 この文書の通りに実行すると、 基