Skip to content

Instantly share code, notes, and snippets.

View eduardohertz's full-sized avatar

Eduardo Hertz eduardohertz

  • Beep Saúde
  • Rio de Janeiro, Brazil
View GitHub Profile
@eduardohertz
eduardohertz / treino.cfg
Created June 1, 2017 03:14
CS:GO configuration file for training
exec hz
// Server config
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
@eduardohertz
eduardohertz / hz.cfg
Last active June 1, 2017 03:15
CS:GO configuration file
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
@eduardohertz
eduardohertz / 0_reuse_code.js
Created July 2, 2014 15:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console