pouët.net

Go to bottom

Random line of code thread

category: code [glöplog]
Poke 53280,0
added on the 2025-04-24 06:21:00 by Punane Punane
SCREEN 8:KEY OFF:CLS:DEF SEG=&HA000:OUT &H3C4,2:FOR Y%=0 TO 199:FOR X%=0 TO 79:OUT &H3C5,(X%/13+Y%*Y%/4321) AND 15:POKE Y%*80+X%,X% XOR Y%:NEXT X%:NEXT Y%
added on the 2025-04-25 08:13:06 by KeyJ KeyJ
Code: let (next_ref, next) = self.next_half_edge(he);

Not pictured: Banging my head against the table.
added on the 2025-04-25 11:08:57 by sagacity sagacity
Code:dc.w $0040,$1FE8
added on the 2025-05-07 18:18:26 by Blueberry Blueberry
var encoded = Packages.java.util.Base64.getEncoder().encodeToString(appended.getBytes(Packages.java.nio.charset.StandardCharsets.UTF_8));
added on the 2025-05-08 17:09:12 by uncle_H uncle_H
L-,
added on the 2025-05-09 11:30:41 by Punane Punane
Code:call Interpol
added on the 2025-05-21 12:13:03 by ltipl ltipl
Code:ana l \ rlc \ rlc \ rlc
added on the 2025-05-21 18:57:13 by svo svo
ADD ONE TO COBOL GIVING COBOL
added on the 2025-05-27 11:50:22 by orac81 orac81
Code:move.l #Copper-$b80000,$dff080
added on the 2025-05-30 11:08:00 by Blueberry Blueberry
I love doing lines
added on the 2025-06-09 00:19:32 by leaq leaq
int getRandomNumber() {return 4;} // Chosen by fair dice roll, guaranteed to be random (https://xkcd.com/221/)
added on the 2025-06-10 12:29:23 by orac81 orac81
piece of a "tracker" i am making in 100% pure bash ^^

first_pattern=${SEQUENCE[0]}
eval "first_array=(\"\${${first_pattern}[@]}\")"
for ((i=0;i<${#first_array[@]};i++)); do
master="$tmpdir/master_${i}.raw"
>"$master"
MASTER+=("$master")
done
added on the 2025-06-19 21:57:15 by Shantee Shantee
Code:ld a,high(-PLAYER_JUMP_HEIGHT_HIGH)
added on the 2025-06-20 06:11:41 by DevEd DevEd

login

Go to top