Skip to content

Instantly share code, notes, and snippets.

View nitz's full-sized avatar
less bitter more glitter

Chris Dailey nitz

less bitter more glitter
View GitHub Profile
@nitz
nitz / victor-mono.css
Created November 3, 2021 20:56 — forked from pyrho/victor-mono.css
A font file for Blink Shell with the Victor Mono font
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 200;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Light/complete/Victor%20Mono%20Light%20Nerd%20Font%20Complete%20Mono.ttf?raw=true);
}
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 400;
@nitz
nitz / fsm.c
Created March 24, 2022 17:26 — forked from ankurs/fsm.c
FSM in C
/**
* @file fsm.c
* @brief an implementation for a FSM in C, this file contains
* implementation of definations.
* License GPLv3+
* @author Ankur Shrivastava
*/
#include "fsm.h"
#include<stdlib.h>
@nitz
nitz / gilding.linq
Created July 5, 2023 16:14
Pet Simulator X Gild / Rainbow Sim Tests v0
<Query Kind="Program">
<NuGetReference>RandN</NuGetReference>
<Namespace>ChartSeries = System.Windows.Forms.DataVisualization.Charting.Series</Namespace>
<Namespace>CountType = System.Int64</Namespace>
<Namespace>CurrencyType = System.Int64</Namespace>
<Namespace>OddsType = System.Double</Namespace>
<Namespace>RandN</Namespace>
<Namespace>RandN.Distributions</Namespace>
<Namespace>RandN.Distributions.UnitInterval</Namespace>
<Namespace>RandN.Extensions</Namespace>