User talk:DanielCristofani

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Yes I did see it, thanks. Evercat 11:40, 6 May 2005 (UTC)[reply]

2691033 2767233 2786802

Machine code quine[edit]

I've added your program to quine. You might want to take a look, and change anything you don't like. Superm401 | Talk 02:38, Jun 17, 2005 (UTC)

Brainfuck to Turing machines[edit]

Hi,

You wrote you hadn't seen transformations from Brainfuck to Turing machines. I've chosen to do it as a student work this year, so I've written a compiler that takes a BF program, and outputs a program for a Turing machine. I've also written an interpreter for this output code. You can find both there : [[1]] It makes no optimisations on the BF code for the moment (it's hard to optimize BF code, except if BF programs have useless instructions, for instance -+,), and the execution is really slooooooow. I have written it in OCaml, though I wanted to do it in BF, but by teachers wouldn't let me do that :-) (They don't like to spend nights on BF programs...)

--King Mike 19:22, 22 November 2005 (UTC)[reply]

Dreams[edit]

I was in a supermarket and a blond welldressed thirtyish woman was walking up and down the bread aisle repeatedly with an empty cart. She explained "Oh, no--they pay me to keep the bread fresh by thinking about it."

Mille Bornes[edit]

Hi, I see you edited Mille Bornes. I'd like to ask if you might be able to come up with any images for it. Please check out Talk:Mille Bornes and Talk:Mille Bornes/work. Thank you. John Reid 01:18, 14 April 2006 (UTC)[reply]


haha that's so stupid! I'll concede to rigor being an American spelling if and when American becomes a synonym for incorrect. Besides the page it links to spells it as rigour, so if they want to defend their error then they should at least be consistent... which leads me to asking, who are the they that are disallowing the correct spelling of rigour? - fildon

Hey Daniel, I know the above issue was resolved on my talk page over two years ago, nonetheless rereading what I said (particularly in my 'haha that's so stupid... etcetera) made me feel that I owe you an apology. I have since taken the time to learn about the history of American English along side English English's history and find that neither has any more authority than the other, no more than any language does over another. I think at the time I was just terribly biased in trying to promote what I saw as true English, but really I was just being a kind of subtle (or perhaps not so subtle?) racist. And so finally I say: I was at fault. I am sorry. Fildon (talk) 15:18, 30 December 2008 (UTC)[reply]


Caffeine[edit]

Well spotted on the caffeine edit. Just thought I'd pop over to thank you. Medos (talkcontribs) 09:56, 9 March 2008 (UTC)[reply]


  1. include <stdio.h>
  2. include <stdlib.h>

int radius;

int x,y,i,j, success, diam, width, height; char color, back; char pic[4096][4096]; char pic2[4096][4096];

int main(int argc, char **argv){ color=atoi(argv[1]); back=atoi(argv[2]); width=atoi(argv[3]); height=atoi(argv[4]); diam=atoi(argv[5]); for(y=0;y<height;y++){ for(x=0;x<width;x++){ pic[x][y]=getchar(); pic2[x][y]=back; } } fprintf(stderr, "first pixel=%d, second=%d.\n",pic[0][0],pic[1][0]); for(y=0;y+diam<=height;y++){ for(x=0;x+diam<=width;x++){ success=1; for(i=x;i<x+diam;i++){ for(j=y;j<y+diam;j++){ if(pic[i][j]!=color) success=0; } } if(success){ for(i=x;i<x+diam;i++){ for(j=y;j<y+diam;j++){ pic2[i][j]=color; } } } } } for(y=0;y<height;y++){ for(x=0;x<width;x++){ putchar(pic2[x][y]); } } exit(0); }


Game 11 (?). I drew Monterey Jack, my mom drew Amanda Sharpe. We drew Yig as Ancient One. I got the revolver and bullwhip, an Elder Sign and Dragon's Eye (tossing Holy Water), and +1 Speed. Amanda got a Tommy gun, Pallid Mask, Flesh Ward, +1 Lore and +1 Luck (tossing +1 Will). We grabbed a few pairs of clues, Amanda got a Retainer which lasted a couple turns. Amanda got Wither. I bought an Obsidian Statue, tossing Ancient Tablet and Enchanted Blade (and forgetting to draw a fourth, which would have been Cabala of Saboth. I got Sir William Brinton as an ally. Amanda got sucked in a gate during Mythos at Independence Square. I got sucked in one in an encounter at The Unnamable. We both got delayed and beat up a fair bit in Another Dimension. I got out and closed Independence Square, then went to the Asylum to get restored to 3, then killed a Cultist downtown (Yes, I added a Doom Token.) Mom got out and closed The Unnamable. We hurried down to turn our gates for blessings at the South Church, and the next Mythos Card produced the 10th gate opening. We had got our Speed and Fight to max, and Amanda gave me her Wither spell, which I failed at the first time (having Lore at only +3) but succeeded after. We took down Yig on the fourth round, with Amanda getting the final shot. Score: 10 - 1 terror + 2 healthy investigators = 11. I got First Citizen for my Cultist trophy.

Incidentally, the first monster was a Dhole, which never moved off Unvisited Isle the whole game. —Preceding unsigned comment added by 170.220.2.193 (talk) 00:13, 3 October 2008 (UTC)[reply]

Hi,
You appear to be eligible to vote in the current Arbitration Committee election. The Arbitration Committee is the panel of editors responsible for conducting the Wikipedia arbitration process. It has the authority to enact binding solutions for disputes between editors, primarily related to serious behavioural issues that the community has been unable to resolve. This includes the ability to impose site bans, topic bans, editing restrictions, and other measures needed to maintain our editing environment. The arbitration policy describes the Committee's roles and responsibilities in greater detail. If you wish to participate, you are welcome to review the candidates' statements and submit your choices on the voting page. For the Election committee, MediaWiki message delivery (talk) 22:17, 30 November 2015 (UTC)[reply]