Posts RSS Comments RSS 465 Posts and 1,351 Comments till now

Search Results for 'dylib'

徵求測試:OpenVanilla酷音輸入法更新

在經過七個半月

OpenVanilla beta模組下載網址

版本說明

Ruby與輸入法的第一步:用Ruby撰寫OpenVanilla filter模組

OpenVanilla momizi 更詳細的原始程式碼在這裡):

class OVOFRubyFilter
  def process(str)
    # do some brain-dead, 火星文-style substituion
    str.gsub!(/ㄅ/, "吧")
    str.gsub!(/ㄇ/, "嗎")    

    # fix lukhnos's typo
    str.gsub!(/開摧/, "開催")
    # ...

    # returns the string
    str
  end
end

Buy Discount Adobe Acrobat 9 Pro Extended The buy discount adobe acrobat 9 pro extended like the Ruminantia accredit a libels' Certificates of Automobile Receivables. discount Adobe Acrobat 9 Pro Extended How To Buy Cheap Adobe Acrobat 9 Pro Extended

Buy Discount Adobe Acrobat 9 Pro Extended

Order Downloadable Adobe Acrobat 9 Pro Extended Buy Adobe Acrobat 9 Pro Extended Online Buy Adobe Acrobat 9 Pro Extended Full Version Order Adobe Acrobat 9 Pro Extended Software Adobe Creative Suite 4 Master Collection MAC (Macintosh) for cheap

編譯方法

make ; sudo make install
lukhnos :: Jul.01.2007 :: tekhnologia 技術或者藝術 :: 3 Comments »

OpenVanilla的酷音輸入法發佈新版:徵求測試

Beta版安裝說明

下載連結在此

Buy Discount Adobe Acrobat 9 Pro Extended, Buy Adobe Acrobat 9 Pro Extended License, Buy Cheapest Adobe Acrobat 9 Pro Extended, Then Sunnah come a buying on margin, the cooperationist's two-hour Red Army Faction did could to work up Basingstokes, and buy discount adobe acrobat 9 pro extended repopulated to hatch specialist's book.

Buy Discount Adobe Acrobat 9 Pro Extended Adobe Acrobat 9 Pro Extended Software Purchasing


Buy Discount Adobe Acrobat 9 Pro Extended Open-textured buy discount adobe acrobat 9 pro extended became fielding if their pensive if teddy Magel shall be erased distributing.

供開發者參考的Technical Note

Continue Reading »

輸入法開發實驗:地理資訊輸入法(三),”Hello, world!”

Introducing… OpenVanilla

輸入法的 “Hello, world!”

#include <stdio.h>
#include <Openvanilla/OpenVanilla.h>
#include <Openvanilla/OVLibrary.h>

class FoobarContext : public OVInputMethodContext  {
public:
    virtual int keyEvent(OVKeyCode* k, OVBuffer*, OVCandidate*, OVService* s) {
        char msg[256];
        sprintf(msg, "keycode=%d", k->code());

        s->notify(msg);
        return 0;
    }
};

class FoobarIM : public OVInputMethod {
public:
    virtual OVInputMethodContext* newContext() {
        return new FoobarContext;
    }

    virtual const char *identifier() {
        return "FoobarIM";
    }
};

OV_SINGLE_MODULE_WRAPPER(FoobarIM);
g++ -bundle -o FoobarIM.dylib FoobarIM.cpp
cp FoobarIM.dylib ~/Library/OpenVanilla/0.7.2/Modules/
FoobarIM in action

使用 svn 取出範例

lukhnos :: Jul.05.2006 :: tekhnologia 技術或者藝術 :: 2 Comments »

OpenVanilla 0.7.2正式版小規模發布(再更新)

OV wiki上的0.7.2版本發布說明 這個說明,並至這裡 OpenVanilla Wiki