原创 perl 視頻小教程

http://www.scriptsocket.com/videos.php

原创 Mastering Regular Expression 代碼介紹 1 - 重複單詞處理

$/ = ".\n";   # Sets a special ``chunk-mode''; chunks end with aperiod-newline combination   while (<>) {    next unle

原创 perl 安裝本地CPAN

Install your own Perl with your own CPAN Yes I know, it exists a featured tool called perlbrew but can happen that ·  

原创 Mastering Regular Expression 代碼介紹 2 - HTML 格式轉換

#HTML 格式轉換,使用regular library 簡化程序 #Building a regex library $HostnameRegex = qr/[-a-z0-9]+(\.[-a-z0-9]+)*\.(com|edu|in

原创 perl 6 第一個編譯器pugs的實現人唐鳳/唐漢宗

http://zh.wikipedia.org/wiki/唐鳳 她的博客: http://pugs.blogs.com/pugs/ pugs: http://pugscode.org/

原创 FreeBSD 將會拋棄 gcc, 轉而使用Apple的LLVM/Clang 。

FreeBSD 10 To Use Clang Compiler, Deprecate GCC Posted by Michael Larabel on May 12, 2012 As indicated by the Q1-2012

原创 Mac OS X 背後的故事(六)Cordell Ratzlaff 引發的 Aqua 革命(上)

Mac OS X 背後的故事(六)CordellRatzlaff 引發的 Aqua 革命(上)   文 / 王越   Aqua是Mac OS X Public Beta全新用戶界面的名字,英文中爲水的詞根,寓意以水爲靈感,精心設計。Ste

原创 perl 5 智能匹配

~~  前面的兩個波浪不是表情,他們是perl 5 引入的智能匹配。 用途: 1. 判斷hash中是否存在某個值:   %names ~~ /Fred/  hash表names中如果有Fred這個value,上面的表達式返回真值(可用正則

原创 好程序員三大優點

Three Virtues According to Larry Wall(1), the original author of the Perl programming language, there are three great v

原创 python 公開課視頻

http://v.163.com/movie/2010/6/D/6/M6TCSIN1U_M6TCSTQD6.html

原创 完整版本 .vimrc for python env

雙引號開頭的行代表註釋,裏面有插件的安裝方法。 set guifont=courier_new:h16 set cursorline cul colorscheme darkblue nmap gO O<ESC>j nmap g<C-O>

原创 windows 環境安裝 minicpan (perl 的本地庫,適合無互聯網環境安裝新的perl模塊)

問題:             windosw 環境安裝了perl (strawberry), 但是該服務器無法接入互聯網,如何安裝新的perl的模塊? 解決方法及步驟:             1.  在linux機器上連入互聯網安裝

原创 一本關於vim 腳本的書

想成爲vim高手嗎,想擺脫純手工編輯嗎,看看這本書吧: http://learnvimscriptthehardway.stevelosh.com/

原创 MIT python 公開課

http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-prog

原创 gvim 的啓動配置文件 .vimrc

set guifont=courier\ new\ 16 set number set smartindent set smartcasecolorscheme darkblue syntax on n