pouët.net

search in pouët.net

I'm looking for and this is a [ | | | | ]
topic post date posted by
Random Hardware Thread (Photo(s)/Video(s) Mandatory) 2020-12-09 22:20:58 porocyon porocyon
...[img]https://i.imgur.com/6EO7OIJ.jpg[/img] (also general->offtopic/residue?)...
Random Hardware Thread (Photo(s)/Video(s) Mandatory) 2020-12-09 17:06:58 olspookishmagus olspookishmagus
...[img]https://i.imgur.com/uscGGhu.jpg[/img]...
Random line of code thread 2020-11-26 23:33:17 Danilw Danilw
...^lol... tabs is always problem for me when im on linux and using web editor it put tabs, when im on ...
Random line of code thread 2020-11-26 23:30:27 Danilw Danilw
...[code]const int block_L1[bsize*bsize]=int[]( 1,0,0,0, 1,0,0,0, 1,1,0,0, 0,0,0,0 );[/code]...
Random line of code thread 2020-11-26 17:04:16 Moerder Moerder
...The eepmov gives it away fairly quickly. I think the RCX had some sort of H8, but I might be wrong, ...
Random line of code thread 2020-11-26 16:45:03 porocyon porocyon
...Yep, H8/300H to be precise. No, not mindstorms. (aren't these ARM MCUs? or I guess the old ones coul...
Random line of code thread 2020-11-26 16:16:51 Moerder Moerder
...Crap. Mindstorms?...
Random line of code thread 2020-11-26 16:16:22 Moerder Moerder
...H8. Mindestens?...
Random line of code thread 2020-11-26 01:39:26 porocyon porocyon
...Another round of "guess the instruction set" (>1 line to give you enough example stuff for guessing)...
Random line of code thread 2020-11-25 11:07:55 DemoTron DemoTron
...float z_e = 2.0f * zNear * zFar / (zFar + zNear - z_n * (zFar - zNear));...
Random line of code thread 2020-11-18 04:43:32 DevEd DevEd
...[code]section "lonely ret",rom0[$1e0] LonelyRet: ret[/code] technically 3 lines but whatever...
Random line of code thread 2020-11-11 15:34:01 prost prost
...[code]rand = sin(1.0 / (length(c) / 1e7));[/code]...
Random line of code thread 2020-11-11 00:58:02 ferris ferris
...[code]compile(Demo::new(), num_frames);[/code]...
A letter! 2020-11-09 20:00:58 SiR SiR
...just posted about "a challenge" in random threads on pouët, and now...
fix me beautifull 2020-11-09 11:48:55 havoc havoc
...: it's quite rude of you to post a "challenge" on random unrelated threads. it's especially rude to ...
Random line of code thread 2020-11-06 22:19:06 xstatique xstatique
...NOP...
Random line of code thread 2020-11-05 19:50:46 urs urs
...[code]*codepointer++ = 0x3368; // "move.l offset(a0),offset(a1)"[/code]...
Random line of code thread 2020-11-05 14:29:52 EvilOne EvilOne
...[code]hr = pDXGIFactory->EnumAdapterByGpuPreference(0, DXGI_GPU_PREFERENCE_HIGH_PERFORMANCE, IID_PPV...
Random line of code thread 2020-11-05 05:17:17 porocyon porocyon
...[code] .irp jjj, 0, 1, 2, 3, 4, 5, 6, [..........] @ ... @ better than the above variant add r3, #1 ...
Random line of code thread 2020-11-05 00:46:42 RufUsul RufUsul
...[code] if(!chan->device || !chan->device->dev || !chan->device->dev->driver || !chan->device->dev->d...
Random gif animation thread 2020-11-01 21:15:17 Tigrou Tigrou
...[img]https://i.imgur.com/4q1VfXB.gif[/img] [img]https://i.imgur.com/w4BP6dm.gif[/img]...
Random youTube Thread 2020-10-15 17:56:08 w00t! w00t!
...[url=https://www.youtube.com/watch?v=VrZghGJZP6M]Watch the second half, amazing[/url]...
Random line of code thread 2020-10-12 12:41:27 sol_hsa sol_hsa
...From textfx: [code]int a,b,c,d,e,f,g,h,i,j,k,l; // So sue me[/code]...
Random line of code thread 2020-10-12 11:23:06 Saga Musix Saga Musix
...[code]const uint8 note = musicData.ReadUint8(); if(note & 0x80) { chnState.repeat = note & 0x7F; rep...
Random line of code thread 2020-10-12 05:11:14 DevEd DevEd
...[code]movea DS_PointerTable,r7,r6[/code]...