Skip to content

Instantly share code, notes, and snippets.

View kindfulkirby's full-sized avatar

Kirby kindfulkirby

View GitHub Profile
@Matan
Matan / HaxeScript.hx
Last active February 5, 2022 12:27 — forked from clarkjones/HaxeScript.hx
haxex, a short shell script that can be used so you have Haxe shell scripting
#!/usr/bin/env haxex -lib mcli @
/**
Taken from mcli example https://github.com/waneck/mcli
Say hello.
Example inspired by ruby's "executable" lib example
**/
class HaxeScript extends mcli.CommandLine
{
/**
@Pathoschild
Pathoschild / stardew-mod-recommendations.md
Last active December 1, 2025 02:36
Stardew Valley mod recommendations

Here are the mods I recommend. These are all compatible with the latest versions of SMAPI and Stardew Valley on Linux/macOS/Windows. See the player's guide to using mods if you're interested.

Base frameworks

@netalkGB
netalkGB / snes.ino
Last active October 1, 2017 19:27
Digispark SNES controller
#include "DigiJoystick.h"
#define DAT 0
#define PS 1
#define CLK 2
#define PULSE_TIME 3
char buf[8] = {
0x80, 0x80, 0x80, 0x80, 0x80, 0x80,