Skip to content

Instantly share code, notes, and snippets.

View fluxie31's full-sized avatar

Fluxie fluxie31

View GitHub Profile
@fluxie31
fluxie31 / ConsolePlayaround.c
Last active October 25, 2022 03:36
[EPILEPSY WARNING] A playaround with ANSI color codes, written in C.
// Released under public domain. Do whatever you please with it.
// EPILEPSY WARNING: This program rapidly prints characters in a wide variety of
// colors to the screen, which may trigger seizures in those with epilepsy. Please
// take caution when compiling and running it!
// Press Ctrl+C at any time to exit the program.
#include <stdio.h>
#include <stdlib.h>
@fluxie31
fluxie31 / ASM6-Build.ps1
Last active September 16, 2022 06:11
A simple build automation script for Loopy's ASM6 assembler.
<# ASM6 Automatic PowerShell Script
# Made by Roxie Wattz, Feel free to
# use this as you please, just be
# sure to give credit if you
# make any modifications to it.
# Requires ASM6.exe to be on
# your PATH (recommended) or
# in yourworking directory.
# You can find the executable,