Computing desk | ||
---|---|---|
< March 19 | << Feb | March | Apr >> | March 21 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
Whenever I edit Wikipedia from Safari, it doesn't seem to let me respond if a thread has more than x replies. What happens is the text entry box only displays so much text. There are two ways to get around this: I can create a new thread, indent my reply, and post without a subject. Another way to do it is to respond to the subsequent thread, right above the section heading. The problem is this doesn't work if I want to respond in the middle of the thread, only at the bottom. So, how do I increase the amount of text showing in the text entry box, such that I can view the entire thread and respond to it? Viriditas (talk) 03:45, 20 March 2010 (UTC)
Hi folks. Real simple question, but I need the help for my class!
I'm writing assembly for NASM on Linux intel. The assignment says, 'write a program that repeatedly takes in a line of input, puts out the number of words (separated by blank space) and halts if the input line is blank.
mov eax 3 ; this will mean that I want to use the system call to read.
mov ebx 0 ; I want to read in from the keyboard
mov ecx address ; the address where I want to store the input string
What I am unclear about is what do the registers contain after int 0x80 occurs? Does edx contain the length of the string that was input? What do the other registers contain?
thanks
Duomillia (talk) 03:47, 20 March 2010 (UTC)
Immediately after I turn on a computer, an error message pops up in the main screen. The message says something weird, like "..couldn't find 0023XAS02" (I just made this up since I don't remember the actual thing), and the bar name ends with the .exe and has two buttons "OK" and "Cancel". How can I stop it from keep appearing at the start of turning on a computer? —Preceding unsigned comment added by 70.68.120.162 (talk) 08:28, 20 March 2010 (UTC)
If I turn on my 2002 XP computer, I'm led to a blue login screen, even though there is only one user ID with no password for the computer. Is there a way for the computer to skip this login screen and just proceed to the window main screen? —Preceding unsigned comment added by 70.68.120.162 (talk) 08:39, 20 March 2010 (UTC)
How can I best understand control breaks and their logic? —Preceding unsigned comment added by 64.77.248.239 (talk) 20:44, 20 March 2010 (UTC)
I have encountered a strange Delphi 2009/AVG Free Antivirus issue. If I create an empty VCL Forms Application, i.e. an application with an empty form, and run it, AVG blocks the execution of the program, and reports that Project1.exe (the executable's filename) is (infected by) Trojan horse Downloader.Agent.AONT. This - of course - makes me think of the W32/Induc-A virus. But this virus should only affect Delphi 7 and below, and I cannot find any changes to my library folder. What is even more strange, is that if I add any code whatsoever to the application, AVG will not report any issue at all. If there really was some infection of my DCUs, it should not go away by adding code to the project... Moreover, AVG has no information whatsoever regarding this virus in their online virus database, and Google has never heard of it. I therefore suspect that it is a false alarm, or a bug in AVG. But can I be sure? --Andreas Rejbrand (talk) 22:18, 20 March 2010 (UTC)
beep;
statement in the FormCreate procedure, it appears to be clean: [4]. Is it possible that so many (mostly unknown, though) virus scanners report a false alarm? --Andreas Rejbrand (talk) 23:34, 20 March 2010 (UTC)