ページ

2010年5月23日日曜日

今週のCocoa情報(5/23) - 今週気になった Cocoaプログラミング情報の紹介

このエントリーをブックマークに追加 このエントリーを含むはてなブックマーク

GCDを試してみる - As Sloth As Possible
面白い。参考になった。


Best way to do interprocess communication on Mac OS X - Stack Overflow
MacOSXでの プロセス間通信の方法について。
・Control files
・Sockets
・Distributed objects
など。


get the position of icons on the Desktop (cocoa OSX) - Stack Overflow
デスクトップアイコンの位置を取得するには?
⇒ FSGetCatalogInfoBulk を使う(らしい)。

File Manager Reference - FSGetCatalogInfoBulk

Legacy: Finder Interface Reference



How to move a symlink to the trash? - Stack Overflow
シンボリックリンクをゴミ箱へ捨てるには?
⇒ FSPathMakeRefWithOptions() で FSRef を作り、それを FSMoveObjectToTrashSync() へ渡す。


Get text under mouse cursor in mac osx leopard/snow leopard - Stack Overflow
マウス下のテキストを取得するには?⇒かなり困難。OCRを使う?


Dictionary Services Programming Guide: Introduction
Dictionary Service なんてあったのか。知らなかった。標準の辞書.app に辞書コンテンツが追加できるようだ。


VideoDecodeAccelerationフレームワークが押し上げるMacのH.264再生環境 - builder by ZDNet Japan
Mac OS X 10.6.3 から「VideoDecodeAcceleration.framework」が追加されたらしい。次期 Snow Leopard用 Flashで使われる予定とのこと。


Face Detection API for Objective-C - Stack Overflow
顔認識の方法は? ⇒ OpenCV が使える。参考リンクなど。


Pointers to good reference on writing AppleScriptable Cocoa project? - Stack Overflow
Cocoa Scripting に関するリンク