2010年3月9日 星期二

Website Test behind the Great Firewall of China

Website Test behind the Great Firewall of China
Test any website in real-time to check if it is accessible from China.

沒有留言:

張貼留言

Lua for V A P O R C O D E

 7 kyu: V A P O R C O D E 題目是將一串文字,轉成VAPOR code的形式。 我的寫法如下: local function vaporcode ( s ) local a = "" for i = 1 , # s...