Slashdot Mirror


User: jamarsa

jamarsa's activity in the archive.

Stories
0
Comments
32
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 32

  1. Re:Before you ask on Bill Gates Gives $20M to CMU for New Building · · Score: 1

    Sure it will have big 'Gates' in the front...

  2. Re:what means major? on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    Oh, so you now say that some (in fact, the wealthiest) states of the U.S. are richer than most European countries. That's quite different than your previous assumption of *many*.

    Let's look at it the other way:

    -Four European countries are wealthier than *any* of the states (yes, including California): Germany, France, U.K. and Italy.
    -Slovakia, being a former comunist country (and one of the poorest and smallest) has bigger economy than 15(+2 ?) states (Alaska,-perhaps- Arkansas, Delaware, Hawaii, Idaho, Maine, -perhaps- Mississippi, Montana, Nebraska, New Hampshire, New Mexico, North Dakota, Rhode Island, South Dakota, Vermont, West Virginia and Wyoming). Poland economy (another ex-communist country) has more GDP than 44(!!) U.S. states.
    -14 countries of the EEC (56%) rank above 150.000 MD, for only 24 of the U.S. states (48%). The thirteenth economy in the EEC (Denkmark) is bigger than each of 27 states.

    Let's not talk about population, for being the totals in Europe around 453 million people. Ireland, for example, being roughly 4 million people (not three), has more than anyone of 25 U.S. States. The only countries with less population than any of the states are Malta and Luxembourg, being both tiny ones. Cyprus, the next, ranks above AK,ND, VT, WY (I'm getting tired of copying statistics, sorry). There are 16 (32%) states under 2 million people, for only 5 (20%) EEC countries.

    Sources:

    Population U.S.A.
    Iowa Economy
    European Union

  3. Re:Specific Ocean? on Writing Software for Worldwide Distribution Proves Difficult · · Score: 2, Insightful

    But, given that the average US citizen is wealthier than average citizens on whatever other countries, you should expect better education too, shouldn't you?

  4. Re:what means major? on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    Oh sorry, forgot the wikipedia links.

    Economic Status

    Population

  5. Re:what means major? on Writing Software for Worldwide Distribution Proves Difficult · · Score: 1

    I doubt your statement, given that the EEC (25 countries) outweights tthe U.S.A. (50 states) both in population and in economy... Not in weapons, however.

  6. Re:Cost of Training? on Microsoft Funded Study Cinches 10yr Deal · · Score: 1
    Extract form the Spanish Microsoft Excel Online help (POW function):
    Sintaxis

    POTENCIA(numero;potencia)

    Numero es el numero base. Puede ser cualquier numero real.

    Potencia es el exponente al que desea elevar el numero base.

    Observacion

    Se puede utilizar el operador "^" en lugar de la funcion POTENCIA para indicar a que potencia se eleva el numero base, por ejemplo 5^2.

    Ejemplos

    POTENCIA(5;2) es igual a 25

    POTENCIA(98,6;3,2) es igual a 2401077

    POTENCIA(4;5/4) es igual a 5,656854
    (tildes out-edited)
  7. Re:Cost of Training? on Microsoft Funded Study Cinches 10yr Deal · · Score: 2, Insightful

    I think the reason for usin semicolons instead of commas is than in Europe, we use the comma as decimal point. For that reason, using comma as separator in an intended multilanguage application is unwise at least.