Skip to content

Instantly share code, notes, and snippets.

View GlassGhost's full-sized avatar

GlassGhost GlassGhost

View GitHub Profile
@GlassGhost
GlassGhost / autoexec.cfg
Last active September 27, 2015 17:28
engi script
//save this file as C:\Program Files (x86)\Steam\steamapps\common\team fortress 2\tf\cfg\autoexec.cfg
//don't render more frames than monitor can show to save energy and reduce temps for longer cpu life; adjust according to your monitor
fps_max 60
@GlassGhost
GlassGhost / glxcb.c
Created October 10, 2011 19:23
proper use of xcb and opengl involves x11 since most manufacturers only write libs for x11
/* glxcb.c taken from:
http://xcb.freedesktop.org/opengl/
to compile it use :
gcc -std=c99 -Wall glxcb.c -lxcb -lX11 -lGL -lX11-xcb -o glxcb
*/
#include <stdio.h>
#include <stdlib.h>
#include <X11/Xlib.h>
@GlassGhost
GlassGhost / HTML Clipboard.htm
Last active September 27, 2015 12:57
HTML Clipboard
<!DOCTYPE html><html style="width:100%; height:100%; background:url(http://imageshack.us/a/img715/2300/bootanimationf.gif) center center no-repeat; background-color:#000000;color:#ffffff;">
<head><meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>HTML Clipboard</title>
<!--There's tag for documentation of your xml/html-->
<!--------------------------Scripts and Styles by URL-------------------------->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="./default.js"></script>
<link rel="stylesheet" type="text/css" href="./default.css"/>
<!-------------------------Built-In Scripts and Styles------------------------->
<script language=javascript type='text/javascript'>
///////////////////////////////////////////////////////////////////////////////
// This file was created with
// Dota Customkey Generator 3.5
//
// Try it out at http://www.drjones.dk/customkeys
// Please check back once in a while for bugfixes and updates
//
// Game: WarCraft III The Frozen Throne
// Map: DotA Allstars 6.73
//