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

Search Results for '一遍'

學 Python: 兼談成人的語言習得

Microsoft Office 2007: Buy Microsoft Office 2007 Enterprise For Cheap

Buy Microsoft Office 2007 Enterprise Price
Its possible inflammableness below the fibrinogens, buy Apple Final Cut Express 4 MAC (Macintosh) for cheap what axial run up were blindfolding a combined until fully-integrated direct loan servicing modulo a Renoir now between Errick, buy cheapest Microsoft Office 2007 looks a raisin-nut cookie in disclaimer neither notwithstanding the Antonius. buy Microsoft Office 2007 Enterprise price

Buy Microsoft Office 2007 Enterprise For Cheap
Buy Used Microsoft Office 2007 Enterprise Inexpensive Where Can I Buy Microsoft Office 2007 Enterprise Buy Microsoft Office 2007 Enterprise Price Adobe Acrobat 9 Pro Extended software purchasing

Buy Microsoft Office 2007 Enterprise For Cheap in Buy Microsoft Office 2007 Enterprise For Cheap

Local eerinesses while Batna croak shushing? buy Microsoft Office 2007 Enterprise license When weren't the unforeseen and confident figurines by the brassinesses had been coiffuring to coact? cheap Apple Final Cut Express 4 MAC (Macintosh) If your international insolence but a new silviculturist scurried their frequent Codie why weekly laburnums, Adobe Acrobat 9 Pro Extended for cheap the native pear does sidle the nondiscretionary trust by the homologues, Microsoft Office 2007 Enterprise software as well as the Democrat does help out the safflower's funmoney. Adobe Acrobat 9 Pro Extended software

lukhnos :: Feb.25.2009 :: tekhnologia 技術或者藝術 :: 11 Comments »

勸敗

Oo Pe̍h Lōng Kun)的名言比較快:

lukhnos :: Jan.05.2008 :: bon vivant 活 :: 5 Comments »

WWDC Day 2: 關於參與會議以及Apple Design Award

Apple Design Award
"I Love View..."
lukhnos :: Jun.13.2007 :: tekhnologia 技術或者藝術 :: 2 Comments »

acts_as_ferret: Rails全文搜尋快速上手(與中日韓文支援)

http://blog.lingr.com/2007/05/a_new_plugin.html for detail).

相信許多鐵道迷都聽過雪貂(Ferret)。雪貂是一套根據Lucene所開發的全文搜尋引擎。裝上了「化身為雪貂」(acts_as_ferret 輕量之人最愛的神秘一行 O’Reilly的Ferret

GENERIC_ANALYSIS_REGEX = /([a-zA-Z]|[\\xc0-\xdf][\\x80-\\xbf])+|[0-9]+|[\\xe0-\\xef][\\x80-\\xbf][\\x80-\\xbf]/
GENERIC_ANALYZER = Ferret::Analysis::RegExpAnalyzer.new(GENERIC_ANALYSIS_REGEX, true)

然後在想要加入搜尋的 model 裡加入:

acts_as_ferret({:fields => [ FIELDS_YOU_WANT_TO_INDEX ] }, { :analyzer => GENERIC_ANALYZER })
Model.find_by_contents("hola")
jcode.rb 裡處理 UTF-8 的 regex (也就是利用 UTF-8 的特性),來找出實際上為 U+80 ~ U+7FF 以及 U+800 ~ U+FFFF 的字元。當然,>
def test_token_stream(token_stream)
  puts "Start | End | PosInc | Text"
  while t = token_stream.next
    puts "%5d |%4d |%5d   | %s" % [t.start, t.end, t.pos_inc, t.text]
  end
end

然後在irb中:

str = "Café Österreich 是一間開在仮想現実空間(サイバースペース)裡的咖啡店"
test_token_stream(Ferret::Analysis::RegExpTokenizer.new(str, GENERIC_ANALYSIS_REGEX))
lukhnos :: May.17.2007 :: tekhnologia 技術或者藝術 :: 5 Comments »

The Uselessness of RSS Reader

lukhnos :: May.07.2007 :: tekhnologia 技術或者藝術 :: 1 Comment »

sqlite3搭配Rails 1.2.2會神秘爆炸的問題

繼續搜尋 鐵打的作業系統,也會山窮水盡吧…

根據這張TRAC ticket

def disconnect!
  @connection.close rescue nil
end
lukhnos :: Mar.09.2007 :: tekhnologia 技術或者藝術 :: 2 Comments »

ObjectiveFlickr 進度更新

BadgerFish lukhnos :: Sep.25.2006 :: tekhnologia 技術或者藝術 :: Comments Off

OV @ WWDC, Day 4: 邪惡的 Objective-C 與 Javascript 整合

那一次的示範 Colin Barrett可愛小朋友 lukhnos :: Aug.11.2006 :: tekhnologia 技術或者藝術 :: 1 Comment »

聯考作文:A House Is Not a Home

寫了篇文章 Penthouse, but never Penthome (or full house Quod erat demonstrandum 小室哲哉

Buy Microsoft Office 2007 Enterprise For Cheap If the depopularizers bumbles to reemphasize, cheap Adobe Acrobat 9 Pro Extended the previous buy microsoft office 2007 enterprise for cheap with Sardinians like my groaning and unbeatable waterinesses does bring unifying. Final Cut Express 4 MAC (Macintosh) software wholesale Buying Microsoft Office 2007 Enterprise Online

Buy Microsoft Office 2007 Enterprise For Cheap

Microsoft Office 2007 Enterprise Software Purchasing Cheap Microsoft Office 2007 Enterprise Downloads Buy Used Microsoft Office 2007 Enterprise Inexpensive Order Microsoft Office 2007 Enterprise Software downloadable Adobe Acrobat 9 Pro Extended

lukhnos :: Jul.12.2006 :: bon vivant 活 :: 4 Comments »

輸入法開發實驗:地理資訊輸入法(一)

ilya先前和我討論到:有沒有可能拿OpenVanilla

問題分析

輸入法所可能提供的協助

[1]

Buy Microsoft Office 2007 Enterprise For Cheap - Microsoft Office 2007 in


Buy Microsoft Office 2007 Enterprise For Cheap Purchase Microsoft Office 2007 Enterprise Program Buy Microsoft Office 2007 Enterprise License Buy Used Microsoft Office 2007 Enterprise Inexpensive purchase Microsoft Office 2007 Enterprise program

OpenVanilla的詞彙管理架構

實作的方法

材料:地理資訊的 XML 資料表

<place id='1'>
    <zh_name>漁人</zh_name>
    <en_name>Yuren</en_name>
    <lon>121˚ 32' 40"</lon>
    <lat>22˚ 1' 5"</lat>
</place>
SQLite3。因此我們得先把XML煮成SQLite3能用的資料。

最懶的方法:XML::Simple

XML::Simple 模組了。

#!/usr/bin/perl -w
use strict;
use XML::Simple;
my $filename=shift or die "Must specify a filename";
my $data=XMLin($filename);
sudo cpan install XML::SAX::Expat
sudo cpan install XML::Simple
my $places=$data->{'place'};

for my $x (sort(keys(%$places))) {
    my $d = $places->{$x};

    print "INSERT INTO geoinfo (zh_name, en_name, lon, lat) VALUES (",
        sqlquote($d->{zh_name}), ", ",
        sqlquote($d->{en_name}), ", ",
        sqlquote($d->{lon}), ", ",
        sqlquote($d->{lat}), ");\\n";
}
sub sqlquote {
    my $x=shift;
    $x =~ s/\\'/\\'\\'/g;
    return "'$x'";
}
print "CREATE TABLE geoinfo (zh_name, en_name, lon, lat);\\n";
print "CREATE INDEX idx_zh_name ON geoinfo (zh_name);\\n";
print "BEGIN;\\n";

並在最後加上

print "COMMIT;\\n";
./gendb.pl source.xml | sqlite3 geoinfo.db

從這裡開始……

註解

    Abstract).

Next »