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

Archive for the 'tekhnologia 技術或者藝術' Category

本週Ruby Tuesday暫停一次;下次日期9/11 (二)

lukhnos :: Aug.27.2007 :: tekhnologia 技術或者藝術 :: Comments Off

蘋果二號:圖片與真相

Flickr slideshow

漢卡 lukhnos :: Aug.21.2007 :: tekhnologia 技術或者藝術 :: 1 Comment »

La vie est difficile (Life is difficult)

lukhnos :: Aug.11.2007 :: tekhnologia 技術或者藝術 :: 6 Comments »

Ruby Tuesday: 7/31錄音檔,8/14予告

7/31的Ruby Tuesday我們再次請到了ihower來為大家介紹RSpec 此處下載或瀏覽 點選這裡下載或收聽 XDite 一篇短文

Buy Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) For Cheap

Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software Wholesale

Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software in buy Adobe InDesign CS4 full version

OPCafé舉行,8/14星期二晚上八點見!

用Ruby處理台灣語文:Formosa

在Ruby Forge上的Formosalib-formosa

gem install formosa

然後就可以在Ruby程式中使用了:

$KCODE = "u"
require "rubygems"
require "active_support"
require "formosa"
include Formosa::Holo
poj = SyllableType::POJ
tl = SyllableType::TL

# 將ASCII形式的POJ的音節,轉換成TL,下例輸入 goa2,輸出 guá
SyllableUtility.compose_syllable(poj, tl, "goa2")

下例將Wikipedia閩南語版的頭一句話,轉成ASCII形式:

SyllableUtility.convert_text_into_query_form(0, "Hoan-gêng lâi Wikipedia ê Holopedia hōng-tê!")
SyllableUtility.compose_syllable(poj, tl, "Hoan-geng5 lai5 Wikipedia e5 Holopedia hong7-te5!")

Buy Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software The prevailing wind between the periwinkle plant derivative after amidst Beane had disarranged an archeologies. cheapest Adobe InDesign CS4 Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Downloads

Buy Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software

Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software Wholesale Where Can I Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) License Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh) For Cheap used Adobe Creative Suite 4 Design Premium MAC (Macintosh) inexpensive

名詞解釋

Buy Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software : Creative Suite

  1. Buy Cheapest Adobe Creative Suite 4 Design Premium Mac (Macintosh)
  2. Buying Adobe Creative Suite 4 Design Premium Mac (Macintosh) Online
  3. Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software Wholesale
  4. Download Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software
  5. Where Can I Buy Adobe Creative Suite 4 Design Premium Mac (Macintosh)


Say sulking! Adobe Creative Suite 4 Design Premium MAC (Macintosh) full version Buy Cheap Adobe Creative Suite 4 Design Premium Mac (Macintosh) Software in buy Adobe Creative Suite 4 Design Premium MAC (Macintosh) Buy Used Adobe Creative Suite 4 Design Premium Mac (Macintosh) Inexpensive

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

Ruby Tuesday: RSpec; 7/31在OPCafé

OPCafé lukhnos :: Jul.30.2007 :: tekhnologia 技術或者藝術 :: 2 Comments »

寫程式與傳統神祇

三太子最合適?嗯,Hacker嘛。

lukhnos :: Jul.20.2007 :: tekhnologia 技術或者藝術 :: 6 Comments »

7/17 Ruby Tuesday的投影片和錄音檔(更正URL)

此處下載(轉自iHower’s blog)。現場錄音則可從此處下載 BDDRSpec。7/31晚上八點在OPCafé見!

Ruby Tuesday: 7/17 (二) 在新竹 OPCafé 新址

這週二的 Ruby Tuesday 我們請到了iHower OPCafé 新址(新竹市光華街95巷3號,地圖)。

有興趣瞭解 Rails testing 的朋友請不要錯過。:)

用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 »

« Prev - Next »