Skip to content

Instantly share code, notes, and snippets.

View akrigline's full-sized avatar

Andrew Krigline akrigline

View GitHub Profile
{
"Users": {
"74602831":{
"Group": "mod_group"
},
"5228241":{
"Group": "mod_group"
},
"152997":{
"Group": "mod_group"
@akrigline
akrigline / gist:0e5020f82f900dcf76cb
Last active August 29, 2015 14:07
Eloquent defense against my ban at KKG.
This was my response that was edited out here on KKG's forum after being banned.
http://kingkahunagames.com/forums/forum/welcome-to-kingkahunagames/ban-complaints-aa/1768-calego-seems-to-be-banned
In case they delete the thread:
http://imgur.com/OvlNVUx
Below is the full post, including the "EDITED" part that the King decided was worth deleting.
For the sake of transparency I might as well type out the gist of what we talked about yesterday.
@akrigline
akrigline / gist:af9077287e296869b66e
Created October 12, 2014 15:46
Tournamentmode + Captains Mode Debuglog.txt
Error: lua/shine/extensions/tournamentmode/server.lua:155: attempt to index field 'ReadyStates' (a nil value).
stack traceback:
lua/shine/core/shared/hook.lua:65: in function '__index'
lua/shine/extensions/tournamentmode/server.lua:155: in function 'CheckCommanders'
lua/shine/extensions/tournamentmode/server.lua:112: in function <lua/shine/extensions/tournamentmode/server.lua:106>
[C]: in function 'xpcall'
lua/shine/core/shared/hook.lua:116: in function 'Call'
lua/shine/core/shared/hook.lua:285: in function 'CheckGameStart'
lua/NS2Gamerules.lua:1027: in function <lua/NS2Gamerules.lua:1007>
[Hook Error] CheckGameStart hook failed from plugin 'tournamentmode'. Error count: 1.
@akrigline
akrigline / gist:ea94f6f3a038f6b878f1
Created October 14, 2014 00:37
debuglog Oct 13
Error: lua/shine/extensions/captains/server.lua:324: attempt to index global 'Connected' (a nil value).
stack traceback:
lua/shine/core/shared/hook.lua:65: in function '__index'
lua/shine/extensions/captains/server.lua:324: in function <lua/shine/extensions/captains/server.lua:284>
[C]: in function 'xpcall'
lua/shine/core/shared/hook.lua:116: in function 'Call'
lua/shine/core/shared/hook.lua:640: in function 'JoinTeam'
lua/shine/extensions/basecommands/server.lua:886: in function <lua/shine/extensions/basecommands/server.lua:876>
[C]: in function 'xpcall'
lua/shine/core/server/commands.lua:571: in function <lua/shine/core/server/commands.lua:433>
@akrigline
akrigline / gist:2383af1e274aa2f5b11c
Created January 28, 2015 01:07
Hack for an XL in bootstrap
/* Hack for an XL class in Bootstrap */
@media screen and (min-width:1660px){
.container{
width:80%;
}
.col-xl-12 {
width: 100%;
}
@akrigline
akrigline / gist:075bb96d43450ed9cb40
Created August 19, 2015 21:18
akrigline ascii art!
__ __
/ / / /
/ / | |
/ / _/ /
/ / |_ <
/ / \ \
/ / | |
/_/ \__\
___ ___
Date: 02/10/16
Time: 22:21:26:
--------------------------------------------------------------
[ 0.016] Unbound/Unknown : Filesystem initialized, cache enabled
Build 284
Windows 8 64-bit (build 9200)
[ 0.225] Unbound/Unknown : Error: PhysX: Invalid Cuda context!
Steam initialized
Num displays: 2
Direct3D 9 initialized: NVIDIA GeForce GTX 980 Ti (10.18.13.6175)
@akrigline
akrigline / .stylelintrc
Created September 22, 2016 14:27
stylelintrc
{
"rules": {
"block-closing-brace-newline-before": "always",
"block-opening-brace-newline-after": "always",
"block-opening-brace-space-before": "always",
"block-no-single-line": true,
"color-hex-case": "lower",
"color-hex-length": "long",
"color-no-hex": true,
"color-no-invalid-hex": true,
### Keybase proof
I hereby claim:
* I am akrigline on github.
* I am akrigline (https://keybase.io/akrigline) on keybase.
* I have a public key ASC9BlgJomT5SGZKN4G4M-Qn9x0yQa-hpzgHUPkRrtU9awo
To claim this, I am signing this object:
@akrigline
akrigline / index.js
Created March 19, 2018 18:21
install react-gantry
#!/usr/bin/env node
console.log('yay gist')