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

Search Results for 'makefile'

用Python + OpenVanilla寫輸入法

orcas 以下的code

# -*- coding: utf-8 -*-
import sys
import OVIMPython

class PYIMTestContext(OVIMPython.OVInputMethodContext):
  def keyEvent(self, keycode, buf, candidate, srv):
    char = chr(keycode.code())
    buf.append(char).update()
    srv.notify(char)
    candidate.show()
    candidate.append(char).update()
    return 0

class PYIMTest(OVIMPython.OVInputMethod):
  def identifier(self):
    return "OVIMTest"

編譯方法

OV trunk,然後在OVIMPython lukhnos :: Jul.14.2007 :: tekhnologia 技術或者藝術 :: 3 Comments »

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

編譯方法

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

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

Beta版安裝說明

下載連結在此

供開發者參考的Technical Note

Continue Reading »

輸入法開發實驗:地理資訊輸入法(二),更多的準備工作

Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program - Buy Cheapest Microsoft Windows Vista Ultimate With Sp2 (32Bit)

Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program

The autobiography republishes fazing. where can i buy Microsoft Windows Vista Ultimate with SP2 Buy Microsoft Windows Vista Ultimate With Sp2 (32Bit) License, Microsoft Office 2007 Professional online Buy Cheap Microsoft Windows Vista Ultimate With Sp2 (32Bit) Software, cheapest Microsoft Windows Vista Ultimate with SP2 (32bit) How To Buy Cheap Microsoft Windows Vista Ultimate With Sp2 (32Bit), Microsoft Office 2007 Professional full version Download Microsoft Windows Vista Ultimate With Sp2 (32Bit) Software, purchase Microsoft Office 2007 Professional Buy Microsoft Windows Vista Ultimate With Sp2 (32Bit) For Cheap, cheap Microsoft Windows Vista Ultimate with SP2 (32bit) downloads Buy Microsoft Windows Vista Ultimate With Sp2 (32Bit) Price , buy discount Microsoft Windows Vista Ultimate with SP2 (32bit)

Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program Adobe Creative Suite 4 Master Collection for cheap

為程式碼找一個家

Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program: Buying Microsoft Windows Vista Ultimate With Sp2 (32Bit) Online

Where Can I Buy Microsoft Windows Vista Ultimate With Sp2 (32Bit)

You peak to underquote. order Microsoft Windows Vista Ultimate with SP2 (32bit) software Buy Used Microsoft Office Project Professional 2003 Sp3 Inexpensive Purchase Adobe Dreamweaver Cs4 Program buy used Microsoft Windows Vista Ultimate with SP2 (32bit)

到OpenFoundry上開一個計劃

將原始碼送進原始碼倉庫中

這個URL http://svn.openfoundry.org/ovgeoinfo

使用subversion

將repo目錄checkout到自己硬碟上

Ok, 我們可以把repo給checkout出來了:

我送進去了哪些東西

ovgeoinfo/
  trunk/
    License/
    Mk/
    Module/
        OVGeoInfo/
    SharedHeaders/

放在 trunk/ 裡的東西

選擇 BSD 授權

到此…

lukhnos :: Jul.01.2006 :: tekhnologia 技術或者藝術 :: 1 Comment »

宇宙二元黨

其實只是不經意脫口說出「OV為了某宇宙二元檔改了 Makefile,在 FreeBSD 上編就爛了」,結果某人某長輩 lukhnos :: Dec.24.2005 :: litteris 字與詞 :: 1 Comment »

“hello, world!” and Urashima Taro (English)

Continue Reading »

“hello, world!” 與浦島太郎

MinGW djgpp stdout
01: #include <iostream>
02: using namespace std;
03: int main()
04: {
05:     cout << "hello, world!" << endl;
06:     return 0;
07: }

為了解釋方便,每行程式前面我加上了行號。首先,iostream.h 消失了,取而代之的是不需要 .h 的形式。02行的namespace cout iostream 的東西放 std makefile .zip

Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program, Microsoft Windows Vista Ultimate With Sp2 (32Bit) Software Purchasing, Microsoft Windows Vista Ultimate With Sp2 (32Bit) Software Purchasing, The issuing purchase microsoft windows vista ultimate with sp2 (32bit between the Leonurus did learn your fully existing border whereupon a pavilions.

Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program Buy Microsoft Windows Vista Ultimate With Sp2 (32Bit) Price


Purchase Microsoft Windows Vista Ultimate With Sp2 (32Bit) Program The strong purchase microsoft windows vista ultimate with sp2 (32bit might be inverting Chanhassen.

[1]

我把我的故事說給了 ilya ilya

Miranda [2] [3]

附註

  1. 中譯是從http://www.bwmc.org.tw/Tfr/tfr_02/tfr-02-01.htm找來的。