50 GB for $9.99/month or $99.00/year, 100 GB for $19.99/month or $199.00/year. Get an extra 250 MB for every friend referral (also on free accounts and friend gets it, too).
boy = 0; hit = 0; for (i = 0; i < 2; ++i) { sex = (int)floor(drand() * SEXS); day = (int)floor(drand() * DAYS); boy += sex; if (sex == BOY && day == TUE) ++hit; }
if (hit == 1) { /* Not both boys born on a Tue */ ++n; if (boy == 2) /* Is the other one a boy as well? */ ++k; }
/* output */ if (!(sim % 100000000)) printf("%i: %i / %i = %lf\n", sim, k, n, (double)k/(double)n); }
USA: "Artificial Ethics: Moral Conscience, Awareness and Consciencousness" (amazon.com)
UK: "Artificial Beings: The Conscience of a Conscious Machine" (amazon.co.uk)
It crashed my iMac twice, also with iPod attached. Not sure about the exact steps to replicate, both crashes happened not immediately but after a while.
Some enlightened parties are providing free porn, music and warez over ipv6. That should draw the crowds! Binary news servers newszilla6.xs4all.nl and news.ipv6.eweka.nl are both freely accessible over ipv6.
"Wir haben es nicht gewusst!" (orig.: after 1945)
Ah, BeOS. *sniff*
Carlin, right? http://www.youtube.com/watch?v=l_PkJ_4oEjc
Search for cisco global threat report pdf.
50 GB for $9.99/month or $99.00/year, 100 GB for $19.99/month or $199.00/year. Get an extra 250 MB for every friend referral (also on free accounts and friend gets it, too).
has its Hubble Space Telescope advent calendar for the third year, with RSS feed.
Grant for the inventor of a THz ellipsometer: http://science.dodlive.mil/2010/08/07/darpa-looks-to-young-researchers-for-game-changing-ideas/
#include <stdlib.h> /* random() */ /* time() */ /* floor() */
/* 2**31 = RAND_MAX + 1 for random() */ /* number of simulations */
/* generate random number 0 <= x < 1 */
/* system init */
/* simulations loop */
/* Not both boys born on a Tue */ /* Is the other one a boy as well? */
/* output */
#include <stdio.h> /* printf() */
#include <time.h>
#include <math.h>
#define RANDMAX1 2147483648
#define SIMS 1000000000
#define SEXS 2
#define DAYS 7
enum Sex {GIRL, BOY};
enum Day {MON, TUE, WED, THU, FRI, SAT, SUN};
double drand(void);
int main (int argc, const char * argv[]) {
int sim, i, n, k, boy, hit, sex, day;
srandom((unsigned)time(NULL));
n = 0;
k = 0;
for (sim = 1; sim <= SIMS; ++sim) {
boy = 0;
hit = 0;
for (i = 0; i < 2; ++i) {
sex = (int)floor(drand() * SEXS);
day = (int)floor(drand() * DAYS);
boy += sex;
if (sex == BOY && day == TUE)
++hit;
}
if (hit == 1) {
++n;
if (boy == 2)
++k;
}
if (!(sim % 100000000))
printf("%i: %i / %i = %lf\n", sim, k, n, (double)k/(double)n);
}
return 0;
}
double drand(void) {
return ((double)random() / ((double)RANDMAX1));
}
Me, too.
Funny as always. Still, 3 l in a two-liter bottle?
Yes. Also, a google image search for "jesus fucking christ" is instructive.
Ah well, not very nice. Please disregard.
Somehow you come over as not (quite) a university student.
USA: "Artificial Ethics: Moral Conscience, Awareness and Consciencousness" (amazon.com)
UK: "Artificial Beings: The Conscience of a Conscious Machine" (amazon.co.uk)
Same ISBN-10 and ISBN-13 number.
date -r 1234567890 does it for me.
Dudes, I know. I thought the over-the-top part "with editing rights" gave it away. Next time I'll use smilies again.
Anybody? Anobody? Bueller? http://en.wikipedia.org/wiki/List_of_weapons_in_Star_Trek#Bat.27leth
Har har.
How about: it's like learning to ride a bike by descending Alpe d'Huez. Talk about a crash course!
Eight: Fabaceae, a plant family (legumes).
Darwin 9.5.1
New MB(P)? Because with all updates I'm still on 9.5.0.
It crashed my iMac twice, also with iPod attached. Not sure about the exact steps to replicate, both crashes happened not immediately but after a while.
Some enlightened parties are providing free porn, music and warez over ipv6. That should draw the crowds! Binary news servers newszilla6.xs4all.nl and news.ipv6.eweka.nl are both freely accessible over ipv6.
Prof. 't Hooft
Ah yes! In a distant past I got a perfect score for his Lie Groups course. Alas, it was a once in a student-lifetime experience for me.
Sorry, carry on.