mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2012-03-30, 14:21   #870
davieddy
 
davieddy's Avatar
 
"Lucan"
Dec 2006
England

194A16 Posts
Default

Quote:
Originally Posted by xilman View Post
They are rather more emphatic than, say, secateurs
How about non sequiters?
davieddy is offline   Reply With Quote
Old 2012-04-03, 19:21   #871
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

203516 Posts
Default

Wife1 was recently commissioned (LTJG) into the Public Health Service. We decided to celebrate by purchasing a new watch. (It is not hard to find an excuse to make a timely purchase!)

This watch is particularly interesting because of its minimalist design. It is also our first manually-wound watch.

Attached Thumbnails
Click image for larger version

Name:	210.jpg
Views:	87
Size:	58.6 KB
ID:	7857  
Xyzzy is offline   Reply With Quote
Old 2012-04-09, 06:32   #872
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

5·17·97 Posts
Default

High diesel prices and dismal fuel economy finally irked us to the point that something had to be done with the truck.

For the children, of course.

Attached Thumbnails
Click image for larger version

Name:	crappy iphone picture.jpg
Views:	92
Size:	239.4 KB
ID:	7869  
Xyzzy is offline   Reply With Quote
Old 2012-04-11, 01:03   #873
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

3·17·193 Posts
Default 100 years ago today!

On this date in history, one of my relatives was bumped off the ship that they had been working on. The ship sank. They lived. It was the Titanic.
Uncwilly is online now   Reply With Quote
Old 2012-04-11, 01:39   #874
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

3·5·313 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
On this date in history, one of my relatives was bumped off the ship that they had been working on. The ship sank. They lived. It was the Titanic.
Wow!!!!
petrw1 is offline   Reply With Quote
Old 2012-04-11, 01:42   #875
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

is such an understatement...

Last fiddled with by Dubslow on 2012-04-11 at 01:43 Reason: :doh: -> :doh!: (doh!)
Dubslow is offline   Reply With Quote
Old 2012-04-12, 13:37   #876
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

966410 Posts
Default

Quote:
Originally Posted by Uncwilly View Post
On this date in history, one of my relatives was bumped off the ship that they had been working on. The ship sank. They lived. It was the Titanic.
If you watch Titanic backwards, it is just about a magic ship which saves a lot of drowning people...
LaurV is offline   Reply With Quote
Old 2012-04-13, 03:35   #877
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22·3·641 Posts
Default

cheesehead is offline   Reply With Quote
Old 2012-04-18, 00:08   #878
Jeff Gilchrist
 
Jeff Gilchrist's Avatar
 
Jun 2003
Ottawa, Canada

3·17·23 Posts
Default

I'm very excited to announce that after years of work I can finally run this minimally obfuscated C program and it be true:

Code:
#include <stdlib.h>

int main(int argc, char* argv[])
{
	int i;
	char Title[4];
	Title[0] = 0x4D;
	Title[1] = 0x72;
	Title[2] = 0x2E;
	Title[3] = 0x00;
	printf("Before: %s\n", Title);
	for (i=0; i < 9; i++)
		Title[0] = (int)Title[0] - 0x01;
	printf("Now   : %s\n", Title);
	return 0;
}
Jeff Gilchrist is offline   Reply With Quote
Old 2012-04-18, 00:17   #879
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

949710 Posts
Default

Code:
+       Title[1] = Title[0];
        for (i=0; i < 9; i++)
!               Title[1] = (int)Title[1] - 0x01;
could have been more lucrative, but congrats anyhow!!
Batalov is offline   Reply With Quote
Old 2012-04-18, 00:53   #880
Uncwilly
6809 > 6502
 
Uncwilly's Avatar
 
"""""""""""""""""""
Aug 2003
101×103 Posts

984310 Posts
Default

Here is rot coded version of the program.
Code:
#include <stdlib.h>

int main(int argc, char* argv[])
{
	int i;
	char Title[4];
	Title[0] = 0x4D;
	Title[1] = 0x72;
	Title[2] = 0x2E;
	Title[3] = 0x00;
	printf("Before: %s\n", Title);
	for (i=0; i < 9; i++)
		Title[0] = (int)Title[0] - 0x01;
	Title[1] = Title[0]
	printf("Now   : %s\n", Title);
	return 0;
}
This could also be quite profitable.
Uncwilly is online now   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Original or Remake, which is better? Uncwilly Lounge 6 2007-09-15 22:20
Original magic tetrahedron problem (0mtp) mfgoode Puzzles 5 2006-04-10 15:51
The original paper on the Crandall/Fagin DWT Barry Fagin Math 2 2006-01-04 19:46
monster prime hunting (original in German) Jagd nach der Monsterprimzahl cyrix Lounge 6 2004-06-11 08:29
Deutscher Thread (german thread) TauCeti NFSNET Discussion 0 2003-12-11 22:12

All times are UTC. The time now is 20:07.


Fri Aug 6 20:07:15 UTC 2021 up 14 days, 14:36, 1 user, load averages: 2.99, 2.99, 3.08

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.