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 2023-11-23 07:08:59 gloky gloky
...createContigustable ; ; a0 = ram ; d0 = nombre d'element de la table sinus ; d1 = pas interne ; d2 =...
Random line of code thread 2023-11-14 20:15:12 midpnt_displacem midpnt_displacem
...[code] let displacement = (rng_val - 0.5) * resolution * self.spread_rate; [/code]...
Random line of code thread 2023-11-11 03:37:49 BinaryCounter BinaryCounter
...[code]jr z, SendBitsFast ; hehe this is definitely gonna fuck some shit up[/code]...
Random line of code thread 2023-11-04 16:32:01 rudi rudi
...[code]for (int i = 0; i < row.size() - 1; i++) hamwSum += hammingWeight(row[i]);[/code]...
Random line of code thread 2023-11-04 13:50:03 losso losso
...coding hungry [code]static void drawButter(int[] buffer) {[/code]...
Random line of code thread 2023-10-31 06:42:38 DevEd DevEd
...[code]ld de,-17868[/code]...
Random line of code thread 2023-09-11 09:30:00 djh0ffman djh0ffman
...[code]throw new Exception("Oh shit, you should never get here!")[/code]...
Random line of code thread 2023-09-10 20:42:36 lynn lynn
...[code]-- sick tunes btw currentValue = ffi.string(mod:format_pattern_row_channel_command(pattern, ro...
Random line of code thread 2023-09-08 21:16:53 StingRay StingRay
...[code]DATA(class_info) = NEW cl_oo_class( clsname = CONV #( cl_abap_typedescr=>describe_by_object_re...
So, how dead is it? 2023-08-14 22:59:21 Radiant Radiant
...y just log in for the first time in years just to randomly reply to this thread? I guess I did. The ...
Random line of code thread 2023-07-14 11:32:54 MrVainSCL MrVainSCL
...OPEN 15,8,15,"UI-":CLOSE 15 // The Commodore 1541 floppy drive uses a slower Commodore 64 compatible...
Random gif animation thread 2023-05-12 17:03:05 olspookishmagus olspookishmagus
...[img]https://i.imgur.com/deozgDh.gif[/img] Someday I might get into bringing in a better version of ...
Random line of code thread 2023-05-06 13:35:09 sensenstahl sensenstahl
...[code]mov bl,70[/code]...
Random line of code thread 2023-05-06 12:00:32 bsp bsp
...[code]id my_amp name "my amp" author bsp cat amp param p_level 1 mod m_level ...
Random line of code thread 2023-05-05 13:44:38 noname noname
...{(3 ...
Learned filters for executable graphics 2023-04-16 15:21:08 cce cce
... to start from my raymarched rendering instead of random noise so that the cellular automata iterati...
Random gif animation thread 2023-04-15 21:28:29 marsulpi marsulpi
...[img]https://abload.de/img/xcxbdk1f.gif[/img]...
Random gif animation thread 2023-04-12 01:58:08 Laffik Laffik
...[img]https://www.laffik.com/Binary%20Polygon%20Operations.gif[/img] Polygons added up by binary alge...
Random line of code thread 2023-04-07 18:21:56 freem freem
...move.w #284-1,d7 ; damn that's a lot of sprites...
Random line of code thread 2023-04-07 11:18:12 superplek superplek
...// simpler version of the sh*t above (FIXME: this bugs, but I like how it looks)...
Random line of code thread 2023-04-05 09:35:19 Laffik Laffik
... does!!!! It god damn does!!!! And it was made by random. I knew there's some shift for pixels along...
Random line of code thread 2023-03-10 22:04:13 EviL EviL
...for (;;){fork();}...
Random line of code thread 2023-03-07 08:11:02 ɧ4ɾɗվ. ɧ4ɾɗվ.
...String string = "Stringers in the Night!"; // Bert Kaempfert...
Random line of code thread 2023-03-06 19:34:25 Enfys Enfys
...[code]lda #$80 ldx chrval sta ,x leax 1,x stx chrval ldx chrval2 sta ,x leax -1,x stx chrval2 [/code...
Random line of code thread 2023-03-06 16:39:17 sagacity sagacity
...[code] impl Drop for JsValue { fn drop(&mut self) { extern "C" { fn heap_drop(idx: u32); } unsafe { ...