pouët.net

search in pouët.net

I'm looking for and this is a [ | | | | ]
topic post date posted by
Random line of code thread 2024-05-20 01:39:05 MrVainSCL MrVainSCL
...SYS 52651...
Random line of code thread 2024-05-13 14:03:16 stefa stefa
...A2000 LDA$01 ADC#$38 STA $FF11 JMP $2000 G2000...
Random line of code thread 2024-05-12 22:26:30 weatherman115 weatherman115
...[code] //new bees? if rnd(1) > 0.95 then local bee = {-1,rnd(98)+16} add(bees, bee) end[/code]...
Random line of code thread 2024-05-09 12:00:42 hot multimedia hot multimedia
...[code] 72: 225a movea.l (a2)+,a1 74: 362a 0002 move.w 2(a2),d3 78: 3210 move.w (a0),d1 7a: 2008 move...
Random line of code thread 2024-05-08 16:37:54 Krill Krill
...[code] // FIXME: This is very prone to memory leaks. Context* ctx = new Context();[/code]...
Random line of code thread 2024-05-06 23:20:21 TôBach TôBach
...[code]ldr r2, [r4] ldr r3, [r4, #4] str r2, [r12] str r3, [r12, #4][/code]...
Random line of code thread 2024-05-04 01:56:52 DevEd DevEd
...[code]adds r1,4 ldr r7,=0xFFFFFFFC ands r1,r7 [/code]...
Random line of code thread 2024-05-03 21:17:32 hukka hukka
...[code]; --------------------------------------- shoot crotch lasers Sync_Laser:[/code]...
Random line of code thread 2024-05-03 19:21:26 dalezy dalezy
...[code][/code]...
Random line of code thread 2024-05-03 15:49:22 neoneye neoneye
...CSharpString beyond 255 bytes. Probably never happens....
Random line of code thread 2024-05-03 14:08:34 tolik518 tolik518
...[code]impl Serialize for CSharpString { fn serialize(&self, serializer: S) -> Result where S: Serial...
Random line of code thread 2024-05-03 13:03:53 nikhotmsk nikhotmsk
...; word compare on Z80 or a ; clear carry flag sbc hl, de add hl, de ; aaaand... flags are ready...
Random line of code thread 2024-05-03 02:23:42 DevEd DevEd
...[code]ldr r1,[r1,r0][/code]...
Random line of code thread 2024-05-02 23:28:40 Hyde Hyde
...[code]nop[/code]...
Random line of code thread 2024-05-02 14:12:33 sagacity sagacity
...[code]10 PRINT "PENUS "; 20 GOTO 10 [/code]...
Random line of code thread 2024-05-02 13:52:55 post malone post malone
...JZ MetaRet ; most of the time we will fail....
Random line of code thread 2024-05-02 11:20:26 moredhel moredhel
...While...Wend...
Random line of code thread 2024-05-01 18:01:54 rudi rudi
...[code]0;[/code]...
Random line of code thread 2024-05-01 17:52:28 DevEd DevEd
...[code].pool @ ugh[/code]...
Raymarching Beginners' Thread 2024-02-29 09:32:11 Krafpy Krafpy
...(c.x, 0., c.y); q.xz += 0.2*(2.*hash12(c)-1.); // random XZ offset float d = length(q) - 0.2; return...
Random line of code thread 2024-02-18 19:53:23 bsp bsp
...[code]id test inc myosc ...
Random gif animation thread 2024-02-06 12:48:03 ewerybody ewerybody
...[IMG]https://www.thisiscolossal.com/wp-content/uploads/2017/11/nicolas-1-big.gif[/IMG] [URL=https://...
Random line of code thread 2024-01-27 12:07:22 bsp bsp
...[code]*sr 0.9998 # (over)samplerate-independent volume envelope (exponential decay)[/code]...
Ad-ridden demoscene Youtube channels 2024-01-23 16:25:15 enigma enigma
...inserted on basically every video interrupting it randomly. This is also the case on non-monetized c...
Random line of code thread 2023-12-06 18:39:18 MsK` MsK`
...[code](define (cons a b) (lambda (pick) (cond ((= pick 1) a) ((= pick 2) b)))) (define (car x) (x 1)...