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

login

Go to top