Skip to content

Instantly share code, notes, and snippets.

View brisingraerowing's full-sized avatar

Brisingr Aerowing brisingraerowing

  • GryphonSoft Technologies
View GitHub Profile
unchanged:
--- readline-6.3-orig/colors.c 2013-03-20 11:19:08.000000000 -0400
+++ readline-6.3/colors.c 2015-07-20 12:44:31.821014500 -0400
@@ -37,6 +37,10 @@
#include "posixstat.h" // stat related macros (S_ISREG, ...)
#include <fcntl.h> // S_ISUID
+#ifndef S_ISDIR
+#define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
+#endif
@brisingraerowing
brisingraerowing / animania_oredict.zs
Created February 26, 2017 20:24
Animania OreDict Script
# Beef - Raw
val raw_hereford_beef = <animania:raw_hereford_beef>;
val raw_longhorn_beef = <animania:raw_longhorn_beef>;
val raw_angus_beef = <animania:raw_angus_beef>;
# Beef - Cooked
val cooked_longhorn_roast = <animania:cooked_longhorn_roast>;
val cooked_hereford_roast = <animania:cooked_hereford_roast>;
val cooked_angus_roast = <animania:cooked_angus_roast>;
@brisingraerowing
brisingraerowing / CPOL.md
Created June 25, 2015 06:17
Codeproject Open License in Markdown (Converted with html2text)

The Code Project Open License (CPOL) 1.02

Preamble

This License governs Your use of the Work. This License is intended to allow developers to use the Source Code and Executable Files provided as part of the Work in any application in any form.

The main points subject to the terms of the License are: