Using svk branch management for YASA
First of all, setting properties on the YASA project
svk:project:path-trunk => trunk/yasa/
svk:project:path-branches => branches/
Then, svk mi /yasa/mirror/yasa http://localhost/repos/yasa
% perl -Isvk/trunk/lib /usr/local/bin/svk br -l /yasa/mirror/yasa
yasa-freq
Works ![]()
Jifty 跟春藥一樣
用起來很爽啊, 可是很難自己調出來 …..
[徵才] Taiwan: Mid-level Software Developer
這年頭凡事要講升級,如同 XP 要升級到 Vista 一樣(好像是個很爛的比喻zzz)上次有 Junior Perl Developer,這次升級啦!各位。上次來不及應徵沒關係,覺得 Junior 這個字太淺沒關係,現在要找的是 Mid-level Software Developer ,中文就是「中級軟體設計師」。記得哦,是「中級」,不是「終極」哦~~~
同樣地,這是一個大部份時間都可以在家工作的工作(…這年頭不順的中文寫第二次也就順了),前提是要有網路啦,然後你高興的話,在咖啡店也可以做事。需求呢?以下為原文(中英對照):
Perl 5.10.0 is released
Perl 5.10.0 is available here. Also with the torrent file.
You might want to see What’s new for perl 5.10.0, for me, the most important thing is Named Capture Buffers(1)
And here are some things about performance:
- In-place sorting: Sorting arrays in place (@a = sort @a) is now optimized….
- Lexical array access: faster
- Weak references are cheaper: Weak reference creation is now O(1) rather than O(n), deletion remains O(n)….
- sort() enhancements: faster and memory usage reduced
- Regular expressions optimisations
And known problem(s), maybe solved in future (5.12):
- UTF-8 problems: The handling of Unicode still is unclean in several places, where it’s dependent on whether a string is internally flagged as UTF-8
Also bundled with some new modules, such asCPANPLUS and encoding::warnings
Let’s wait and see when it will in ports.
Notes: the discussion thread is here. Thanks to Rafaël Garcia-Suarez ![]()
- Just like most recent programming languages do (e.g. C# .Net) [back]
[徵才] Taiwan: Junior Perl Developer
先講好,這是代貼的。這是一個大部份時間都可以在家工作的工作(…這年頭中文愈來愈遜了,都不知道自己是在寫什麼鬼),前提是要有網路啦,然後你高興的話,在咖啡店也可以做事。需求呢?以下為原文:(*開頭的是我的個人解釋*)(DOE 指的是 Depends On Experience)
[perl] Jifty-0.70824 released
In short words, Jifty is great for Web development!!!!
快快樂樂學 Ruby - 再談 Ferret
這只是為了要呼應之前的舊文章…
[plagger] patch to Plugin/CustomFeed/GoogleNews.pm
In order to process rss from news.google.com.tw, I’ve made the following tiny patch:
===================================================================
— lib/Plagger/Plugin/CustomFeed/GoogleNews.pm (revision 1948)
+++ lib/Plagger/Plugin/CustomFeed/GoogleNews.pm (working copy)
@@ -18,7 +18,7 @@
sub handle {
my($self, $context, $args) = @_;
- if ($args->{feed}->url =~ m!^http://news.google.(?:co.jp|com)/! && $args->{feed}->url !~ /output=(?:rss|atom)/) {
+ if ($args->{feed}->url =~ m!^http://news.google.(?:co.jp|com(?:.tw)?)/! && $args->{feed}->url !~ /output=(?:rss|atom)/) {
$self->aggregate($context, $args);
return 1;
}
maybe someone can commit it back….
Technorati Tags: plagger
[perl] XOR?
為了某個原因,要對兩個變數做 XOR 的檢查,除了這個之外不知道有沒有更好的寫法:



