![]() |
|
|
#870 |
|
"Lucan"
Dec 2006
England
194A16 Posts |
|
|
|
|
|
|
#871 |
|
"Mike"
Aug 2002
203516 Posts |
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.
|
|
|
|
|
|
#872 |
|
"Mike"
Aug 2002
5·17·97 Posts |
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.
|
|
|
|
|
|
#873 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
3·17·193 Posts |
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.
|
|
|
|
|
|
#874 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
3·5·313 Posts |
|
|
|
|
|
|
#875 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
is such an understatement...
Last fiddled with by Dubslow on 2012-04-11 at 01:43 Reason: :doh: -> :doh!: (doh!) |
|
|
|
|
|
#876 |
|
Romulan Interpreter
Jun 2011
Thailand
966410 Posts |
|
|
|
|
|
|
#877 |
|
"Richard B. Woods"
Aug 2002
Wisconsin USA
22·3·641 Posts |
|
|
|
|
|
|
#878 |
|
Jun 2003
Ottawa, Canada
3·17·23 Posts |
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;
}
|
|
|
|
|
|
#879 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
949710 Posts |
Code:
+ Title[1] = Title[0];
for (i=0; i < 9; i++)
! Title[1] = (int)Title[1] - 0x01;
|
|
|
|
|
|
#880 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
984310 Posts |
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;
}
|
|
|
|
![]() |
| 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 |