Slashdot Mirror


User: SNiPeuR

SNiPeuR's activity in the archive.

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

Comments · 2

  1. Microsoft Sharepoint on Hotmail Doesn't Work With Linux Firefox 2.0 · · Score: 1

    The portal solution from Microsoft, know as Sharepoint does have rendering bugs in the latest build of Firefox (under Windows XP), it's really a shame since many people have to use it, it's not like a writing application like Word for which you can find free equivalents, it's a business portal and you have to retrieve informations on it!

  2. Re:Archaea on The Tree of Life Consolidates · · Score: 1
    From what I learned last year, there is no more proximity between Archaea and Prokaryotes than between Archaea and Eukaryotes or between Prokaryotes and Eukaryotes.
    (Hum, happy to see there is only 3 branchs because C(n,2)'s growth is exponential...) Err wait a minute!

    beginning geek session...$

    Welcome to Enso! Enter a command, or type "help" for assistance.
    > open scilab-4.1.2

    scilab-4.1.2
    Startup execution:
    loading initial environment

    -1->function r=fact(n); r=1; for i=2:n; r=r*i; end; endfunction
    -1->function r=binom(n,p); r=fact(n)/(fact(n-p)*fact(p)); endfunction
    -1->function r=gen(n); for i=1:n; r(i)=binom(i,2); end; endfunction

    -1->n=1000;plot(1:n,gen(n))
    Well, it seems to be... if someone can give more details than a simple graph!
    A little bit off-topic... sorry :)

    Don't forget to visit this Wikipedia's entry...