Ask how to use HTMLParser6329 (1/8/2010 3:44:48 AM) comp.lang.python
I am a new guy to use Python, but I want to parse a html page now. I
tried to use HTMLParse. Here is my sample code:
----------------------
from HTMLParser import HTMLParser
from urllib2 import urlopen
... Water
How can I install OpenGL on Ubuntu?933748 (12/28/2009 8:47:31 AM) comp.graphics.api.opengl
I search www.opengl.org but I can't find any package for OpenGL
installation. Why so strange?
Any way to install OpenGL on Ubuntu?
Thanks
Water Lin
--
Water Lin's notes and pencils: http://en.w... Water
A question about profile my code4343 (12/15/2009 12:04:15 PM) comp.lang.c++
I want to profile my C++ code, so I tried to use gprof.
But I think gprof is too old for today's application. My code run just
for 0.00X ms but gprof just count 0.0X ms accuracy.
So gprof can't count t... Water
gprof needs static link to check time?29357 (12/10/2009 8:12:31 AM) comp.os.linux.development.system
I think this problem is more suitable to post on this group. If not,
please tell me which group I should post to.
I want to use gprof to check the performance of my program. I use shared
library method t... Water
Can I use a memory block to simulate a file?4279 (12/8/2009 11:26:07 AM) comp.lang.c++
For some reason, I receive some stream data of a file from a remote
machine. And I also need to read this data into my program to do some
operation. My program only have the interface for regular file.
F... Water
A question about CMake2284 (12/3/2009 10:13:04 AM) comp.lang.c++
I am new to CMake.
I want to write a CMakeLists.txt file for my source file. This source
file is a little special because while I compile it I need to use gcc
with some macros, like following:
---------... Water
A question about using SSE intrinsics3298 (12/1/2009 8:51:06 AM) comp.lang.c++
I am trying to optimize my C++ code by using SSE intrinsics. But I am a
little confused while it seems there are two ways to do this job.
The first way is to use -mfpmath=sse parameter following gcc. This... Water
How to fix Error 1406 while using Connector/C++?1281 (11/13/2009 8:20:36 AM) comp.databases.mysql I am using MySQL Connector/C++ as client, but I meet Error code 1406 while I am trying to insert Blob kind of data into MySQL. The size of Blob I want to insert is 100K. The MySQL server gives me a error mess... Water
How to convert std::string to std::istream?3451 (11/13/2009 3:20:29 AM) comp.lang.c++ I have a function that use std::istream as parameter. Right now I need to pass a std::string into it, how can I convert std::string to std::istream type? Thanks Water Lin -- Water Lin's notes and pencils: ... Water
Link error from Visual Studio 20051234 (11/4/2009 4:54:38 AM) comp.soft-sys.matlab I am using Matlab 7 and Visual Studio 2005. I want to write a program in Visual C++ 2005 and use functions in Matlab 7. Here is my reference: ----------- http://wibirama.com/dip/wp-content/uploads/2008/11/mat... Water
WaterLin's replies:
Items(2) /1
Link error from Visual Studio 20051234 (11/4/2009 4:54:38 AM) comp.soft-sys.matlab I am using Matlab 7 and Visual Studio 2005. I want to write a program in Visual C++ 2005 and use functions in Matlab 7. Here is my reference: ----------- http://wibirama.com/dip/wp-content/uploads/2008/11/mat... WaterLin(12)
How to convert std::string to std::istream?3451 (11/13/2009 3:20:29 AM) comp.lang.c++ I have a function that use std::istream as parameter. Right now I need to pass a std::string into it, how can I convert std::string to std::istream type? Thanks Water Lin -- Water Lin's notes and pencils: ... WaterLin(12)