일요일, 6월 15, 2008

Police hunt for subway stripper who pole dances for cash

::A Summary

06-04-2008
BUCHAREST, Romania
Authorities want to catch a woman who rides the subway in Romania's capital city -- and strips down to her underwear to dance for passengers.

Passengers have reported seeing the woman's routine on the underground railway, with one person describing the act as "not proper."

The culprit is described as an attractive, student-looking woman who gets up during the subway ride and turns on music from a portable CD player. Witnesses say she typically dances to the Tom Jones tune "You Can Leave Your Hat On" -- and strips down to lingerie.

After the performance, the woman passes around a gratuity container for passengers to show their appreciation.

Authorities have had a difficult time catching the woman because she always performs the strip tease on trains that do not have guards, or closed-circuit television systems. However, at least one passenger has captured the act on a cell phone camera.

Officials said the woman can face charges of indecent exposure and public begging if she was caught in the act.




Whooa... i'm feeling so hot ^^;
-----
Cheers,
June

일요일, 6월 01, 2008

[CV][IP] CxImage build on linux

############################################################
# Purpose: CxImage Build Error solution over Jasper build
# Author: Ho-Jung Kim (godmode2k@hotmail.com)
# Date: April 20, 2008
# Modified: April 20, 2008
# License: n/a
# Note:
############################################################



if jasper build error then patch like a below.

1. jasper build
- cximage/jasper$ ln -s include/jasper ./jasper
- cximage/jasper$ make

2. CxImage build
- cximage/CxImage$ vi Makefile
- DEFS = ~~~ -I../jasper/include
- cximage/CxImage$ make

3. cximage rebuild
- cximage$ make

that's it.


# _EOF_

-----
Cheers,
godmode2k