Ya boy was bored, so he decided to hand-decode some sprite data in Vim on his phone, because that's how we roll!
This entry was edited (2 weeks ago)
Ya boy was bored, so he decided to hand-decode some sprite data in Vim on his phone, because that's how we roll!
R.L. Dane π΅
in reply to R.L. Dane π΅ • • •Another one!
#LossyPNG
R.L. Dane π΅
in reply to R.L. Dane π΅ • • •#uxn
Amin Hollon π³
in reply to R.L. Dane π΅ • • •R.L. Dane π΅
in reply to Amin Hollon π³ • • •I really don't know the first thing about #CSS, except for the acronym. ;)
Bryan Redeagle
in reply to R.L. Dane π΅ • • •R.L. Dane π΅
in reply to Bryan Redeagle • • •Amin Hollon π³
in reply to R.L. Dane π΅ • • •Bryan Redeagle
in reply to Amin Hollon π³ • • •R.L. Dane π΅
in reply to Bryan Redeagle • • •R.L. Dane π΅
in reply to R.L. Dane π΅ • • •#uxn #sprite #sprites #bash #OneLiners
R.L. Dane π΅
in reply to R.L. Dane π΅ • • •Now I've got it working in BOTH directions!!!
Shell Scripting Mad Genius, here!! XD (or maybe mostly just mad)
#uxn #sprites
R.L. Dane π΅
in reply to R.L. Dane π΅ • • •mirabilos
in reply to R.L. Dane π΅ • • •function
(ksh-style function) and()
(POSIX-style function) together, thatβs a bashism (and will result in POSIX-style function)R.L. Dane π΅
in reply to mirabilos • • •What's the difference between a ksh and POSIX function, other than the declaration?
I like making it look vaguely C-ish π
I've even threatened to
alias void=function
before π€£mirabilos
in reply to R.L. Dane π΅ • • •RTFM ;)
Only ksh-style functions can have locals in ksh93, but they donβt at all work in sh, and in many ksh-ish shells they open a local scope for shell flags like
set -o noglob
.R.L. Dane π΅
in reply to mirabilos • • •mirabilos
in reply to R.L. Dane π΅ • • •mirabilos
in reply to mirabilos • • •R.L. Dane π΅
in reply to mirabilos • • •Devine Lu Linvega
in reply to R.L. Dane π΅ • • •R.L. Dane π΅
in reply to Devine Lu Linvega • • •Jonathan Lamothe
in reply to R.L. Dane π΅ • •R.L. Dane π΅
in reply to Jonathan Lamothe • • •