Skip to content

Instantly share code, notes, and snippets.

View deivide's full-sized avatar

Deivide Vian deivide

  • Itaipulândia - Paraná - Brasil
  • X @DElVlDE
View GitHub Profile
@nickbudi
nickbudi / README.md
Last active August 15, 2024 19:54
Budi's Counter-Strike: Global Offensive config

Budi's CS:GO Config

This is my constantly updated CS:GO autoexec config. Changelogs can be found under revisions here

Put autoexec.cfg in ...\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg or take what you want from it and add to your autoexec config!

After the Wild West Simulator 2015 update, video.txt needs to be put in ...\Steam\userdata\<Steam3 ID>\730\local\cfg

Launch Options

@logsol
logsol / README
Created March 28, 2012 21:19
Apache - automatically route all subdomains to their related directory
===========================================================================
APACHE
How to get "anysubdomain.mydomain.com" automatically routed to a directory?
===========================================================================
1.) enable mod_vhost_alias (create symlink in mods-enabled)
@eligrey
eligrey / object-watch.js
Created April 30, 2010 01:38
object.watch polyfill in ES5
/*
* object.watch polyfill
*
* 2012-04-03
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
*/