Skip to content

Instantly share code, notes, and snippets.

View StripedMonkey's full-sized avatar
💭
This too shall pass

Noah StripedMonkey

💭
This too shall pass
View GitHub Profile
@StripedMonkey
StripedMonkey / VSCodeInlayHints.json
Created September 26, 2022 02:57
the `settings.json` required to have some actually usable inlay hint coloring. Why this isn't the default is beyond me.
{
"settings": {
"workbench.colorCustomizations": {
"editorInlayHint.foreground": "#868686f0", // Really light bluish
"editorInlayHint.background": "#00000000", // Transparent Background
// Overrides for specific kinds of inlay hints
"editorInlayHint.typeForeground": "#868686f0",
"editorInlayHint.parameterForeground": "#868686f0",
"editorInlayHint.parameterBackground": "#00000000",
@StripedMonkey
StripedMonkey / keybase.md
Last active August 2, 2021 00:45
Keybase proof

Keybase proof

I hereby claim:

  • I am stripedmonkey on github.
  • I am stripedmonkey (https://keybase.io/stripedmonkey) on keybase.
  • I have a public key ASAGMg0lFk1ikB7z_735PLRfHneZ18l6XNIhxhIDbxRxQwo

To claim this, I am signing this object:

import java.util.Scanner;
import java.lang.Math;
public class MyClass {
//Init a bunch of vars for everything to use
int board[][] = new int[3][3];
Scanner read = new Scanner(System.in);
boolean won = false;
int BLANK = 0;
int X = 1;
@StripedMonkey
StripedMonkey / gist:830df134dad0926e635632c21b107fc6
Last active March 19, 2017 19:10
List of Programs used in the Linux game jam 2017
Gimp: FOSS
Used to edit images.
https://www.gimp.org/
Asperite: OSS 14.99 on steam
Used to create sprite animations
https://www.aseprite.org/
Tiled: FOSS
Tile Map Editor