pouët.net

Go to bottom

Random line of code thread

category: code [glöplog]
$this->view->params = base64_encode(serialize($this->vars['params']));
added on the 2006-12-22 12:56:53 by d0DgE d0DgE
and another one for Amstrad CPC...
this time it is the SAW III trailer just in onelinecode :D

1 FOR X=0 TO 2:OUT 256,1+X:OUT 255,8+X:NEXT X

oh yeah cut my monitor me beautiful
added on the 2006-12-22 13:46:59 by EviL EviL
goto ficken;
added on the 2006-12-22 14:19:08 by toxie toxie
or die();
5 GOTO 60
10 PRINT "out"
15 GOTO 60
20 PRINT "laid"
25 GOTO 10
30 PRINT "logically"
35 GOTO 20
40 PRINT "is"
45 GOTO 30
50 PRINT "program"
55 GOTO 40
60 PRINT "This"
65 GOTO 50
added on the 2006-12-22 14:35:56 by linde linde
jsr $e544
added on the 2006-12-22 14:42:06 by mermaid mermaid
Aeon::Utility::Types::Triple<float> tplPos(-13.37f);
added on the 2006-12-22 15:26:52 by decipher decipher
move.w #(256<<6)|(46/2),$58(a6)
added on the 2006-12-22 15:51:09 by StingRay StingRay
if (d < fixed16(0)) return -b;
added on the 2006-12-22 15:53:15 by kusma kusma
second_chaos := false;
added on the 2006-12-22 15:53:36 by tomaes tomaes
Quote:
oh yeah cut my monitor me beautiful


BB Image
added on the 2006-12-22 15:57:02 by Spenot Spenot
echo -ag hello world :P
Code: tmr = [[NSTimer scheduledTimerWithTimeInterval:0.01 target:self selector:@selector(stealScreen:) userInfo:self repeats :NO] retain];


well, ripping sucks...
added on the 2006-12-22 16:26:37 by FooLman FooLman
xor eax,eax
added on the 2006-12-22 17:17:23 by scoutski scoutski
jclr #1,X:<<$FFE9,*
added on the 2006-12-22 17:23:30 by earx earx
poke &bdea,255
added on the 2006-12-22 19:03:32 by doh doh
long a[35014],b,c=35014,d,e,f=1e4,g,h;main(){for(;b=c-=14;h=printf("%04ld",e+d/f))for(e=d%=f;g=--b*2;d/=g)d=d*b+f*(h?a[b]:f/5), a[b]=d%--g;}
int a = *((int*)(NULL));
added on the 2006-12-22 19:21:51 by jua jua
move.l #$455h0le,$bed
added on the 2006-12-23 00:12:50 by StingRay StingRay
whoop-dee-doo
Code: if(/([^:]+): *(.*)/) { $dir = $1; $2 =~ /(.*?)->([^|]*)(\|(.*))?/; $src = $1; @dst = split(/,/, $2); $wildcard = $4;
added on the 2006-12-23 01:21:25 by bartman bartman
Code:(10) PLEASE DON'T GIVE UP
added on the 2006-12-23 11:31:03 by Spenot Spenot
void hblHandler()
{
// Sorry, HBlank. I know it hurts...
pDemoListEntry curEntry = demoList;
while(curEntry->nextEntry != NULL) {
pDemoEffect curEffect = curEntry->nextEntry->curEffect;

++curEffect->hblCounter;
curEffect->execHblank();
curEntry = curEntry->nextEntry;
}
}
added on the 2006-12-23 18:18:28 by LiraNuna LiraNuna
fyl2xp1
added on the 2008-03-02 19:22:26 by Pirx Pirx
}
added on the 2008-03-02 19:26:46 by ryg ryg

login

Go to top