Archive for 8月, 2011

 

seashore | mac で画像編集

8月 22nd, 2011

http://seashore.sourceforge.net/ 簡単な編集作業のできるツールを検索したらseashoreと出ました。 みなさん何を使っていますか?

Read full article | コメントは受け付けていません。

Yahoo! Query Languageでhtml,xml解析

8月 22nd, 2011

http://developer.yahoo.com/yql/ htmlなどをSQLのような文で操作できるツールです。 RSSなどは、バージョンの違いをフィルターしてくれて便利です。 例)このブログのfeedを読むと http://developer.yahoo.com/yql/console/#h=select%20*%20from%20feed%20where%20url%3D%22http%3A//blog.bbtune.com/feed%22%3B こんな感じで results – item 形式になります。

Read full article | コメントは受け付けていません。

appengine status

8月 19th, 2011

appengineのdatastoreに障害があったようで http://code.google.com/status/appengine/ datastore の normal が Anomaly になってました。 https://groups.google.com/forum/#!forum/google-appengine-downtime-notify 障害時確認用のURLメモ

Read full article | コメントは受け付けていません。

PHP Notice: iconv(): Detected an illegal character in input string | zend Lucene

8月 18th, 2011

PHP Notice: iconv(): Detected an illegal character in input string | zend Lucene というエラーが。 $doc = new Zend_Search_Lucene_Document(); foreach( $fields as $f ){ switch($f['type']){ case Lib_Lucene::FTYPE_KEYWORD: $doc->addField(Zend_Search_Lucene_Field::Keyword($f['key'],$f['val'],’UTF-8′)); break; UTF-8 を追加してOK

Read full article | コメントは受け付けていません。

ジャパンネット銀行 法人口座

8月 18th, 2011

ようやく開設完了メールが来ました。 HPがあることと、ネット上でビジネスをしていることが条件で 一度、サイトの事業内容がわかりませんって返されたので、 (事業内容のページには書いてあったけどみてくれなかったようです。) トップページにわかりやすく書いて、事業の説明を紙でも添付して書類を再送したらすぐにOKでした。 ほとんど変わってないけど まだサービスを立ち上げてない方やネットショップなどの準備ができてから申し込むのが良いようです。 ちなみに電話番号は携帯で申し込みました。 まだお金が出て行くだけですが、はやく入ってくるようにしたいですね。

Read full article | コメントは受け付けていません。

開発準備 | develop iOS and android app on mac

8月 17th, 2011

java java -version java version “1.6.0_26″ Java(TM) SE Runtime Environment (build 1.6.0_26-b03-383-11A511) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-383, mixed mode) $ javac -version javac 1.6.0_26 python $ python Python 2.7.1 (r271:86832, Jun 25 2011, 05:09:01) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin Type “help”, “copyright”, “credits” or “license” […]

Read full article | コメントは受け付けていません。

システム起動音を消すには? for Lion | mac

8月 17th, 2011

http://www5e.biglobe.ne.jp/%7Earcana/ StartupSound.prefPaneさんはまだLionでは対応していないようです。 下記のようにスクリプトで対応できるようです。 https://discussions.apple.com/thread/3208783?start=0&tstart=0 スクリプトを試してみます。 http://my.opera.com/mereh/blog/2011/07/30/apple-osx-mute-startup-sound-chime-in-osx-10-7-lion-and-others こちらにまとめ直してくれてますね。 この通りで問題ありませんでした。 いちおメモ # 解除 on.sh #!/bin/bash osascript -e ‘set volume with output muted’ # ミュート設定 off.sh #!/bin/bash osascript -e ‘set volume without output muted’ # ボリューム50の場合は osascript -e ‘set volume output volume 50′ だそうです。 writeします。 $ sudo defaults write com.apple.loginwindow LogoutHook /Users/path/to/mute/on.sh $ sudo defaults write com.apple.loginwindow LoginHook […]

Read full article | コメントは受け付けていません。

Git Tag

8月 16th, 2011

$ git tag -a v1.0.4 -m ‘gr v1.0.4′ $ git tag v1.0.4 $ git show v1.0.4 tag v1.0.4 Tagger: 大竹 潤一 Date: Tue Aug 16 13:36:36 2011 +0900 gr v1.0.4 タグのpush $ git push origin v1.0.4 junichi@111.111.111.177’s password: Counting objects: 1, done. Writing objects: 100% (1/1), 188 bytes, done. Total 1 (delta 0), reused 0 […]

Read full article | コメントは受け付けていません。

開発環境設定 Xcode, macports, git, appenginelauncher, spotlight| mac

8月 16th, 2011

Xcode X11がないとだめとのことでXcodeを入れてみる http://developer.apple.com/xcode/ itunesから、AppleIDを作成して・・・Xcode4をインストール 3.17GB 夜やろうとしたらダウンロードが遅すぎたので、早朝に、2時間ちょっとで完了しました。 アプリから install Xcodeを選択してインストール Xcode Installer Xcode 4 with Mac OS X and iOS SDKs インストールが終わる頃に、CPUが80℃になってファンが飛行機のようになった・・・ インストールが終わってXcodeを終了したら落ち着いたけど。。。大丈夫かな? http://www.macports.org/ macportsを入れるとportコマンドが使えるみたい。 MacPorts-2.0.1-10.7.Lion をダウンロード 展開して、MacPorts-2.0.1をインストール Guideを見ながら http://guide.macports.org/#installing.macports 2.6.2. Verify the configuration file env PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin 3.1.2. selfupdate $ sudo port selfupdate Password: Warning: No index(es) found! Have you synced your source indexes? —> Updating […]

Read full article | コメントは受け付けていません。

ザ・ファイターと英国王のスピーチ | 目黒シネマ

8月 15th, 2011

両方面白かったのでオススメです。 ジョージ6世の吃音症の克服とかのお話。 この映画だけの話ではないですが、幼少期のトラウマによる人格形成とかいろいろなことが考えられて面白いです。 ボクシング。シンプルで面白い。家族のサクセスストーリー?です。

Read full article | コメントは受け付けていません。