Skip to content

Instantly share code, notes, and snippets.

@fokusferit
fokusferit / enzyme_render_diffs.md
Last active June 18, 2024 11:27
Difference between Shallow, Mount and render of Enzyme

Shallow

Real unit test (isolation, no children render)

Simple shallow

Calls:

  • constructor
  • render
@xsbj
xsbj / train.cfg
Created May 19, 2016 16:37
Train Config
rcon sv_cheats 1
rcon mp_warmup_end
rcon mp_limitteams 30
rcon mp_autoteambalance 0
rcon sv_infinite_ammo 2
rcon sv_showimpacts 1
rcon mp_startmoney 16000
rcon mp_roundtime_defuse 99999
rcon mp_join_grace_time 99999
rcon mp_buy_anywhere 1
@xsbj
xsbj / preaimmirage.cfg
Last active February 9, 2017 09:09
Preaim Training
//Server must run Casual Gamemode (game_mode 0;game_type 0)
//You have to join T-Side
//Generall Settings
maxplayers 16
sv_infinite_ammo 1
sv_cheats 1
mp_warmup_end
mp_startmoney 16000
mp_buy_anywhere 1
@xsbj
xsbj / preaiminferno.cfg
Last active February 9, 2017 09:10
Preaim Training
//Server must run Casual Gamemode (game_mode 0;game_type 0)
//You have to join T-Side
//Generall Settings
maxplayers 16
sv_infinite_ammo 1
sv_cheats 1
mp_warmup_end
mp_startmoney 16000
mp_buy_anywhere 1
@xsbj
xsbj / preaimcache.cfg
Last active September 14, 2019 07:22
Preaim Training
//Server must run Casual Gamemode (game_mode 0;game_type 0)
//You have to join T-Side
//Generall Settings
maxplayers 16
sv_infinite_ammo 1
sv_cheats 1
mp_warmup_end
mp_startmoney 16000
mp_buy_anywhere 1