Skip to content

Instantly share code, notes, and snippets.

View liam-middlebrook's full-sized avatar

Liam Middlebrook liam-middlebrook

View GitHub Profile
@liam-middlebrook
liam-middlebrook / webnews-uid-to-uuid.py
Created September 20, 2016 19:52
CSH-WebNews uid to uuid Converter Script
#!/usr/bin/python
# Copyright 2016 Liam Middlebrook
# Available Under GPLv3
# Contact for other licensing
import csh_uuid
lines = []
@liam-middlebrook
liam-middlebrook / gist:c5da4fab17faba261f8b
Last active September 7, 2015 16:50
Gamedev Resources Git + Unity
@liam-middlebrook
liam-middlebrook / GLDebugMessageCallback.c
Last active March 26, 2024 13:06
GL Debug Output Message Callback Guide
// This is free and unencumbered software released into the public domain.
//
// Anyone is free to copy, modify, publish, use, compile, sell, or distribute
// this software, either in source code form or as a compiled binary, for any
// purpose, commercial or non-commercial, and by any means.
//
// In jurisdictions that recognize copyright laws, the author or authors of this
// software dedicate any and all copyright interest in the software to the
// public domain. We make this dedication for the benefit of the public at large
// and to the detriment of our heirs and successors. We intend this dedication
@liam-middlebrook
liam-middlebrook / template.md
Last active August 29, 2015 14:20
GitBook Template Profile

Profile: %Subject%

Authors

  • Name <handle/email>

Rationale

There are so many subjects you could choose to profile, so why did you choose this one?

/*
MINX - A C++ Graphics and Input Wrapper Library ( http://github.com/GearChicken/MINX )
Copyright (C) 2013-2014 MINX Team
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,