Forum: Computer Science 5 Days Ago |
| Replies: 20 Views: 21,522 That's so pathetic and sad that such a potential person went down on prostitution just for money/pleasure. I feel sorry/sad for her!
She has lost almost any sight of virtue. I hope she'll regret... |
Forum: Java 5 Days Ago |
| Replies: 14 Views: 335 I'll give you a c++ equivalent :
for(i=0;i<100;i++){
array100[i]= array1000[random(1000)];
}
All you need now is to find an equivalent random function in java ;) |
Forum: Monitors, Displays and Video Cards 6 Days Ago |
| Replies: 4 Views: 306 Today i turned it on and noticed that the colors are a bit greenish... I remembered that my rgb setup was 50,54,50 (i did that to normalize the colors a bit) so i lowered the green value to 50 and... |
Forum: Monitors, Displays and Video Cards 7 Days Ago |
| Replies: 4 Views: 306 Yes i viewed the screenshots on different PC's.
I didn't tried to change the monitors or the cables yet. I think i will do it tomorrow . |
Forum: Monitors, Displays and Video Cards 9 Days Ago |
| Replies: 4 Views: 306 My colors are becoming more pink/violet ? Does anyone know what is the problem? I tried to make a screenshot but on other displays the colors are as they should be. I tried moving the wires here and... |
Forum: Assembly 9 Days Ago |
| Replies: 2 Views: 253 Evrika! You helped me.
i wrote (modified to)
waitk: ;getChar
mov ah, 06h ;
mov dx, 0ffh
int 21h ;
jz waitk
cmp al,0 |
Forum: Assembly 11 Days Ago |
| Replies: 2 Views: 253 Hey guys. I am trying to print different messages in dependency of what char you press. In my case i use, F1,F2,F3, escape.
The problem is that the first message is printed again after a char... |
Forum: Windows Vista and Windows 7 11 Days Ago |
| Replies: 40 Views: 1,518 After all the OS' i've tried in my life, Win7 seemed to be the most laggy(but i didn't tried Vista btw). XP is fast and light but less secure now. Linux is fast and secure(but it has it's minuses... |
Forum: Geeks' Lounge 11 Days Ago |
| Replies: 3 Views: 307 It's like proving that "The tree is green and green is an adjective then tree is an adjective" just because someone else said
That girl in the video twisted the formulas/statements the way she... |
Forum: C++ 14 Days Ago |
| Replies: 3 Views: 185 I believe you meant how to create a static vector. If you want to make a class that will have a vector, which values won't change when creating instances of the class (namely objects) then use the... |
Forum: Windows Vista and Windows 7 16 Days Ago |
| Replies: 40 Views: 1,518 I didn't say the technology is risky. I meant that win xp has "holes"/security-and-intergrity issues , and by running xp you can suffer potential attacks from the web. I read somewhere on the web... |
Forum: Windows Vista and Windows 7 16 Days Ago |
| Replies: 40 Views: 1,518 I tried Win7, the beta version. I can say that it works pretty good! I Installed some programs, played some games... it all seems to work properly. Though i do know that it has some incompatibility... |
Forum: Windows Vista and Windows 7 16 Days Ago |
| Replies: 5 Views: 402 Well, sorry to disappoint you but acer is not the best choice.
My girlfriend bought a laptop from bestbuy(USA) that blanked(the screen suddenly turned black) every once in a while. She has to... |
Forum: Windows Vista and Windows 7 17 Days Ago |
| Replies: 13 Views: 943 Thank you guys. It looks like the whole virtualization is another set of instructions that can make "virtual resources" of the prezent hardware.
My conclusion is that the virtual xp mode is not... |
Forum: Show Off your Projects 17 Days Ago |
| Replies: 5 Views: 418 It looks nice but i'm actually not so much in rss. I did tried it though, works fine. The program is cool and a good utility , but the problem is that i'm not in a need :) . This is my feedback, for... |
Forum: Windows Vista and Windows 7 17 Days Ago |
| Replies: 13 Views: 943 thank you, blud. You made many things clearer to me. But the second question from my first post still remains unanswered. I also want to understand the application that seems to run on win7 desktop,... |
Forum: Windows Vista and Windows 7 17 Days Ago |
| Replies: 13 Views: 943 Hello everybody. I wanted to ask what does exactly Win7 do with their so called xp mode. As i have seen from various clips, this "mode" is actually just a virtual machine that runs win XP. Am i... |
Forum: Assembly 19 Days Ago |
| Replies: 2 Views: 337 I don't understand: why not setting BL for an attribute? It works fine for me...
I managed to fix my error,however. I was comparing ah when the character returned was in al. *oops* |
Forum: Assembly 19 Days Ago |
| Replies: 2 Views: 337 hello people. I am doing an "os" (small) that's mainly a menu. It just prints some strings and highlights some words when you pres 1,2 or 3. And by pressing enter while a option is selected, it has... |
Forum: Assembly 24 Days Ago |
| Replies: 6 Views: 487 Uhm. I'm confused.
I actually understood my assignment wrong. So i don't have to do that anymore... I'm sorry for bothering. But i appreciate your help! Thanx |
Forum: Assembly 31 Days Ago |
| Replies: 1 Views: 300 Hello everybody. I'm trying to get the current directory, save it, changing the current dir, then coming back to the previous one.
My code so far
TITLE ep1_7
.MODEL SMALL
.STACK ... |
Forum: Windows Vista and Windows 7 Sep 30th, 2009 |
| Replies: 14 Views: 3,183 I don't think that's the case of IT companies. They don't seem to have a shortcoming of good computers.
I have a 2.2 Ghz CPU, 1 GB ram, 120 HDD, and Geforce 7200GS. OS 7 runs ok for me! For... |
Forum: Assembly Sep 29th, 2009 |
| Replies: 6 Views: 487 Thanks very much notnull. But i still don't understad how to make from all that a procedure that ends a task.
:( |
Forum: Assembly Sep 29th, 2009 |
| Replies: 6 Views: 487 Hello.
I have an assignment to make a procedure that will end a task. The manual from the university isn't quite clear about how this works. So mainly i have this problem: How does a procedure end a... |
Forum: Geeks' Lounge Sep 29th, 2009 |
| Replies: 29 Views: 1,723 30 for me. It isn't that much but i would wish more control of me while surfing the web. Sometimes i spend time more than i should, or having one of those moments like "one more minute" ).
You are... |
Forum: Windows Vista and Windows 7 Sep 27th, 2009 |
| Replies: 14 Views: 3,183 I am using OS7 and linux, dual-boot. The os Seven is looking really great, and runs well! Though i still prefer my linux distro. Ubuntu is more stable and faster vs Seven.
OS Seven did a big jump... |
Forum: Assembly Sep 25th, 2009 |
| Replies: 2 Views: 612 Hey guys.
I want to read from a file created by me from a specific position. But i don't know how to move the file cursor.
TITLE ep1
.MODEL SMALL
... |
Forum: Assembly Sep 25th, 2009 |
| Replies: 16 Views: 787 This may be helpful
http://www.geocities.com/siliconvalley/2072/asm.htm |
Forum: Window and Desktop Managers Sep 23rd, 2009 |
| Replies: 7 Views: 4,438 Very positive and objective thinking!
Wow, that's a total different side of the story: stopping the history cycle to repeat itself! You have a good analytical thinking there. |
Forum: C++ Sep 22nd, 2009 |
| Replies: 19 Views: 887 You can't do it the way you want if you convert the values to binary units.
I was thinking that maybe the assignment meant to convert a int value into a binary one... like
input 9 (int)= output... |
Forum: Computer Science Sep 21st, 2009 |
| Replies: 14 Views: 1,543 destroyed, i found a good website for you!
Final year programming projects (http://www.sourcecodesworld.com/project-bank/)
I believe there are enough ideas to choose from! Hope for better! |
Forum: C++ Sep 21st, 2009 |
| Replies: 19 Views: 887 Show me where is the function and where are the fields/variables that you use to store input values.
Why don't you answer all of my questions... it's not too pleasant to re ask them, did you know... |
Forum: C++ Sep 20th, 2009 |
| Replies: 5 Views: 322 Do you mean that if i do
float give(){
return 9.44;
}
float take(float f){
return f;
}
void main(){
cout << take(give()); |
Forum: Computer Science Sep 20th, 2009 |
| Replies: 14 Views: 1,543 I made a web site in java this summer that interacts with a database. I called it bookshelf. You can develop this idea to a more complex one but this is probably too simple for a final degree. You... |
Forum: C++ Sep 20th, 2009 |
| Replies: 3 Views: 578 I believe your homework is complete. All you have to do know is put those two in one and study it well, understanding how to program. |
Forum: C++ Sep 20th, 2009 |
| Replies: 5 Views: 322 what do you mean it gets fired when x is pressed?
It shouldn't react on any key press unless it's programmed that way.
have you tried debugging?
Try checking out if all of the conversions of... |
Forum: Assembly Sep 20th, 2009 |
| Replies: 5 Views: 341 Interrupt requests come from different devices like I/O . But i don't think the processes generate interruptions(except bios functions).
The way cpu's resources are handled is OS' job. The OS... |
Forum: C++ Sep 20th, 2009 |
| Replies: 6 Views: 1,498 http://richardbowles.tripod.com/cpp/projects/menu.htm
http://www.grandgent.com/tom/programming.htm
http://www-math.univ-poitiers.fr/~maavl/myprojects.html
But the best of all
www.google.com... |
Forum: C++ Sep 20th, 2009 |
| Replies: 19 Views: 887 Post your main function please, also.
Or tell us what operations you've tried before dumping output.
Also check what values those functions return: i believe some of them has to do something with... |
Forum: Window and Desktop Managers Sep 19th, 2009 |
| Replies: 7 Views: 4,438 It's always good to have in mind the things that drive you towards success. But let's not be over dramatic on hating someone.
Cheers for open sources! ;) |