タグ

2010年2月7日のブックマーク (3件)

  • Parts Store

    Our philosophy is to build code that can be used over and over again. Often this code is packaged into a set of classes that we then sell here. For your purchase you get lifetime access to the Git repository where the code lives and is continued to be improved. Documentation for all our private and public source components is available at docs.cocoanetics.com. Please have a look at the terms and c

    Parts Store
    hitoriblog
    hitoriblog 2010/02/07
    日時を選択するUIDatePicker代替DTCalendarView
  • 音声検索 API を使った Android アプリ開発

    先日リリースして以来、多くの皆さんに好評をいただいている Google 音声検索ですが、開発者の方の中には、この認識エンジンを使っていろいろなアイディアを実現したい、と思われた方もいらっしゃるのではないでしょうか。 実は、Google 音声検索の認識エンジンを使った Android アプリケーションは、どなたでも開発できるようになっています。Recognizer Intent API (サンプルコード)を使えば、さまざまなサービスに音声認識を組み合わせることができます。例えば、天気予報のアプリで場所の設定を声でできるようにしたり、乗換案内のアプリで駅名を音声入力できるようにするなど、さまざまな可能性があります。 なお、Google 音声検索の認識エンジンは、検索キーワードの認識に特化しているため、複数のキーワードを認識するのに適しています。逆に、会話の聞き取りなどには適していません。このよ

    音声検索 API を使った Android アプリ開発
  • sips(1) Mac OS X Manual Page

    Predicate Format String SyntaxThis article describes the syntax of the predicate string and some aspects of the predicate parser. The parser string is different from a string expression passed to the regex engine. This article describes the parser text, not the syntax for the regex engine. Parser BasicsThe predicate string parser is whitespace insensitive, case insensitive with respect to keywords

    hitoriblog
    hitoriblog 2010/02/07
    NSPredicateの文法