Code Archive Skip to content Google About Google Privacy Terms
Time Your Tasks Use Thyme to control how much time you spend on your tasks. Keep a Record Thyme remembers the time you've spent when using it, so you don't have to. New in v0.5 Pause during sleep, screensaver or screen lock. New in v0.5 Export data to JSON. AppleScript Thyme supports four different AppleScript commands: start, stop, pause and toggle. Here's how: tell application "Thyme" start end
SproutCore is an open-source framework for building blazingly fast, innovative user experiences on the web. Install Sproutcore View on GitHub New Tutorial to Help You Get Up and Running! You've heard all about SproutCore and now it's time to see for yourself. It's easier than ever to get started with our new tutorial. In it you'll learn: How to install SproutCore on your machine How to build your
ここは管理人pigeon6と同じようなコンピュータとプログラムとアレゲが好きなおさるさんのためのサイトです。たぶん。 Xcode環境でデバッグを行う際に役に立ちそうな情報をまとめました。 Xcodeはgdbのフロントエンドとして動作するビジュアルデバッガを提供していますが、VisualStudioなどを使い慣れていると、ぱっと見足りない機能があるように見えるというか、「あれ、コレってどうやるの?」みたいな事が、いくつかあります。 このページでは、そんな経験を何度かした私が関連ドキュメントの一部を調べて、これはと思った機能を紹介します。そんなわけで、Xcodeのデバッガの使い方がそもそも分からないというような初心者には適さない内容ではありますが、何となく使っているだけでは分からない、あるいは見落としやすい内容をメインに書いています。 なお、Guard Malloc(libgmalloc)につ
ここは管理人pigeon6と同じようなコンピュータとプログラムとアレゲが好きなおさるさんのためのサイトです。たぶん。 Guard Mallocはmalloc, callocなどで確保したメモリに対して不正な操作を行ってしまう類のバグの検出を助けるデバッグ用のライブラリです。Guard Mallocを使ってアプリケーションを実行すると、そうしたメモリに対してのバグがある場合、アプリケーションがバグの位置でハングアップします。 - Manual page for libgmalloc Xcode上でのGuard Mallocの使い方 メニューから「実行>Guard Mallocを有効にする」を選択して、チェックをつけるとGuard Mallocを有効に出来ます。Guard Mallocには各種オプションがありますが、これは実行時の環境変数をセットすることで設定します。 Guard Malloc
Programming with C Blocks On Apple Devices by Joachim Bengtsson What are Blocks? What are Blocks Good For? Getting Started On and for Mac OS X 10.6 Snow Leopard, or for iOS 4 On Mac OS X 10.5 Leopard or for iPhone Blocks in C Syntax and Usage Memory Management Blocks in Objective-C Blocks and ARC (Automatic Reference Counting) Blocks in C++ Block Goodies References and Additional Sources Version H
emacs23 が正式にリリースされ、ちまたではウィンドウシステムが Cocoa になったぞ、とか 64bit 対応だぞ、とか multitty だぞ、と盛り上がっていますが、 個人的にほとんど興味のないまま今日まできました。というのも CocoaEmacs はフルスクリーンにできないという僕にとっては致命的な問題があったからです。 というのも最近は Emacs をフルスクリーンにし縦二分割で使ういわゆる imakado スタイルを実践しているため、それができない CocoaEmacs は眼中になかったのでした。 そんなわけでずっと CarbonEmacs を使ってきたのですが、 Snow Leopard に移行したのを機に CocoaEmacs に移行し、さらについでにフルスクリーン化できるようにしてみています。 github でやってます。 typester's emacs at ma
Snow LeopardにはRubyCocoaのプロジェクトテンプレートがないらしいのです。d:id:kouji0625:20090916:p1のように、手作業でテンプレートをインストールすることもできるけれど、らくちんとはいかないのでインストーラを用意しました。 http://sourceforge.net/projects/rubycocoa/files/RubyCocoa/1.0.0/ から、RubyCocoa-1.0.0-Xcode3.x-Templates.dmgをダウンロード、ディスクイメージをマウントして、その中にあるインストーラからテンプレートをインストールできます。インストール先は/Library/Application Support/Developer/Shared/Xcode/です。 インストールすると、User TemplatesにRubyCocoaのプロジェクト
This repository is private. All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are added as a member. Every repository with this icon () is private. This repository is public. Anyone may fork, clone, or view it. Every repository with this icon () is public.
Mac OSXの音声認識機能を使って英語のスピーキングのお勉強をしてみます。 はじめに 準備するもの Mac OSX Mac スピーキングにはMac内蔵マイクを使用します。内蔵マイクが無ければ別途ライン入力対応のマイクを用意してください。 音声認識機能をOn システム環境設定→スピーチ→音声認識→コマンドタブのSpeakable Itemsを『入』 必要なら音声認識の設定タブにある『補正』でマイク入力音量を調整 マイクの絵が描いてある円形の物体がデスクトップ上に現れたら準備OKです。 レッスン1:日時を聞いてみる まずは基本として、日時を聞いてみます。 デフォルト設定なら『esc』キーを押しながら、以下の英文を話してみてください。 時間をたずねる:『Whit Time Is It?』 日付をたずねる:『What Day Is It?』 Macが時間や日付を答えてくれればGoodです。 簡単
準備するもの Xcode http://connect.apple.com/ PyObjC http://pyobjc.sourceforge.net/software/ パッケージで配布されているので、ダウンロードしてインストールしておきます。 Hello World ボタンを押すとボックスにテキストが表示されるアプリケーションを作ります。 「Cocoaセミナー初級編」のテキストに沿って作業を進めます。 通常のCocoa Applicationと異なる点は、 Projectの雛形には、「PyObjC Application」を選択する。 Controllerは、Objective-CではなくPythonで記述する ビルドは、XcodeではなくコマンドラインからPythonでbuildする といったところです。 では作業開始。 まず、テキストでいうところの「4.1 新規プロジェクトの作成」
Graphviz 2.20.3 The Macintosh port of the automated graph layout software, featuring a new document-based GUI, export to PDF and many more bitmap formats, full alpha transparency, native font and shapefile support and anti-aliasing. If you have an iPhone or iPod Touch, take Graphviz to the next level with our new product, Instaviz. We are now available on the App Store! Instaviz uses advanced shap
Date: Tue, 24 Oct 2000 10:09:57 +0900 From: "SHIROYAMA Takayuki" <[email protected]> Subject: [macosx-jp:04620] Re: Cocoa のページ To: <macosx-jp@ml.tech-arts.co.jp> Message-Id: <044201c03d57$23d9cfa0$8d00ffca@kanon> References: <200010231110.UAA08426@mail2.rim.or.jp> <20001024094219Y.masato-k@is.aist-nara.ac.jp> X-Mail-Count: 04620 しろやまです。 > > 基本は次のようにすれば OK です。 > alloc+init..., retain と release, aut
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
Become an Xcoder, Leopard Edition March 26, 2008 by Philippe Mougin Become an Xcoder is a free little eBook we wrote to help beginners with no or little programming experience to start their journey into the world of Mac OS X development with Objective-C and Cocoa. (See Learn Cocoa for a recent discussion on this topic). I’m glad to announce that the book has been updated for Leopard and Xcode 3,
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く