connecting usb adapter and 2wire home portal043 (11/13/2005 9:33:36 PM) comp.os.linux.misc Hello. I have SBC/Yahoo! DSL with a 2wire 1701HG wireless/wired router/modem that has 4 ethernet connectors and 1 USB connector. AFAICT, Linux does not support the USB connection and I don't have a spare PCI ... bill
Disenchanted with Windows & Linux11221 (10/24/2005 8:48:49 PM) comp.os.linux.advocacy Many years ago, after I got out of college, I owned a series of Macs. I liked the Mac back then because it was just simple to use, and I didn't want to deal with all the hassles of owning a PC i.e. no software... Yow
Renaming SCHEMA222 (2/10/2005 7:58:21 AM) comp.databases.oracle.server Is it possible, to rename a DB SCHEMA in an Oracle instance without "export - import - drop" and if yes, how? Tanks a lot! Robert Sturzenegger ... Robert
Problem with class type in static instance of struct1121 (12/27/2004 4:39:24 PM) comp.lang.c++ We had a strange problem in a large project with the use of a string class in a static instance of a struct. I managed to reproduce the exactly same problem in a very short program (see below). When the constan... Robert
Can't play CD's on SuSE 9.0728 (6/24/2004 6:41:24 PM) comp.os.linux.misc I am unable to figure out how to play cd's, that is, how to play audio CD's using my SuSE 9.0 professional with a KDE desktop. ---- A lot of people have been complaining they can't play CD's and their problem... panther
T3 bluetooth keyboard28 (1/31/2004 10:54:35 PM) comp.sys.palmtops For grins, I paired my microsoft bluetooth keyboard with my T3. It is now a trusted device, but doesn't do anything. Anyone have any ideas how I might use this keyboard with the T3? ... dan
Bit mask2924 (1/7/2004 6:18:30 PM) comp.lang.c What's an efficient way to mask a last 3 bits of a 8-bit char and make them all zero? Bit-shifting is possible but not sure if it is efficient enough. Example: 01011[010] --> 01011[000] Thanks! ... Als
ostringstream #2537 (1/6/2004 3:21:05 PM) comp.lang.c++ What's the meaning of "freeze" as member of ostringstream class? Is it needed always to call freeze() at the disposal of an ostringstream object? Is it also needed before disposing an istringsteam object? Any... Als
Questions of streams424 (1/6/2004 3:18:52 AM) comp.lang.c++ 1. ifstream test_file ("test.txt"); test_file >> user_name >> password; This chained reading in of the text file is not so understandable to me. Could someone share some insights on it? 2. Why is "ostringstr... Als
ANNOUNCE: free suite of PDF tools027 (9/2/2003 7:57:33 AM) comp.text.pdf Multivalent PDF Tools 1. Compress Optionally, take advantage of new compression in PDF 1.5 / Acrobat 6. Optionally, use the new "Compact" format for greater compression than what's possible ... nospam
nospam144's replies:
Items(10) /1
ostringstream #2537 (1/6/2004 3:21:05 PM) comp.lang.c++ What's the meaning of "freeze" as member of ostringstream class? Is it needed always to call freeze() at the disposal of an ostringstream object? Is it also needed before disposing an istringsteam object? Any... nospam144(27)
Bit mask2924 (1/7/2004 6:18:30 PM) comp.lang.c What's an efficient way to mask a last 3 bits of a 8-bit char and make them all zero? Bit-shifting is possible but not sure if it is efficient enough. Example: 01011[010] --> 01011[000] Thanks! ... nospam144(27)
T3 bluetooth keyboard28 (1/31/2004 10:54:35 PM) comp.sys.palmtops For grins, I paired my microsoft bluetooth keyboard with my T3. It is now a trusted device, but doesn't do anything. Anyone have any ideas how I might use this keyboard with the T3? ... nospam144(27)
Snipe hunting in C++2329 (11/5/2004 12:19:35 AM) comp.lang.c++ I just spent the better part of two hours trying to find a problem with my code. The error messages had virtually nothing to do with the actual problem. The problem, as it turned out, was a missing "}" to clo... susudata(549)
Problem with class type in static instance of struct1121 (12/27/2004 4:39:24 PM) comp.lang.c++ We had a strange problem in a large project with the use of a string class in a static instance of a struct. I managed to reproduce the exactly same problem in a very short program (see below). When the constan... nospam144(27)
Renaming SCHEMA222 (2/10/2005 7:58:21 AM) comp.databases.oracle.server Is it possible, to rename a DB SCHEMA in an Oracle instance without "export - import - drop" and if yes, how? Tanks a lot! Robert Sturzenegger ... nospam144(27)
Linking Libraries1133 (8/20/2005 7:07:19 AM) comp.lang.c Hi, I am writing a program and I have to use a library which my lecturer passed to me and I'm not sure how to link the libraries. My program name is module.c and my library is crack.a. It is located in the /l... choo.adrian(10)
Disenchanted with Windows & Linux11221 (10/24/2005 8:48:49 PM) comp.os.linux.advocacy Many years ago, after I got out of college, I owned a series of Macs. I liked the Mac back then because it was just simple to use, and I didn't want to deal with all the hassles of owning a PC i.e. no software... nospam144(27)
Dumb questions about firewalls and linux1035 (3/12/2006 2:01:51 AM) comp.os.linux.misc Hi; For the first time in my life, I have a high speed connection at home ( cable modem ), so I know next to nothing about what to do. I got the connection running with ( old Knoppix......3.6, installed onto ... stevesusenet(138)
How do they do this?1379 (10/18/2010 1:16:34 PM) comp.lang.java.programmer
One of today's most useful and generalized programming applications is
to take the data displayed on someone else's website and reformat it
according to one's own standards, for a new and improved website.
... Joe