Random line of code thread
category: code [glöplog]
Poke 53280,0
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%
Code:
let (next_ref, next) = self.next_half_edge(he);
Not pictured: Banging my head against the table.
Code:
dc.w $0040,$1FE8
var encoded = Packages.java.util.Base64.getEncoder().encodeToString(appended.getBytes(Packages.java.nio.charset.StandardCharsets.UTF_8));
L-,
Code:
call Interpol
Code:
ana l \ rlc \ rlc \ rlc
ADD ONE TO COBOL GIVING COBOL
Code:
move.l #Copper-$b80000,$dff080
I love doing lines
int getRandomNumber() {return 4;} // Chosen by fair dice roll, guaranteed to be random (https://xkcd.com/221/)
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
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
Code:
ld a,high(-PLAYER_JUMP_HEIGHT_HIGH)