![]() |
|
|
#309 | |
|
"Lucan"
Dec 2006
England
11001010010102 Posts |
Quote:
Let me be your little dog till your big dog comes Couldn't find it, so this all time classic will have to do. David Nope still can't locate it. Meantime this one strikes me as vaguely appropriate (not to say superb!) Got it! Carl Perkins wrote it? Don't know, but... Last fiddled with by davieddy on 2011-07-08 at 01:37 |
|
|
|
|
|
|
#311 | |
|
Apr 2009
Venice, Chased by Jaws
3·29 Posts |
Quote:
We all leave crumbs after doing away with our cookies. They're easier to trace if one boasts that they've just had Oreos, thus eliminating the need to track the scent of dog biscuits. |
|
|
|
|
|
|
#312 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101Γ103 Posts
9,787 Posts |
Could a MOD please split all posts starting at #248 and ff. into a different thread, please???
Suggested title for the new thread: "What does Google have to do with M48?" BTW: I have a friend in Google HR (a long time employee) that could verify your claim, if you provided me a few details via PM that would be unique. |
|
|
|
|
|
#313 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2A0116 Posts |
Quote:
Code:
#include <stdio.h>
void stuff(unsigned x)
{
printf ("%u\n", x);
}
void stiff(int x)
{
printf ("%d\n", x);
}
main ()
{
unsigned u, x=10;
int i;
printf ("Unsigned version:\n");
u=x; do { stuff(u); } while (u--);
/* That previous line is 37 characters long, including the terminal \n */
printf ("\n\nInteger version:\n");
for (i=x; i>=0; i--) { stiff(i); }
/* That previous line is also 37 characters long! */
}
Paul Last fiddled with by xilman on 2011-07-12 at 15:21 |
|
|
|
|
|
|
#314 |
|
"Ben"
Feb 2007
3×1,171 Posts |
Look, all I was trying to say originally was that I can be an un-lazy programmer and yet still use ints as array index variables, given a situation in which that is a (IMO) natural choice.
Last fiddled with by bsquared on 2011-07-12 at 15:37 |
|
|
|
|
|
#315 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
1075310 Posts |
Quote:
All I was trying to say is that sometimes a for loop is not the appropriate control construct and that attempts to force its use can lead to lengthier and more contorted code. Very rarely do I see a do-while loop used in code where it would be more appropriate than a for loop, IMO, and sometimes wonder why. Paul P.S. Flattery may get you everywhere, but was quite unnecessary on this occasion. The code I posted was far from "clever", IMO. Last fiddled with by xilman on 2011-07-12 at 16:26 Reason: Minor re-phrasing |
|
|
|
|
|
|
#316 | |
|
Jun 2011
Henlopen Acres, Delaware
7·19 Posts |
Quote:
But why don't you PM me the name of who you know there, so that I can verify your claim that you know somebody there. |
|
|
|
|
|
|
#317 |
|
"Lucan"
Dec 2006
England
2×3×13×83 Posts |
|
|
|
|
|
|
#318 |
|
Jun 2011
Henlopen Acres, Delaware
7×19 Posts |
So today on the way back from JP Morgan Chase bank in Wilmington, Delaware, I saw a van with "PrimeCare, Milford, DE" painted on the side of it. It took me 3 traffic lights to catch up to him and a few more to finally get right next to the van when the light was red. I beeped my horn at him, and gestured for him to roll down the window.
I said "Did you know that two raised to the power forty three million one one two six oh nine, minus one, is prime?" He was shaking his head and said "Sorry buddy, my radio was on, I didn't catch what you said." So I repeated the whole thing. He said "What?" and I said it more slowly again. He said "So what?" and I said "You mean you don't care?" and he said "No, I don't!" so then I pointed to the side of his van and said "But you work for PrimeCare!" and then the light changed green. |
|
|
|
|
|
#319 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101Γ103 Posts
9,787 Posts |
There are 19 days left until we match the longest gap in the GIMPS era. And 42 days from hitting the average gap + 2 std dev.
axn has our next closest (non-expired) guess, 68,407,496 on 10/1/2011 (hmmm that looks close.) First time tests have now passed the lowest guess: tom11784.....38,066,453 And these look not long for this world: T.Rex...........38,500,000 PrimeCrazzy..39,999,999 And ET just went on holiday (maybe that will do it.) |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Predict M50 | Uncwilly | Lounge | 65 | 2018-01-06 17:11 |
| Predict M#50... | Raman | Lounge | 3 | 2016-10-03 19:23 |
| Predict M44... | Xyzzy | Lounge | 66 | 2014-02-01 14:45 |
| Predict M45... | ewmayer | Lounge | 215 | 2008-09-17 21:14 |
| Predict M42 | Uncwilly | Lounge | 22 | 2005-02-27 02:11 |