titaniumdecoy

1,853
reputation
242 views

Registered User

name titaniumdecoy
member for 1 year
seen 2 hours ago
website
location California
age
23h
comment Visual SVN client for Linux
You forgot about the title (or is that non-editable?)
Dec
12
awarded  Popular Question
Dec
12
comment Binding values to functions in Perl
That is what I was looking for, thanks!
Dec
12
comment Binding values to functions in Perl
I see what you are saying, but I am trying to avoid using a global variable.
Dec
12
revised Binding values to functions in Perl
added 1 characters in body; deleted 3 characters in body
Dec
12
comment Binding values to functions in Perl
Thanks, but I need the $id variable to be determined at runtime based on what the user enters.
Dec
12
comment Binding values to functions in Perl
Where does the $id variable come from? (I want it to be provided when the function is called.) Also, isn't the shift evaluated before the program runs?
Dec
12
revised Binding values to functions in Perl
added 525 characters in body; added 17 characters in body; added 15 characters in body; added 7 characters in body
Dec
12
asked Binding values to functions in Perl
Dec
11
comment How do I disable the image toolbar for images in IE?
According to the page you linked to, that attribute is obsolete.
Dec
10
awarded  Popular Question
Dec
9
awarded  Popular Question
Nov
26
comment How to recover Google classic design from its new design?
This should probably be on superuser.com.
Nov
14
awarded  Popular Question
Oct
22
comment Problems communicating with external editor in Qt4
I figured out that you have to execute "mate -w" to wait for the file to be closed.
Oct
21
comment Infinite loop on EOF in C++
There is an administrative program I use over ssh that prompts for input, and if you enter ^D, it simply redisplays the prompt. Is this not possible in standard C++?
Oct
21
comment Infinite loop on EOF in C++
Are you saying it is not possible to reset std::cin once EOF has been read? If that is the case, could I route std::cin through another stream or something?
Oct
21
comment Infinite loop on EOF in C++
One situation I am looking at is where the user enters a message on multiple lines and enters ^D on the last line to end the message.
Oct
21
revised Infinite loop on EOF in C++
added 519 characters in body; added 7 characters in body; deleted 1 characters in body
Oct
21
comment Infinite loop on EOF in C++
Basically what I want to do, (and I realize this isn't what I posted but it requires the same functionality) is to read a list of names entered by a user, one on each line, followed by EOF (^D). The program then needs to CONTINUE EXECUTION (e.g., reading from the std::cin) so that the user can respond to further prompts.
Oct
21
comment Infinite loop on EOF in C++
Thanks for your answer, but your code has the same problem as mine. I need to CONTINUE THE LOOP after EOF (^D) has been entered by the user. As soon as I put prompt_for_input inside a loop that is not controlled by its return value (e.g., while(true)), I get an infinite loop.
Oct
21
revised Infinite loop on EOF in C++
added 6 characters in body
Oct
21
comment Infinite loop on EOF in C++
I modified the code to make this more clear.
Oct
21
revised Infinite loop on EOF in C++
added 17 characters in body
Oct
21
comment Infinite loop on EOF in C++
That code is not shown as it is part of the (empty) switch statement. I want to continually read in single characters followed by a carriage returns (forever).
Oct
21
revised Infinite loop on EOF in C++
added 63 characters in body; added 119 characters in body
Oct
21
comment Infinite loop on EOF in C++
thanks, Tom. I have a loop in my code but forgot to include it in this snippet.
Oct
21
revised Infinite loop on EOF in C++
added 60 characters in body
Oct
21
comment Infinite loop on EOF in C++
I believe that's what the call to std::cin.clear() is supposed to do...
Oct
21
asked Infinite loop on EOF in C++
Oct
18
awarded  Popular Question
Oct
18
asked Problems communicating with external editor in Qt4
Oct
11
asked How to allow a user to edit data in a separate app from the terminal?
Oct
6
comment CS senior project ideas involving Unix system programming
I think most senior projects are web-based or use Java Swing for GUIs.
Oct
6
comment CS senior project ideas involving Unix system programming
The iPhone can only run one app at a time (at least that is all Apple allows). Targeting the iPhone is an interesting idea but I'm not sure how it would be any more useful than the same app on the mac.
Oct
6
comment CS senior project ideas involving Unix system programming
I have written a shell for class, but not a threaded app. I am looking for a challenge, and the web server idea seems a little dull.
Oct
6
revised CS senior project ideas involving Unix system programming
added 165 characters in body
Oct
6
asked CS senior project ideas involving Unix system programming
Oct
5
comment Detect when a <div> shows or hides a scrollbar
Doesn't work properly in Safari 4 on Mac OS X 10.6. It still says "false" when the scrollbar appears until it is shrunk even more at which point it says "true".
Sep
27
revised Unable to build with Qt on Snow Leopard
added 17 characters in body
Sep
26
comment Unable to build with Qt on Snow Leopard
And... it does.
Sep
26
revised Unable to build with Qt on Snow Leopard
added 156 characters in body
Sep
26
comment Unable to build with Qt on Snow Leopard
There is no MacOSX10.6.sdk directory in /Developer/SDKs on my machine. I am hoping that downloading the latest version of Xcode will fix this.
Sep
26
revised Unable to build with Qt on Snow Leopard
deleted 14147 characters in body; added 171 characters in body; deleted 75 characters in body; deleted 100 characters in body
Sep
26
revised Unable to build with Qt on Snow Leopard
added 12646 characters in body
Sep
26
answered Unable to build with Qt on Snow Leopard
Sep
25
asked Unable to build with Qt on Snow Leopard
Sep
19
awarded  Yearling
Sep
15
comment Are there any APIs added for Spotlight Search for iPhone 3.0?
This should be filed as a bug.
Sep
14
answered Recommended programming/computer book publishers