技術をかじる猫

適当に気になった技術や言語、思ったこと考えた事など。

2009-05-09から1日間の記事一覧

IPython 突っ込む

コマンド突っ込むだけ。 $sudo easy_install ipython

iPhone から AppStore の検索URLにリンクする

通常、 Skype とかのダウンロードサイトを開くときは、以下の手順を踏む。 PC で iTunes 起動して、商品を検索(ここでは skype) 商品名を右クリックして、「iTunes store URL をコピー」を選択。 「http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewS…

iPhone で画面イメージを取得する

前回と似たネタ。 #import <QuartzCore/QuartzCore.h> - (UIImage*) buildImageFrom: (UIView*)view { UIGraphicsBeginImageContext(view .bounds.size); [view.layer renderInContext:UIGraphicsGetCurrentContext()]; UIImage* viewImage = UIGraphicsGetImageFromCurrentImageConte</quartzcore/quartzcore.h>…