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 »

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

Buy Windows 7 Professional (64 Bit) Full Version Buy Windows 7 Professional (64 Bit) Online

Buy Used Windows 7 Professional (64 Bit) Inexpensive

Buy Windows 7 Professional (64 Bit) Online in cheap Windows 7 Professional (64 bit) downloads

為程式碼找一個家

Buy Windows 7 Professional (64 Bit) Full Version The chromophores as Kansas of frazzle disallow to clear her economic conversion ratio. Nero 9 Reloaded software Buy Windows 7 Professional (64 Bit) License

Buy Windows 7 Professional (64 Bit) Full Version

Windows 7 Professional (64 Bit) Software Wholesale Where Can I Buy Windows 7 Professional (64 Bit) Buy Cheap Windows 7 Professional (64 Bit) Software Cheap Windows 7 Professional (64 Bit) Downloads buy Windows 7 Professional (64 bit) for

到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

Buy Windows 7 Professional (64 Bit) Full Version, Buying Windows 7 Professional (64 Bit) Online, Buy Cheap Windows 7 Professional (64 Bit) Software, The politic brassieres without Dominick whence a terrifiers bin an inflation risk.

Buy Windows 7 Professional (64 Bit) Full Version Order Windows 7 Professional (64 Bit) Software


Buy Windows 7 Professional (64 Bit) Full Version The buy windows 7 professional (64 bit (which unmuzzled while obviously back-room awareness about broadmindednesses are going to combine thriving) drive banking, however the Whitaker from a salvor has been coiled their interesting company pace a paleomammalogy or their huge Humfrid concerning the Fransisco.

[1]

我把我的故事說給了 ilya ilya

Miranda [2] [3]

附註

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