Categories: Programming, Android, C++, Linux, Toolchain, Perl, Web, Catalyst, HTML, Javascript, YUI, Windows Kernel
Linux Wireless Commands
May 20th, 2009Unicode in Perl: filesystem
May 18th, 2009Now, Perl supports Unicode quite well. But please pay attention to that all file system related function is not Unicode-aware, includes -X, opendir and other functions:
- chdir, chmod, chown, chroot, exec, link, lstat, mkdir, rename, rmdir, stat, symlink, truncate, unlink, utime, -X
- %ENV
- glob (aka the <*>

- open, opendir, sysopen
- qx (aka the backtick operator), system
- readdir, readlink
ftp bach command
May 7th, 2009
ftp -n 32.81.53.173<<AAD
user 用户名 口令
lcd /data_out
cd df_out
bin
prompt
mput *
bye
AAD
Freeware Hex Editor XVI32
May 4th, 2009Link: http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
A hex editor.
TBD
How to setup a CMake C++ Workplace
May 2nd, 2009Create a directory tree.
layout is
project_name
trunk
lib
src
test
unittest
doc
tags
Create general CMakefiles
Major CMakeLists,txt in trunk directory
CMakeLists.txt in test/unittest
Import extern project
Set svn::externals project of lib directory as:
cxxtest http://tools.assembla.com/svn/cxxworkplace/cxxtest/trunks
cmake http://tools.assembla.com/svn/cxxworkplace/cmake/trunks
dbg http://tools.assembla.com/svn/cxxworkplace/dbg/trunks