Groups
Groups
Sign in
Groups
Groups
worldhunter
Conversations
About
Send feedback
Help
worldhunter
1–30 of 241
Mark all as read
Report group
0 selected
Copper Hill
2
7/30/09
vim: 设置vim交换文件的目录
function! RangeFill(stop) let l:num = 1 while l:num <= a:stop call append(line('$'), l:num
unread,
vim: 设置vim交换文件的目录
function! RangeFill(stop) let l:num = 1 while l:num <= a:stop call append(line('$'), l:num
7/30/09
Copper Hill
7/24/09
PagedPoolSize: causing windows redraw problem & messed-up
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager \Memory Management\PagedPoolSize
unread,
PagedPoolSize: causing windows redraw problem & messed-up
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager \Memory Management\PagedPoolSize
7/24/09
Copper Hill
7/20/09
Command line parameters
Command line parameters http://www.robvanderwoude.com/parameters.php Windows NT 4 introduced a set of
unread,
Command line parameters
Command line parameters http://www.robvanderwoude.com/parameters.php Windows NT 4 introduced a set of
7/20/09
Copper Hill
7/2/09
ANTLR: ANother Tool for Language Recognition
http://www.antlr.org/ ANother Tool for Language Recognition, is a language tool that provides a
unread,
ANTLR: ANother Tool for Language Recognition
http://www.antlr.org/ ANother Tool for Language Recognition, is a language tool that provides a
7/2/09
Copper Hill
7/2/09
CPP: explicit keyword
http://www.cppreference.com/wiki/keywords/explicit When a constructor is specified as explicit, no
unread,
CPP: explicit keyword
http://www.cppreference.com/wiki/keywords/explicit When a constructor is specified as explicit, no
7/2/09
Copper Hill
2
7/1/09
Boost.Build: Simple steps to use Boost.Build
The Boost.Build subset of boost is also distributed separately, for those who are only interested in
unread,
Boost.Build: Simple steps to use Boost.Build
The Boost.Build subset of boost is also distributed separately, for those who are only interested in
7/1/09
Copper Hill
4
7/1/09
find: finding files modified less than 10 minutes ago
http://www.linuxforums.org/forum/misc/144127-find-command-ctime-vs-mtime-vs-creation-time.html create
unread,
find: finding files modified less than 10 minutes ago
http://www.linuxforums.org/forum/misc/144127-find-command-ctime-vs-mtime-vs-creation-time.html create
7/1/09
Copper Hill
6/25/09
BZFlag: OpenSource OpenGL Multiplayer Multiplatform Battle Zone capture the Flag. 3D first person Tank Simulation.
http://sourceforge.net/projects/bzflag/ OpenSource OpenGL Multiplayer Multiplatform Battle Zone
unread,
BZFlag: OpenSource OpenGL Multiplayer Multiplatform Battle Zone capture the Flag. 3D first person Tank Simulation.
http://sourceforge.net/projects/bzflag/ OpenSource OpenGL Multiplayer Multiplatform Battle Zone
6/25/09
Copper Hill
6/25/09
cube: 3D game engine and multiplayer/singleplayer FPS game
http://sourceforge.net/projects/cube/
unread,
cube: 3D game engine and multiplayer/singleplayer FPS game
http://sourceforge.net/projects/cube/
6/25/09
Copper Hill
6/25/09
gnuwin: provides Win32-versions of GNU tools, or tools with a similar open source licence.
http://sourceforge.net/projects/gnuwin32/ GnuWin provides Win32-versions of GNU tools, or tools with
unread,
gnuwin: provides Win32-versions of GNU tools, or tools with a similar open source licence.
http://sourceforge.net/projects/gnuwin32/ GnuWin provides Win32-versions of GNU tools, or tools with
6/25/09
Copper Hill
6/25/09
Ctags: using it in vim
1. Download ctags.exe from http://ctags.sourceforge.net/. 2. Modify vimrc to add --------------------
unread,
Ctags: using it in vim
1. Download ctags.exe from http://ctags.sourceforge.net/. 2. Modify vimrc to add --------------------
6/25/09
Copper Hill
6/22/09
BullsEye-Coverage: easy steps
1. Install BullsEye-Coverage. 2. Make sure the BullseyeCoverage/bin directory occurs first in your
unread,
BullsEye-Coverage: easy steps
1. Install BullsEye-Coverage. 2. Make sure the BullseyeCoverage/bin directory occurs first in your
6/22/09
Copper Hill
6/5/09
mdbtools
MDB Tools is a suite of libraries and programs to facilitate the use of Microsoft Access databases,
unread,
mdbtools
MDB Tools is a suite of libraries and programs to facilitate the use of Microsoft Access databases,
6/5/09
Copper Hill
6/3/09
using ppm thru a proxy
http://docs.activestate.com/activeperl/5.8/faq/ActivePerl-faq2.html#ppm_and_proxies If you use a
unread,
using ppm thru a proxy
http://docs.activestate.com/activeperl/5.8/faq/ActivePerl-faq2.html#ppm_and_proxies If you use a
6/3/09
Copper Hill
5/27/09
xxd: convert machine code into Chinese character
echo "0000000: d6d0 0a"|xxd.exe -r
unread,
xxd: convert machine code into Chinese character
echo "0000000: d6d0 0a"|xxd.exe -r
5/27/09
Copper Hill
2
5/26/09
gvim: Open file with format Unicode text, UTF-16, little-endian
* convert Unicode text, UTF-16, little-endian to cp936 1. get rid of the bom bytes dd ibs=2 skip=1 if
unread,
gvim: Open file with format Unicode text, UTF-16, little-endian
* convert Unicode text, UTF-16, little-endian to cp936 1. get rid of the bom bytes dd ibs=2 skip=1 if
5/26/09
Copper Hill
5/26/09
dd:read some bytes from some file, then write into some other file
dd ibs=2 skip=1 if=NewWordu.txt of=b1.txt Skip the first two bytes of NewWordu.txt, write all the
unread,
dd:read some bytes from some file, then write into some other file
dd ibs=2 skip=1 if=NewWordu.txt of=b1.txt Skip the first two bytes of NewWordu.txt, write all the
5/26/09
Copper Hill
3
5/26/09
gprof:undefined reference to `mcount'
http://www.cs.duke.edu/~ola/courses/programming/gprof.html How to Use GProf in 5 Easy Steps. 1. Get
unread,
gprof:undefined reference to `mcount'
http://www.cs.duke.edu/~ola/courses/programming/gprof.html How to Use GProf in 5 Easy Steps. 1. Get
5/26/09
Copper Hill
5/21/09
count how many times every word occurs in some text file
words() { if [ $# -lt 1 ]; then echo "Please follow the name of an text file." else for i
unread,
count how many times every word occurs in some text file
words() { if [ $# -lt 1 ]; then echo "Please follow the name of an text file." else for i
5/21/09
Copper Hill
5/17/09
using cron jobs of cpanel
1.run sql under phpadmin SELECT current_time; 2. add cron job: tar xzf ~/public_html/wordpress.tgz -C
unread,
using cron jobs of cpanel
1.run sql under phpadmin SELECT current_time; 2. add cron job: tar xzf ~/public_html/wordpress.tgz -C
5/17/09
Copper Hill
3
4/29/09
lwpcook - libwww-perl cookbook
Matching Any Character with /s By default, the dot (.) doesn't match newline, and this makes
unread,
lwpcook - libwww-perl cookbook
Matching Any Character with /s By default, the dot (.) doesn't match newline, and this makes
4/29/09
Copper Hill
4/28/09
Generic Makefile for C/C++ Programs
http://sourceforge.net/projects/gcmakefile/ An easily-customizable makefile template for C/C++
unread,
Generic Makefile for C/C++ Programs
http://sourceforge.net/projects/gcmakefile/ An easily-customizable makefile template for C/C++
4/28/09
Copper Hill
4/27/09
CygwinHere
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\CygwinHere] @="Cygwin
unread,
CygwinHere
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Folder\shell\CygwinHere] @="Cygwin
4/27/09
Copper Hill
4/27/09
TrueCrypt
http://www.truecrypt.org/ TrueCrypt.exe /q /vd:\tools\TrueCrypt\090427.pdk /lz TrueCrypt.exe /q /dz
unread,
TrueCrypt
http://www.truecrypt.org/ TrueCrypt.exe /q /vd:\tools\TrueCrypt\090427.pdk /lz TrueCrypt.exe /q /dz
4/27/09
Copper Hill
3
4/27/09
the Linux Cross Reference
http://www.freeos.com/
unread,
the Linux Cross Reference
http://www.freeos.com/
4/27/09
Copper Hill
4/24/09
calculate math expression with command line by perl
1. install Expression.pm http://search.cpan.org/~jonathan/Math-Calculus-Expression-0.2.2/Expression.
unread,
calculate math expression with command line by perl
1. install Expression.pm http://search.cpan.org/~jonathan/Math-Calculus-Expression-0.2.2/Expression.
4/24/09
Copper Hill
2
4/22/09
Ubuntu linux driver examples
/* * procfs.c - create a "file" in /proc */ #include <linux/module.h> /* Specifically
unread,
Ubuntu linux driver examples
/* * procfs.c - create a "file" in /proc */ #include <linux/module.h> /* Specifically
4/22/09
Copper Hill
4/22/09
The Linux Kernel Module Programming Guide
Kernel modules are different here, too. In the hello world example, you might have noticed that we
unread,
The Linux Kernel Module Programming Guide
Kernel modules are different here, too. In the hello world example, you might have noticed that we
4/22/09
Copper Hill
4/21/09
start ubuntu without X-windows
sudo mv /etc/rc2.d/S30gdm /etc/rc2.d/K30gdm
unread,
start ubuntu without X-windows
sudo mv /etc/rc2.d/S30gdm /etc/rc2.d/K30gdm
4/21/09
Copper Hill
4/20/09
Network Adapter
TAP-Win32 http://www.h7.dion.ne.jp/~qemu-win/TapWin32-en.html VMware Network Adapter VMnet1 VMware
unread,
Network Adapter
TAP-Win32 http://www.h7.dion.ne.jp/~qemu-win/TapWin32-en.html VMware Network Adapter VMnet1 VMware
4/20/09