Skip to content

Instantly share code, notes, and snippets.

View ashtneoi's full-sized avatar
🐈
And that Web will remember you until the hearts of stars grow cold

ashtneoi

🐈
And that Web will remember you until the hearts of stars grow cold
View GitHub Profile
@ashtneoi
ashtneoi / tf2 cvar list
Created February 18, 2019 02:50
tf2 cvar list
cvar list
--------------
_resetgamestats : cmd : : Erases current game stats and writes out a blank stats file
_restart : cmd : : Shutdown and restart the engine.
achievement_debug : 0 : , "sv", "cheat", "rep" : Turn on achievement debug msgs.
addip : cmd : : Add an IP address to the ban list.
ai_auto_contact_solver : 1 : , "sv" :
ai_block_damage : 0 : , "sv" :
ai_debug_assault : 0 : , "sv" :
ai_debug_avoidancebounds : 0 : , "sv" :
@ashtneoi
ashtneoi / error
Created June 30, 2018 18:08 — forked from rust-play/playground.rs
Code shared from the Rust Playground
error[E0597]: `inner` does not live long enough
--> playground.rs:23:23
|
23 | let a = Foo::new(&inner);
| ^^^^^ borrowed value does not live long enough
24 | let b = a.dup(f);
25 | }
| - `inner` dropped here while still borrowed
|
= note: values in a scope are dropped in the opposite order they are created
@ashtneoi
ashtneoi / awesome-layout.kbd.json
Last active June 30, 2018 02:25
awesome-layout.kbd.json
[
{
"name": "awesome-layout"
},
[
{
"a": 7
},
"Tab",
"Q",
let c = 0;
{
let c = c + 1;
{
}
let c = c + 1;
println!("{}", c);
}