English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Computers & Internet - 2 December 2007

[Selected]: All categories Computers & Internet

Computer Networking · Hardware · Internet · Other - Computers · Programming & Design · Security · Software

evryone gets a dell or a pc and why dose evry one get windows get lepoard it is amazing

2007-12-02 06:42:51 · 7 answers · asked by Anonymous in Software

I am upgrading to vista and need to know if there are any drivers for the ATI TV wonder 200 that will work with vista.
Thanks.

2007-12-02 06:41:43 · 1 answers · asked by Slider 3 in Add-ons

2007-12-02 06:41:43 · 3 answers · asked by Anonymous in Software

2007-12-02 06:39:22 · 4 answers · asked by inspectandexpect 1 in Software

Ever since I installed my printer, Norton Internet Security has bringing up a security alert saying Windows Subsystem is attempting to access the internet. I press permit, but it keeps on popping up.
What is Windows Subsystem and what do I do to make this stop happening?

2007-12-02 06:37:01 · 3 answers · asked by Anonymous in Security

I'm getting tired of using Windows Move Maker....its time for an upgrade. I heard Nero 8 a few times...so should I just put that on my xmas or bday list?...Does it come with cool effects and sound like *thunder,scary music, ect........

thnx guys.

2007-12-02 06:29:09 · 5 answers · asked by Anonymous in Software

#include
#include
#include
#include
#include

#define TRUE 1
#define FALSE 0
typedef int BOOL;
#define GetRandom( min, max ) ((rand() % (int)(((max) + 1) - (min))) + (min))


BOOL roll_dice_is_snake_eyes()
{
int d1,d2;

d1=GetRandom( 1, 6 );
d2=GetRandom( 1, 6 );
if(d1 == 1 && d2 == 1)
return TRUE;
return FALSE;
}


#define TRIES (1000L*1000L*1000L)

int main(int argc, char* argv[])
{
long i, sum=0;

printf("The probability that 2 dice will land snake eyes\n");

/* initialize/seed random number generator */
srand( (unsigned)time( NULL ) );

for(i=0; i {
if(roll_dice_is_snake_eyes())
sum++;
}

printf("\nIn %ld tries, dice came up snake eyes %ld times.\n",TRIES,sum);
printf("The probability is thus: %0.9f\n", (double)(sum) / (double)(TRIES));

getch();
return 0;
}


is there a certain way to do this i thought you had to start with main or something like that. i need like step by step instructions. i have never done this before

2007-12-02 06:23:17 · 1 answers · asked by eronau 2 in Programming & Design

Ok so i am going to get a Netgear WGR614 wireless router and an ipod touch, i wanted to know how to set up the router and get the wifi to work on my ipod.i have a wired DSL connection, an AT&T U-Verse Modem and a HP Pavillion dv4000, all wired. i want to make it wireless using the router.
Questions:
1. Will it be compatible with my laptop
2. What other equipment will i need with the router
3.How do i set it up on my ipod touch and laptop.
Thanks for all the help!!!!!!!

2007-12-02 06:22:19 · 1 answers · asked by CAp 1 in Computer Networking

how many computers can i load microsoft office small buissness too? I have Microsoft Office 2003 small buissnes. I only have it on one computer and i would like to load it onto my new laptop, but i dont know if that is breaking the law or not. How many computers can i load it to?

2007-12-02 06:20:46 · 5 answers · asked by Anonymous in Software

this advertisement showing from this .. this message appears at bottam right hand side of my status bar.
i dont have pop up blocker n even the window opens its not like pop up, its full window. please help me....
plsssssssssssssssssssssss

2007-12-02 06:17:34 · 7 answers · asked by Guitarist 2 in Other - Internet

I am totally baffled by something that my IE is doing.From time to time,my browser window wont close without me having to do it by force.Sometimes when I re-boot,there will be a latent program that has to shut down as well.It's called Font Capture.I have tried to search my HD for it automatically and manually and I can't find it.This leads me to believe that it must be a key logger of some sort.I'd like to know if thats what it is and how do I find it.It has eluded me for some time and not only am I humbled that my tech knowlege isnt enough but that I have to even ask.I'd apprceiate any info.And yes all of my detection software is up to date and running.

2007-12-02 06:13:04 · 6 answers · asked by BrightEyez 2 in Security

My husband plays endless hours of online games like Guild Wars, etc. Does this open my computer to others? Can his gaming friends or other players obtain access to my system this way. I don't necessarily trust that it is a secure way to play. How to I tell if my computer is safe?

2007-12-02 06:12:19 · 4 answers · asked by noshenanigans77 1 in Security

I dont want to commit to a monthly internet service provider. So is there a way I can get internet for my laptop without a monthly bill?

2007-12-02 06:11:34 · 5 answers · asked by Anonymous in Laptops & Notebooks

Illegal? How can I get for free and not get in trouble for it?!?! Thanks=)

2007-12-02 06:06:17 · 9 answers · asked by dhbecker2004 1 in Software

can i return it even if it has a crack on it and i have a warrenty????????

2007-12-02 06:03:40 · 1 answers · asked by GUYWHOLOVEZWOMEN 1 in Laptops & Notebooks

What is the best Security Suite for Windows XP. I'm looking for all, a sweeper, firewall, etc. Everything. What should I be getting.

2007-12-02 06:03:07 · 4 answers · asked by William E. Roberts 5 in Security

2007-12-02 06:02:18 · 3 answers · asked by fernando m 1 in Software

i installed Norton 360 on my laptop and then my computer said that my subscription is going to be over in 23 days sooo... i figured i will just renew it on my computer cuz i already paied for it on my laptop now whenever i want to renew it it askes me to pay again on my comp. can someone please help...

2007-12-02 05:55:36 · 3 answers · asked by danb24433 1 in Security

Hello, I was wondering if the Macbook would be a good Christmas present for me to get. I am a student and I have to do a lot of papers and projects on the computer, I LOVE to do photoshop/ & paintshop pro, I listen to music 24/7 when I am on the computer, and I love Macs. Do you think the price of a Macbook is worth my parents getting me one for Christmas? I have been using my moms old Dell for the past 2 years and I really need a new laptop and since I love Macs, I decided I wanted a Macbook. Besides, Im turning 15 soon and I will most likely need it in highschool.

2007-12-02 05:49:03 · 9 answers · asked by Lets Go Flyers! 4 in Laptops & Notebooks

How can i hook this up i mean i followed the direction but yet i cant get on cuz it cant find the router but on the laptop it says its connect but wont let you get on the internet.

2007-12-02 05:48:28 · 3 answers · asked by Forneyboi 1 in Computer Networking

I was messing around and searched on 'sex' - nothing outrageous I know, but I'd be embarrassed if my flatmate saw! Now whenever you type 's' into google it pops up as the word you might be going to type in! How can you clear that drop down list?!

2007-12-02 05:48:14 · 11 answers · asked by Sam C 1 in Google

I recently got a zune and I want to put DVD's on it. Please only recommend DVD burners that are able to get past the protection on the DVD.

2007-12-02 05:45:55 · 2 answers · asked by ashley 2 in Add-ons

When I try to open Trend Micro PC-cillin a message pops up stating:
Unable to start program. A previous instance of this program is still exiting. Please wait a moment, and then try again.

I have been to the website for support, but I have to enter a product key and I cannot get into the program to get it so it won't let me submit the question. My computer came with the Trend Micro installed, so I do not have the disc either.

I also get a Windows Security Alert stating that my Virus protection is off, and I can't figure out how to turn it on. I have ran the online "housecall" scan and nothing came up. I have tried other scans and it states I do not have a virus or anything?

I am very confused by this and can't figure out why PC-cillin wont open and why I can't turn my virus protection on. If you have any information, PLEASE help me.

2007-12-02 05:42:08 · 3 answers · asked by Mrs. Duncan 4 in Security

I have 2 BT Home Hubs, I would like to use one as a repeater.

How do I do this?

If you need any more info, please ask

2007-12-02 05:39:34 · 6 answers · asked by Anonymous in Computer Networking

2007-12-02 05:36:53 · 3 answers · asked by Anonymous in Desktops

this work comes out when i put it on USB Device NOT Recognized.

2007-12-02 05:36:15 · 5 answers · asked by dddddddddddddddd 1 in Add-ons

yeah i think i messed it up because thats not showing up on the bottom and at the verytop everything is so small like the toolbars are shortend? Well anyway i need some help because i don't want to be in trouble

2007-12-02 05:33:24 · 3 answers · asked by Lonnie G 1 in Software

Is there anywhere i can download a free anti-virus program as a zip file?

My firewall prevents me downloading .exe files.

Thanks.

2007-12-02 05:30:37 · 6 answers · asked by Anonymous in Security

I have a Compaq and since last night, the charger only works from an angle. so that means i have to hold it at that angle for it to charge. I have tried taping it down, glueing it (i know, pathetic), and nothing has worked. I dont want to tell my dad because he will get EXTREMELY mad for ruining my computer. I got this laptop last year for christmas. Right now it is staying at that angle and im getting lucky. I hope this doesnt mean i have to buy a new charger.

Help??

2007-12-02 05:28:58 · 3 answers · asked by Pateel M 2 in Laptops & Notebooks

fedest.com, questions and answers