pouët.net

Go to bottom

Random line of code thread

category: code [glöplog]
Quote:
unsigned short readdword()

(c) BoyC
added on the 2016-09-07 01:06:42 by Gargaj Gargaj
Code: ORG $0 ;----------- Vector Table ---------------- dc.l stack_ssr ; sp dc.l start ; pc REPT 29 dc.l exception ENDR ;------------------------------------------
added on the 2016-09-07 14:16:00 by Sniper Sniper
Code: lea $1337.w,a7 ; NO interrupts allowed anymore!
added on the 2016-09-07 17:38:18 by StingRay StingRay
#define true rand()%100>99
added on the 2016-09-12 18:06:18 by Fell Fell
Quote:
Quote:
unsigned short readdword()

(c) BoyC


Awesome! How many lost days debugging?
added on the 2016-09-12 18:36:10 by xTr1m xTr1m
MOVE 'ZIG'
added on the 2016-09-13 14:00:07 by Exin Exin
q *= ~q;
added on the 2016-09-13 17:03:10 by kuiash kuiash
#define CENTS 2
added on the 2016-09-13 17:15:27 by kuiash kuiash
bAccent = (((note.flags&ACCENTMASK)>>ACCENTBIT) & ((note.flags&GATEMASK)>>GATEBIT)) | (bPrevSlide&bAccent); // latch
added on the 2016-09-14 13:49:19 by JvB JvB
// there are slots for 12 touch points. 10 fingers + mouse left and right. DO NOT PUT YOUR DICK ON THE SCREEN.
added on the 2016-09-14 17:36:06 by kuiash kuiash
max_t = min(exit(minb, maxb), result_t);
added on the 2016-09-14 17:41:31 by msqrt msqrt
Code:assert(actual == size);
added on the 2016-10-06 15:48:11 by Blueberry Blueberry
Quote:
Quote:
Quote:
unsigned short readdword()

(c) BoyC


Awesome! How many lost days debugging?

Just a couple hours, but they were in the sub-6 AMs :D
added on the 2016-10-06 16:39:58 by BoyC BoyC
Code:console.log("London's full of cunts");
added on the 2016-10-07 12:50:11 by d0DgE d0DgE
err("Oh boy I\'m in trouble now %d", scan_ptr0 - scan_ptr1);

Once a year one of our customers would get this message, send us the data sets and neither them not us could reproduce it. Heisenbug...
added on the 2016-10-07 13:22:21 by kuiash kuiash
Code:git config --global alias.hadouken 'push -f'
added on the 2016-10-13 15:04:31 by ferris ferris
Code:PUSHAD

Use 8 bits to move 224 of its brethren.
added on the 2016-10-13 15:25:16 by El Topo El Topo
Code:its_gay = !balls_are_touching(balls[0], balls[1]);
added on the 2016-10-13 16:34:06 by Tigrou Tigrou
Code:vps.y += random(floor(vps.y / vps.w * 8 + effect1 * 10)*.01)*effect1*vps.w; // galaxy wipe
added on the 2016-10-13 23:40:35 by Psycho Psycho
Code:MoO moO MoO mOo MOO OOM MMM moO moO MMM mOo mOo moO MMM mOo MMM moO moO MOO MOo mOo MoO moO moo mOo mOo moo
added on the 2016-10-14 18:30:34 by psenough psenough
Quote:
Code:MoO moO MoO mOo MOO OOM MMM moO moO MMM mOo mOo moO MMM mOo MMM moO moO MOO MOo mOo MoO moO moo mOo mOo moo

Dude, get on topic. That's not code, it's from some Russian youtube clip about singing tractors :)
added on the 2016-10-14 18:50:09 by El Topo El Topo
Quote:
if (rootNode.data == null) throw new RuntimeException("(ノಠ益ಠ)ノ彡┻━┻");
added on the 2016-10-15 00:07:45 by rem rem
BB Image
added on the 2016-10-15 00:11:19 by psenough psenough
wish there was programming language like this
Code:AddCube(Size:1)
added on the 2016-10-15 07:02:47 by Flashira Flashira
C# has AddCube(Size=1), I believe python too
added on the 2016-10-15 10:11:10 by MsK` MsK`

login

Go to top