Gits\'n\'Hubs

NDS / GBA homebrews  https://github.com/gbdev/awesome-gbadev https://github.com/relminator/Fuzed-Neohttps://github.com/dbeef/homebrew-links-ds https://github.com/Asiern/SpriteNDShttps://github.com/devkitPro/devkitarm-ruleshttps://github.com/dbeef/spelunky-dshttps://github.com/melw/dicewars Disassembly and Reverse Engineeringhttps://github.com/Dirbaio/nsmb-editor-dshttps://github.com/n64decomp/sm6416-bit homebrewhttps://github.com/MiSTer-devel/Main_MiSTer/wiki https://github.com/BigEvilCorporation/LUMINARYhttps://github.com/moon-watcher/cave-story-mdhttps://github.com/undisbeliever/untech-enginehttps://github.com/optixx/snes8-bit homebrewhttps://github.com/Zal0/gbdk-2020 Stylux-relatedhttps://github.com/Leszek111/ReLaunchXhttps://github.com/ocornut/imguihttps://github.com/onyx-intl/boox-opensourcehttps://github.com/PypeBros/booxsdkmisc.https://github.com/alpine9000/climbyskiescontext: my new Boox can browse github contents, but I\'m not sure I want to give it my github credentials. So here\'s the list of projects I\'ve starred over the years, but wouldn\'t print and can\'t afford to check on-screen.

Oneliner to convert them all

fe -nx *.spr \"perl ~/DS/SpriteEditor/bin/spr2png.pl %.spr ~/hobby/dspr/demo-%.blk.png --maxheight=256\"fe -nx *.spr \"perl ~/DS/SpriteEditor/bin/spr2png.pl %.spr ~/hobby/dspr/demo-%.spr.png --extra --maxheight=256\" Another oneliner to gather them all, and in HTML bind them... (echo \'\' ; fe *.png \"echo \'<div style=@display: inline-block; background: grey; text-align: center;@> %\'\" ; echo \'\') | sed -e \"s/@/\'/g\" > test.html Why ? Because I need … Continue reading Oneliner to convert them all