Skip to content

Instantly share code, notes, and snippets.

View xenomachina's full-sized avatar
💾
Loading...

Laurence Gonsalves xenomachina

💾
Loading...
View GitHub Profile
@xenomachina
xenomachina / wordle-word-list.txt
Created January 19, 2022 20:57
Full wordle word list. This includes the solutions and the non-solutions that it'll allow as guesses. It's sorted alphabetically, so merely looking at this file does not reveal which words are solutions.
aahed
aalii
aargh
aarti
abaca
abaci
aback
abacs
abaft
abaka
@xenomachina
xenomachina / prop-hub-bottom.stl
Created October 28, 2018 20:01
STL that causese Cura to generate weird support
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3:43:53 PM Executing tasks: [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:prepareDebugUnitTestDependencies]
3:43:57 PM Gradle build finished in 3s 291ms
3:44:33 PM Executing tasks: [:app:assembleDebug]
3:44:55 PM Gradle build finished in 21s 590ms
@xenomachina
xenomachina / circle_24.svg
Created March 21, 2016 03:40
This is almost the simplest SVG you can get from Inkscape: a solid filled circle with no stroke. The drawing is 24x24px, the circle is a bit smaller than that. It won't import into Android Studio's Vector Asset Studio.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xenomachina
xenomachina / README.md
Last active August 29, 2015 14:06
/r/retrobattlestations BASIC Week 3: UnderTheSea Commodore 8-bit PRG files

Here are PRG files for the Commodore 64 and 128 versions of the /r/retrobattlestationsBASIC Week 3 program "UnderTheSea".

Theses were generated from commit caa770f85b35da348484006c7b6a0bef65be8d15 (2014-09-08 17:07). You can generate your own using the petcat tool that comes with vice. Here are the command lines I used:

petcat -w20 -o uts64.prg Commodore64.txt
petcat -w70 -o uts128.prg Commodore128.txt

If you want to try them in vice you can just drag and drop these files into the x64/x128 window.