mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Lounge (https://www.mersenneforum.org/forumdisplay.php?f=7)
-   -   The Original 'Ode To Joy' thread (https://www.mersenneforum.org/showthread.php?t=2592)

davieddy 2012-03-30 14:21

[QUOTE=xilman;294705]They are rather more emphatic than, say, secateurs[/QUOTE]
How about non sequiters?

Xyzzy 2012-04-03 19:21

1 Attachment(s)
Wife1 was recently commissioned (LTJG) into the [URL="http://en.wikipedia.org/wiki/United_States_Public_Health_Service_Commissioned_Corps"]Public Health Service[/URL]. We decided to celebrate by purchasing a new [URL="http://www.panerai.com/s_page.xpd?id_sezione=16&id_categoria=3205&id_prodotto=4847&id_lingua=2"]watch[/URL]. (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.

:cat:

Xyzzy 2012-04-09 06:32

1 Attachment(s)
High diesel prices and dismal fuel economy finally irked us to the point that [I]something[/I] had to be done with the truck.

For the children, of course.

:cat:

Uncwilly 2012-04-11 01:03

100 years ago today!
 
On this date in history, one of my relatives was bumped off the ship that they had been working on:down:. The ship sank:doh!:. They lived:et_:. It was the Titanic.

petrw1 2012-04-11 01:39

[QUOTE=Uncwilly;296069]On this date in history, one of my relatives was bumped off the ship that they had been working on:down:. The ship sank:doh!:. They lived:et_:. It was the Titanic.[/QUOTE]

Wow!!!!

Dubslow 2012-04-11 01:42

:doh!: is such an understatement... :razz:

LaurV 2012-04-12 13:37

[QUOTE=Uncwilly;296069]On this date in history, one of my relatives was bumped off the ship that they had been working on:down:. The ship sank:doh!:. They lived:et_:. It was the Titanic.[/QUOTE]
If you watch Titanic backwards, it is just about a magic ship which saves a lot of drowning people...

cheesehead 2012-04-13 03:35

:grin:

Jeff Gilchrist 2012-04-18 00:08

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;
}
[/CODE]

Batalov 2012-04-18 00:17

[CODE]+ Title[1] = Title[0];
for (i=0; i < 9; i++)
! Title[1] = (int)Title[1] - 0x01;
[/CODE]
could have been more lucrative, but congrats anyhow!!

Uncwilly 2012-04-18 00:53

Here is [U]rot coded[/U] 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;
}
[/CODE]
This could also be quite profitable.:innocent:


All times are UTC. The time now is 23:02.

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