Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2631 points

Alex

Favorite Answers26%
Answers109
  • Can someone please explain class associations in UML?

    So in one of my example in my class we were given this.

    Assignment Entity, A class that models an association between an Employee and a Project Each project usually has several employees working on it at any one time, but there may be none at times. Each employee must work on at least one project, but may work part time on other projects. Each Assignment have their own independent start date and stop date, but the dates must lie within the overall start and stop dates for the projects concerned.

    we have to model the association between the project class and the employee class but i dont get how to make the assignment class or how to have the other two classes be aware of each other.

    1 AnswerProgramming & Design1 decade ago
  • Only one external HD shows up at a time?

    I just bought a second 1TB external harddrive. Both are identical Westerndigital drives with a seperate power chord. The problem is both cant be recognized by my computer at the same time. I don't think its anything wrong with the drive because if i only have one of them plugged in the y both work perfectly. Also the one that is plugged in second is always the one taht isn't recognized so its not like one is behaving differently. I have an almost brandnew computer running windows 7 so i dont think that his the problem.

    2 AnswersAdd-ons1 decade ago
  • I dont have showtime but will dexter season 4 be comming out on amazon?

    Ok so im in college and my dorm doesn't have showtime. Torrents aren't going to happen so i was gonna buy it off amazon. My question is do the episodes come out like maybe a week after the original air date or do they only come out at the end of the season?

    4 AnswersDrama1 decade ago
  • when on battery laptop sleeps every X minutes (10 points)?

    Hi i just got a dell studio xps 16 laptop and installed windows 7 RC on it. Whenever i unplug my laptop 30 seconds later it will go to sleep. Upon rewaking it will sleep every 15 minutes. I am at the computer using it the whole time so its not idle. Also i didnt use vista at all so i dont know if it would have done that on vista. I have checked all of the power settings in the control panel but havent seen anything that could be causing this. The consistanccy of every 15 minutes makes me think that it is a setting rather than a malfunction but i just cant find where it is.

    1 AnswerLaptops & Notebooks1 decade ago
  • ip adress conflict on my network?

    Hi i have an older d-link di-624 wireless router and i have a total of 9 devices (computers, iphones, xbox, etc) that connect to it at any time. I recently got a new computer and ever since then i have been having some problems where some computers arent able to connect to the internet because there is an ip adress conflict with something else. Is there some sort of limit to the number of devices a router can handle at once? If there is will getting a new router solve my problem.

    I have already tried to release and renew my ip but that doesn't work. Also note that not all of the devices are connected at the same time.

    3 AnswersComputer Networking1 decade ago
  • what is a dual core cpu?

    Ok so lets say i have a dual core cpu that is rated at 2 Ghz. does that mean it is like 4 Ghz and a quad core would be like 8 Ghz or does it mean something different all together?

    4 AnswersOther - Hardware1 decade ago
  • Help with revising my thesis statement?

    I am writing a paper about Macbeth and how it should appeal to a modern audience. I am writing a thesis statement right now but i just can't get it right. Here is what i currently have.

    "When you think of Shakespere the first thing that comes to mind is probably boredom, but should this really be the case? A Shakesperian play has everything that is popular in today's society, unending ambition, murder and the supernatural."

    Any revisions and suggestions are most appreciated.

    Thanks

    5 AnswersHomework Help1 decade ago
  • very very basic java question. Basic math operations?

    I am having a little trouble comprehending why this equals 0.

    float progress = 6 / 7 * 100;

    System.out.println("Percent: " + progress);

    It makes no sense shouldn't it be about 85??

    2 AnswersProgramming & Design1 decade ago
  • Hotdogs or tacos, which should i have?

    Which do you like better hotdogs or tacos. I can't decide what to have for supper.

    13 AnswersOther - Food & Drink1 decade ago
  • What does the catholic church believe about jesus walking on water?

    Like do they believe it literally happened or that it was just symbolic? Please state your sources.

    And know this isn't for school I just want to know

    21 AnswersReligion & Spirituality1 decade ago
  • how can i find out which site is hotlinking my swf's?

    Hi i have a website and i know that at least one if not more of my files are being hotlinked the only problem is i have no idea how to find out which site is actually using my files. So how can i log which sites are stealing my files

    2 AnswersProgramming & Design1 decade ago
  • I need an idea for leading prayer in my religion class?

    Hi i am a senior in a Catholic High School and every day in my religion class we have a different person lead prayer. My turn is coming up and i need something that is unique. So that means no just reading out of the bible or asking for petitions. Preferably it would be interactive and last between 5 and 10 minutes. Any Ideas?

    6 AnswersReligion & Spirituality1 decade ago
  • Need help asking my Girlfriend to homecoming

    Hi i have been going out with my girlfriend for about 1.5 years now and time is coming where i need to ask her to homecoming. I know exactly how i am going to do it. With a customized jones soda bottle.

    like you can see here. http://www.myjones.com/code/design.php

    But i don't know what to put for the "Customized saying on the back" I don't want anything mushy but something fun/funny.

    So i need your suggestions on what i should put.

    7 AnswersSingles & Dating1 decade ago
  • my network keeps dropping on 1 of my computers.?

    My computer drops its internet signal a couple of times a day but i can't figure out what is causing it. When i lose signal it still shows that i have signal but when i try to ping it from my linux box right next to it it shows that it is offline. Also I know it is not the card itself because i just replaced it thinking that that was the problem but it still happens. Furthermore the old card i just took out i placed in my linux box which is RIGHT next to my current computer and that never loses connection. So i am thinking that it has something to do with the software on my computer but i have no idea what.

    4 AnswersComputer Networking1 decade ago
  • find which site a visitor came from?

    HI i am trying to find which domain a visitor came from and just get the www.example.com part. so far i have this

    function referrer(){

    // Find out or base pure referer.

    $ref = $_SERVER['HTTP_REFERER'];

    // Split our URL into bits.

    $url = explode("/",$ref);

    // Take the 3rd part of the url (the main site)

    $surl = $url[2];

    // Check to see if it contains the www. at the begining

    $found = ereg('\www.',$surl);

    if ($found) {

    $url = $surl;

    } else {

    $url = 'www.'.$surl;

    }

    return $url;

    }

    but it only returns www.

    2 AnswersProgramming & Design1 decade ago
  • Help with css rounded corners?

    Hi i am creating a website at moopgames.com and i want to have a rounded box around each of the game catagories. Now i know how to do rounded corners on normal text using 4 corner images but for some reason no matter what i do it wont work on my site because all of the "boxes" are generated from a mysql database using php. the boxes only show up around the group header.

    3 AnswersProgramming & Design1 decade ago