289 Topics

Member Avatar for Duki

So yeah, I got accepted into a [I]NASA IV&V and Northrop Grumman[/I] internship; just wanted to brag a little :) Haven't heard a lot about NG, but their website is impressive.

Member Avatar for Duki
0
103
Member Avatar for Duki

Hey everyone. I'll post the detailed overview of what I've tried and what hasn't worked tomorrow. It's late, and I've been struggling with this for a few hours. In short, I have a Linksys WRT54Gv5 and two Linksys WRE54G (one v2 and one v3). I had already setup the router …

Member Avatar for Spriggan
0
106
Member Avatar for Duki
Member Avatar for Duki

[I]Source: [URL]http://news.com.com/2100-1030_3-6189866.html[/URL][/I] [B]A court decision reached last month but under seal until Friday could force Web sites to track visitors if the sites become defendants in a lawsuit.[/B] TorrentSpy, a popular BitTorrent search engine, was ordered on May 29 by a federal judge in the Central District of California in …

Member Avatar for MidiMagic
0
908
Member Avatar for Duki

I'm too lazy to do research right now, and I'll probably get better responses on here anyways. Is it possible to just buy a 32" LCD TV and use it as your monitor and your TV? Not at the same time of course. Just a thought someone at work had …

Member Avatar for Duki
0
98
Member Avatar for Duki

It would be neat if in our profile we could view the total time logged in. just a thought.

Member Avatar for christina>you
3
108
Member Avatar for Duki

[URL="http://www.google.com"]Google[/URL] I hate the new layout. It's ugly.

Member Avatar for linux
0
142
Member Avatar for Duki

Hey everyone, My brothers and I have a router between 3 (soon to be 5 with mine and my mom's laptops) computers and our cable modem. The internet is constantly going out (a tech is coming tomorrow to look at it) and I'm searching for a free lan messaging system …

Member Avatar for arjunsasidharan
0
107
Member Avatar for Duki

Well I had the cable company come over today and they checked our cables and whatnot. Turns out we're paying for 8MB/d and getting 12MB/d but that's only if one computer is directly connected. If we connect through the router with the same exact test we're getting 6MB/d. This is …

Member Avatar for DenisOxon
0
165
Member Avatar for Duki

is this a new feature? It's really neat, though becomes annoying quite fast. I have noticed while browsing for a certain thread it can get in the way and you have to move your mouse to the left or right of the screen to see the threads. It makes skimming …

Member Avatar for Ancient Dragon
0
109
Member Avatar for Duki

I had a very odd problem today at work. An employee couldn't connect to the file server (which is also the DC,DNS,etc). It's our main/only server(other than a print server). anyways, he was receiving a valid NIC/dns/gateway ip and could ping the server fine. Though when I tried to connect …

Member Avatar for DimaYasny
0
61
Member Avatar for Duki

I've noticed a ton of questions asking about different degrees and college decisions in general. I figured the questions have been brought up enough to have a dedicated thread for the subject. ****************************************************************** I am really confused about what I should do after my BS. I'm currently working towards a …

Member Avatar for Duki
0
137
Member Avatar for Duki

Hey everyone, I'm getting ready to take a summer class on VB6 and I was wondering how hard it would be for me to keep on track with the rest of the class while using 2005 express or something of the like? I would really like to go ahead and …

Member Avatar for jamello
0
353
Member Avatar for Duki

Hey guys, I'm trying to find a couple magazines I could subscribe to in order to help me stay on top of new technology. Anyone have a suggestion? I would really love something networking focused; I checked Cisco and it looks like they've discontinued all hard-copy materials. thanks :D

Member Avatar for Duki
0
117
Member Avatar for Duki

Ok, so here are the rules: [B] -Keep the questions [U][I]very[/I][/U] basic (PHYS 101 & 102); this is, afterall, a computer forum. -Wait for confirmation that your answer is correct before posting your question. -If 24 hours passes and still no confirmation, post a new question to keep the game …

Member Avatar for Mushy-pea
2
1K
Member Avatar for Duki

Hey guys, this is a calculator program. I keep getting 0s for my answers... is there something wrong with the logic in this function: main() cin >> choice; while ( choice != 'q' && choice != 'Q' ) { cout << "For first fraction\n"; getFract(choice, 1, num1, den1); cout << …

Member Avatar for Narue
0
100
Member Avatar for Duki

Hey guys. I have a horrible problem with passing strings in a function and using the string to open an input file. Could you guys give me a hand? [code]#include "pe3.h" int main () { int ary[ SIZE ] ; ifstream inp ; string iNam ; cout << "Input-file name: …

Member Avatar for John A
0
117
Member Avatar for Duki

Hey guys, I'm in a red hat cmd line class. I'm on the boarder of not having to take the final exam and am looking for ideas for a pretty simple extra credit project? I know basic cmds and how to write basic scripts. any clue on what i could …

0
60
Member Avatar for Duki

Hey everyone, We have a UNIX DecAlpha here at work, and I need to change the IP on it. Could someone tell me how to do this through command line? Thanks! :mrgreen:

Member Avatar for jay.smith
0
156
Member Avatar for Duki

This program works unless I input 's' for marital status. Does anyone see my logic error? #include <iostream> #include <iomanip> using namespace std ; void getData ( int& numChild , double& grossSalary , double& penPay , char& maritalStat ) ; double taxAmount ( int& numChild , double& grossSalary , double& …

Member Avatar for Duki
0
123
Member Avatar for Duki

hey guys, could someone explain why you include string::size_type or string::npos? What do these do?

Member Avatar for Rashakil Fol
1
13K
Member Avatar for Duki

Hey everyone, I'm working on this program for class but I'm getting an error in the [I]sumGrades[/I] function saying 'inp' is undeclared. Could someone give me a hand? #include <iostream> #include <iomanip> #include <fstream> #include <string> using namespace std; // initializes count of females, count of males, female GPA sum, …

Member Avatar for John A
0
103
Member Avatar for Duki

Hey, I'm working on another program for class which is to determine the day of the year given the date the user inputs. The date will be input in the xx-xx-xxxx format. Is there a way I can cin Mon, skip char, cin Day, skip char, cin Year ? How …

Member Avatar for John A
0
244
Member Avatar for Duki

Hey everyone, My brother was playing a game the other day and his computer just shut off. When he rebooted it said missing/corrupt SYSTEM file. It's not his HDD, because he can boot into knopix and view his files. When we try to use a windows disk to boot from …

Member Avatar for jbennet
0
116
Member Avatar for Duki

We're going to format a drive, but what is exactly a GB in MB? we put in the values for the partitions and it comes out to like 99.9GB instead of 100GB

Member Avatar for Chaky
0
111
Member Avatar for Duki

Hey everyone, this is a big one. The question has asked that I define functions and then write the function main to test the functions I wrote. I keep getting the following error at my first cout in main: error C2679: binary '<<' : no operator found which takes a …

Member Avatar for Duki
0
583
Member Avatar for Duki

Hey all, I'm doing hw, and I did a desk-check for this program and got completely different answers than that of the computer when the program was put into the compiler. The question says to consider the function `defaultParam` void defaultParam ( int u , int v = 5 , …

Member Avatar for Duki
0
105
Member Avatar for Duki

Hey everyone, I'm planning on purchasing a computer today, but wanted to get some input first. I've heard stories of people not being able to play games on their widescreen monitors because it stretches the characters and whatnot... is this so? I plan on getting an openbox viewsonic vx2245wm (maybe) …

Member Avatar for Duki
0
135
Member Avatar for Duki
Member Avatar for Duki

Hey everyone, I just got my GeForce 7950GT KO in today, and I noticed it says [I]HDCP Enabled[/I]. What is this?

Member Avatar for John A
0
53
Member Avatar for Duki

Hey guys, I'm stuck again. The program is supposed to get the estimated population after n years using the equation P + (B*P/100)-(D*P/100) and the growth rate using B-D. Here is what I have so far, but I can see I'm going to be getting stuck. How can I set …

Member Avatar for Duki
0
4K
Member Avatar for Duki

Hey everyone, we're going over functions now and I am supposed to write a program that counts the number of vowels in string of characters. I'm not sure what I'm doing wrong... could someone help? #include <iostream> using namespace std ; int isVowel ( string ) ; int main() { …

Member Avatar for Duki
0
238
Member Avatar for Duki

Hey everyone, I'm not sure where to post this so feel free to move if needed. A fellow classmate and myself are starting on message board project. I was asked to spec a powerful windows based system, but am unsure of what is most important in a web server? Could …

Member Avatar for jbennet
0
83
Member Avatar for Duki

Here's my code... i put in some troubleshooting couts, but I can't figure out what's going on. #include <iostream> #include <iomanip> #include <fstream> using namespace std; int main() { const double INT_RATE = 0.10 ; const double FACTOR = 1.0 * INT_RATE ; const int START_AGE = 16 ; const …

Member Avatar for Salem
0
178
Member Avatar for Duki

Hey everyone, I'm currently enrolled in 4 year computer science BS program with a major in networking and hopefully a minor in programming. I am wanting to attain as much knowledge as possible, but am unsure of what the best route to take is. I will provide my plan and …

Member Avatar for Duki
0
187
Member Avatar for Duki

Hey guys, I posted this in site management, but I'm thinking I'll get more feedback here. What is most important (hardware) when specing out a webserver?

Member Avatar for John A
0
188
Member Avatar for Duki

hey everyone, I am including my code and was wondering if there is a prefered way to document? I have comments which describe what does what, but I'm wondering if there is a neater and/or more efficient way to do it... /***************************************************** * COSC 230 - Structured Programming * Chapter …

Member Avatar for Duki
0
99
Member Avatar for Duki

Hey everyone, We're not running exchange server (yet) but we do want to backup our email. The idea was to have a forward address to say [email]myaccount_bu@company.com[/email] and have our server download the emails via outlook to have a backup copy. Is there a way to tell Outlook to automatically …

Member Avatar for Duki
0
86
Member Avatar for Duki

Hey everyone, I'm still trying to get my mouse to work properly in Fedora 6.0 I am using a razer diamondback mouse, and only 2 of the 9 buttons work. I've looked at some of the conf.org file suggestions, but can't make heads or tails out of it. could someone …

Member Avatar for Infarction
0
169
Member Avatar for Duki

Hey guys,I'm getting complaints about the network being slow from time to time.I checked our event viewer on the server and am getting the following error.[quote]Performance counter data collection from the "ASP.NET_2.0.50727" service has been disabled due to one or more errors generated by the performance counter library for that …

0
61
Member Avatar for Duki

Hey everyone, I'm not trying to complain at all... I love this forum... I come here at least 5 times a day. I was just wondering if the new feature (not sure how new it is) with the key words, popping up ads when the cursor is hovered over them …

Member Avatar for MidiMagic
0
164
Member Avatar for Duki

I created a game in the geeks lounge (word scramble) and would like a mod to change the rules for me, as the game take quite a long time... taking out the part that says they must wait for a confirmation from the person who scrambled the word. and adding …

Member Avatar for Duki
0
120
Member Avatar for Duki

Hey everyone, So I'm wanting to suggest purchasing new equipment for my firm. We currently buy a new system here and there for employees, but I'm thinking it will be more cost effective to purchase in bulk every 3 years; about 97 computers. I work at an engineering company, which …

Member Avatar for shaunlfletcher
0
159
Member Avatar for Duki

Hey guys, I need help again :sad:. I'm doing really well in the class, it just seems like these past couple assignments have been really rushed (i.e., we went over chapter 5 the day after I finished reading chapter 4 =/). I'm getting sort of discouraged, because up to now …

Member Avatar for Duki
0
172
Member Avatar for Duki

Hey all, here is the part of my code I need help with: #include <iostream> #include <iomanip> using namespace std; int main() { int acctNo, dayMin, nightMin, tmin; double amtDue; char serviceCode; cout << "Account Number: " << flush; cin >> acctNo; What I'm wanting to do is, if someone …

Member Avatar for WaltP
0
304
Member Avatar for Duki

Hey everyone, I have a question on one of my homework problems. I'm in basic structured programming; C++. The question states the following: The root of the quadratic equation ax^2 + bx + c = 0, a ≠ 0 are given by the following formula: [U]-b +/- √b^2 – 4ac[/U] …

Member Avatar for Duki
0
2K
Member Avatar for Duki

Hi all I am new to C++ and have a few questions if that is ok. I would like to get into good habbits early (i.e., using switch instead of 12 if else statments) and was wondering if anyone knew right off how to get a timer to time the …

Member Avatar for Narue
0
140
Member Avatar for Duki

Hey everyone, I'm still considering a PhD program, but I'm not sure what fields are available. I've heard of a few common ones like Computer Science and IT/IS... but what about the ones like Doctor of Philosophy in Organization and Management Information Technology Management Specialization? What are my options and …

Member Avatar for Pink-Lipz
0
62
Member Avatar for Duki

Hey guys, I have Fedora6 installed on my Dell laptop. I am a complete noob at any Linux os. I have a few things that I would like some help with. 1. I have no clue how to install drivers (or programs for that matter). I need drivers for my …

Member Avatar for pty
0
198
Member Avatar for Duki

hey guys, I am running server2003 on my laptop at home. I just installed a printer and I'm wanting to share it to my brothers; one with PC, the other with a macbook. I've set up user accounts for both of them, but when they attempt to login through the …

Member Avatar for jbennet
0
262

The End.