Duki 552 Nearly a Posting Virtuoso

I have spoken with both of the networking teachers... one seems a little hesitant to tell me it's not going to be overwhelming, while the other is telling me to go for it and try my best. The later prof is very proactive about putting your mind to something and getting it done it seems like.

The setup they are wanting to go with is something similar to the following:

Every branch (6) will tie into the Main Office via T1 PTP lines using cisco routers at each end.

I have a lot of lab experience in setting up multiple subnets and routers to communicate, though I'm not sure how the CSU/DSU modems will play a part. I will have approximately a month to complete the entire project.

Is going through an ISP more confusing and complex than simply connecting multiple vlans?

Duki 552 Nearly a Posting Virtuoso

ah that's awesome... i just bought the 226 model. I can't wait to see it... are they nice?

Duki 552 Nearly a Posting Virtuoso

Hey everyone,

I have been offered a full-time job over the summer at my workplace. They told me I could work full-time if I thought I could set up a WAN from our main office to the 6 satelite offices via T1 lines.

I am very comfortable doing this on a LAN; that is, connecting numerous networks/routers not using internet.

I am in semester 2 of the cisco networking academy and will be taking all 8.

Is setting up a WAN a whole lot different than setting up numerous LANs? I have ~1.5 years experience as the network administrator at my work, though I'm not sure if I'm prepared for a project of this scale. Could someone honestly let me know if I would be getting in over my head?

Thanks. ;)

bah, that was me... she had logged on to her account on my computer :p

Duki 552 Nearly a Posting Virtuoso

Ok, well I've changed my option to an nVidia card; the geforce 7850 GT/ko

but I am having a hard time with monitors... i'm noticing a brightness of 280cd and 300cd... is there a big difference?

Also, I am probably going to buy a refurbished monitor, which comes with factory waranty... bad idea?

Duki 552 Nearly a Posting Virtuoso

great, thanks!

I will mainly be playing FFXI

Duki 552 Nearly a Posting Virtuoso

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) and an ati radeon x1950 xtx (probably)


Could someone shed some light on this for me? Thanks!

Duki 552 Nearly a Posting Virtuoso

You need to be a bit more specific. What did you expect from your code and what kind of behaviour is it displaying as of now...

Oh and btw, taking a look at your code, I see that you have used floating point variables as your loop variables which is as such deemed to show behaviour you least expected. This is because of the way floating point numbers are internally represented. Read this.

Consider switching to an integer loop variable.

I'm not sure which loop variables you are referring to.
Here is my modified code, which looks like it is giving a valid output.
The code is supposed to do the following:

1) Find the final balance after 'x' amount of years with a 'y' compound interest rate

2) After 'x' years + 1, find the interest earned that year

3) Find the amount alloud to withdrawl each month (if only extracting from interest earned that year)

I was originally getting numbers with an e-0.044 for newPrin and whatnot... I posted a current sample of what my output looks like (slightly modified for printing purposes).

*****************************************************
* COSC 230 - Structured Programming
* Chapter 5:  Programming Exercise #12
* March 8, 2007
*
* Discription:
*    Find the principle after 'x' amount of years with a compound
*        interest rate of 'y'.
*    Find monthly pay off one years interest after 'x' + 1 years
******************************************************/

//header files
#include <iostream>
#include <iomanip>
#include …
Duki 552 Nearly a Posting Virtuoso

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 int STOP_AGE = 60 ;

    int age ;
    double begPrin ;

    double newPrin ;
    double newPrin1 ;
    double intP1 ;
    double monPay ;

    ofstream outFile ;

    cout << "Beginning Principle:  " << flush ;
    cin >> begPrin ;
    cout << endl << endl ;
    cout << begPrin << endl << endl ;

    newPrin = begPrin ;
    cout << newPrin ;

    for ( age = START_AGE ; age <= STOP_AGE ; age++ )
        newPrin *= (1.0 + INT_RATE) ;
    cout << endl << endl << endl << newPrin ;

    intP1 = newPrin1 - newPrin ;
    monPay = intP1 / 12 ;
    newPrin1 = newPrin * FACTOR ;

    cout << fixed << showpoint << setprecision(2) ;
    outFile << fixed << showpoint << setprecision(2) ;

    cout << "The initial investement was $" << begPrin << ".  The total amount accumulated after " 
         << STOP_AGE - START_AGE << " years, if $" << begPrin << " is allowed to compound with an intereste of "
         << INT_RATE * 100 << "%, comes to $" << newPrin << "." << endl << endl ;
    cout << "The total amount accumulated after " << (STOP_AGE - START_AGE) + 1 << " (years + 1) years, …
Duki 552 Nearly a Posting Virtuoso

thanks for the input mark! You've really put a new view on what I've said. I appreciate it a lot.


I've been looking at Masters programs and came across this. Has anyone heard of this degree/college?

Duki 552 Nearly a Posting Virtuoso

eh, i'm just joking... i got like 16sec or something. :D

Duki 552 Nearly a Posting Virtuoso

coral -> beauty

Duki 552 Nearly a Posting Virtuoso

Ok, so what do I do after lvl 6? it just quit.

Duki 552 Nearly a Posting Virtuoso

the phrase "I've got a bug in my computer" was coined by Grace Hopper in 1945, when her computer began acting erroneously. She did in fact find a bug in her computer... a moth.

:D

Duki 552 Nearly a Posting Virtuoso

ah i remember those in like 3rd grade...

tells you how advanced england is ;)...

jkjk :mrgreen:

Duki 552 Nearly a Posting Virtuoso

Greek soldiers with a dozen, rapid hellhounds killed heretics while incarcerating a hostile TERRITORY.

Duki 552 Nearly a Posting Virtuoso

arise

Duki 552 Nearly a Posting Virtuoso

I don't have a prefered keyboard, as I've been without a desktop for going on a year now. Even with a desktop, I've used cheap boards. With my new pc, I will be purchasing a comfort Microsoft keyboard (hopefully).


As for the best mouse... well.. no contest. Anything from RazerZone is considered top of the line in my book. As of now I have the Razer Diamondback and I love it! I've heard of people purchasing these mice and selling them on eBay because of the high sensitivity, but lately I've taken advantage of the sensitivity and also taken my laziness to the next level, only having to move a couple inches to click anywhere on my screen... Incredible! If you go to the site, I'm sure any gamer will be persuaded, as these are engineered for gaming and you will have a very tough time finding any competition for these guys. Avg Price: ~$60

Duki 552 Nearly a Posting Virtuoso

you get today


i put in a spider

Duki 552 Nearly a Posting Virtuoso

great, now all i need to do is find out how to maintain a message board =x

Duki 552 Nearly a Posting Virtuoso

interesting thread... i agree with Dave and yourself a lot.

For now though, since I've only been in C++ for almost 2 months... a good amount of commenting will help me to go back and look over previous codes.

thanks

Duki 552 Nearly a Posting Virtuoso

you get awakened.


i put in holds
[BAHH snipped Again!

you get to hear aerosmith sing..........again

i put in a reason for editing

Duki 552 Nearly a Posting Virtuoso

kidding around is fun until someone starts balding.
[snipped


kids are actually baby goats.

Duki 552 Nearly a Posting Virtuoso

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 5:  cntChar.sln
* Mar. 2, 2007
*
* Discription:
*    Prompt the user to specify a character to be counted
*    Prompt the user for the sentence which the character should be counted
*    Output the number of times the character was found
*    Ask if the user wants to count a character in another sentence
******************************************************/

//header files
#include <iostream>

using namespace std;

//main function
int main()
{
    //declare chars
    char ch ;
    char y ;
    char z ;

    //declare ints
    int count ;

    //declare bools
    bool cont = true ;
    bool valinput ;

    //while the user wants to continue (cont==true), continue loop
    while ( cont == true )
    {
        //set count = 0 to reset character counter
        count = 0 ;

        //promt user for character to be counted and sentence
        cout << "Enter a character to count:  " << flush ;
        //assign character to 'ch'
        cin >> ch ;
        cout << endl << "Enter a sentence terminated by a period (.) or question mark (?):  " << endl ;

        //do...while 'y' != delemiter '.' or '?'
        do
        {
        //assign each letter to 'y'
        cin >> y ;
        //if 'y' == 'letter', increment 'count'
        if ( y == …
Duki 552 Nearly a Posting Virtuoso

you get Webster


I put in midweek deals

Duki 552 Nearly a Posting Virtuoso

hardware raid controller

SAS drives

Duki 552 Nearly a Posting Virtuoso

well I think this is the final configuration we're going to go with.


CPU - Pentium Dual-Core 2.4GHz? (800FSB)
RAM - 4GB (4x1024mb) 533Mhz
HDD - RAID 1 on two ~140GB 15,000rpm drives
OS - CentOS
Price: ~$1700


What do you guys think?


We're not quite sure what board software to go with. I like vBulletin (because this site runs off it and DaniWeb pwnz ;P) but I'm also assuming that if you pay for your software it's more user friendly.


Anyone know where I can get tutorials on how to use Apache?

Duki 552 Nearly a Posting Virtuoso
Duki 552 Nearly a Posting Virtuoso

mulched! :P

Duki 552 Nearly a Posting Virtuoso

there's a teacher at my school that pronounces it r-oo-ter..


haha i get a kick out of it every time. :D

Duki 552 Nearly a Posting Virtuoso

888/0 = und.

Duki 552 Nearly a Posting Virtuoso

you lose weight... (=x)


i put in a .wma file

Duki 552 Nearly a Posting Virtuoso

you get a bark


i put in the value of 'a'

Duki 552 Nearly a Posting Virtuoso

you get 900 adds


i put in a picobyte

Duki 552 Nearly a Posting Virtuoso

Holds on a book in the Library allows a person to request a book that is currently checked out to someone else.

I win.

edit]: snipped

Duki 552 Nearly a Posting Virtuoso

welp... game over.

Duki 552 Nearly a Posting Virtuoso

great thanks!

Duki 552 Nearly a Posting Virtuoso

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:

Duki 552 Nearly a Posting Virtuoso

bump*

Duki 552 Nearly a Posting Virtuoso

shucks... =(


I really need gpmc... it's so hard to apply gps without it.

I have no clue how to even... all I was taught was using gpmc

Duki 552 Nearly a Posting Virtuoso

I'm deffinately feeling CentOS... is it user friendly?

I have little/no experience with any *nix, but my buddy (who is going to be working on the project as well) has good knowledge on distros such as SuSE and SlackWare

Duki 552 Nearly a Posting Virtuoso

Actually scratch that...

Does anyone know how to schedule outlook to automatically backup to a .pst?

Duki 552 Nearly a Posting Virtuoso

so how do you

remotely manage Group Policy objects on 64-bit domain controllers.

?

Duki 552 Nearly a Posting Virtuoso

i suppose so

i would use fedora instead though. SuSEs updater is kinda broken and its a memory hog

Even better, use CentOS (free version of Red Hat Enterprise)

ah, interesting...

Duki 552 Nearly a Posting Virtuoso

also. will vbulletin run on linux?

Duki 552 Nearly a Posting Virtuoso

66 views... 11 votes... anyone else see the dicrepancy?

Duki 552 Nearly a Posting Virtuoso

here is a system i customized... could you put your thoughts in?
I had the option of Fedora and SuSE.

I figure if we're going to use apache anyways, the OS isn't really a big deal.

Barebones

  • TYAN BLK - B5191G20V4H BBNS 1

Processor

  • Dual-Core Intel® Xeon® 3050 2.13GHz 1066FSB 2MB Cache

Memory

  • 2GB PC5300 667MHz DDR2 x 2

Case Accessories

  • Rackmount Sliding Rails

Optical Drive

  • Slim 8x DVD-ROM

Controller Card

  • None

Hard Drive(s)

  • 73.4GB SAS 15000 RPM - Seagate Cheetah 15K.4

Operating System

  • Novell SuSE Linux 10.2

Software

  • None

Warranty and Support

  • Thinkmate Server 3 Year Warranty

Price: $~3k

Duki 552 Nearly a Posting Virtuoso

It's going to be Windows Vista :-o


I'm no where near advanced in any *nix to run a webserver off it.


And the college is purchasing the equipment, and said eventually it would be migrated to vista, so we may as well get it on there. =/

Duki 552 Nearly a Posting Virtuoso

you get a cell mate


i put in a (answer goes here)

Duki 552 Nearly a Posting Virtuoso

obedience -> humility

Duki 552 Nearly a Posting Virtuoso

stressed NINJAS and lazy interpreters transformed code while enhancing a killer app.