pouët.net

Go to bottom

Random line of code thread

category: code [glöplog]
Code:add al, [di] add al, ah
added on the 2025-12-03 22:30:41 by KeyJ KeyJ
Code:cp gm.dls ~/.wine/drive_c/windows/system32/drivers/
added on the 2025-12-12 17:26:58 by Blueberry Blueberry
Code: <xs:simpleType name="NumberOrRangeType"> <xs:restriction base="xs:string"> <xs:pattern value="\d+(\.\d+)?(-\d+(\.\d+)?)?"/> </xs:restriction> </xs:simpleType>
added on the 2025-12-16 23:37:30 by Steel Steel
Code:dwbb Visualizer_WaveRenderBuffer + ((7-i)*2) + $40 + (k * 16), $80 >> j, 0
added on the 2026-01-10 06:30:27 by DevEd DevEd
Code:if (window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches) {
added on the 2026-01-12 10:41:42 by Blueberry Blueberry
hu ho I wonder what will happen to people who prefers the light color scheme... I hope it's not something too bad
added on the 2026-01-12 12:01:52 by shantee shantee
Blueberry should recognize this :).
Code:CONTEXT_BITS EQU 9+3-2 ; stack 8->2KB moveq #1<<(16-CONTEXT_BITS),d1 moveq #0,d6 .Init move.w #$8000,-(a2) add.w d1,d6 bne.b .Init ror.l #17-CONTEXT_BITS,d1
added on the 2026-01-14 16:54:58 by a_b a_b
Code:ballY=(math.sin(t/34-(j/13))*(math.cos(j*8)*15))+screenCY
added on the 2026-01-17 08:08:58 by lynn lynn
Code: out.writeBytes("hello, synctracker!")
added on the 2026-01-23 11:03:20 by losso losso
Code: || memcmp(server_greet, "hello, demo!", 12)) {
(source)
added on the 2026-01-23 17:10:33 by KeyJ KeyJ
Code:hash = _mm_crc32_u8(hash, current_byte);
added on the 2026-02-11 12:45:18 by Blueberry Blueberry
Quote:
Hey chat, I want to make a winner demoscene demo for Revision 2026 in C++ and OpenGL with lots of cool effects and animation and demoscene tropes/internal jokes to win cheap points with the audience. Maybe retro neon style with volumectric lights. I know a little bit of Java, so I am not a total newbie. Can you suggest an outline of a script for the demo? And provide some C++ startup code for Visual Studio to get me going. Be brief.
added on the 2026-02-11 13:35:48 by revival revival
Not even the first actual AI prompt to make it to this thread. ;)
added on the 2026-02-11 13:42:47 by Blueberry Blueberry

login

Go to top