Skip to content

Instantly share code, notes, and snippets.

View sventec's full-sized avatar
🔼
.

sventec sventec

🔼
.
  • Lawrence Berkeley Lab
  • 15:41 (UTC -04:00)
View GitHub Profile
@RamadhanAmizudin
RamadhanAmizudin / autoexec.cfg
Last active October 6, 2017 15:00
CSGO autoexec.cfg
// launch option
// -noforcemparms -noforcemaccel -noforcemspd -novid -high -freq 120 -tickrate 128
// Common Stuff's
// Common Stuff's
rate "128000"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
@blackfalcon
blackfalcon / git-feature-workflow.md
Last active April 13, 2024 07:33
Git basics - a general workflow

Git-workflow vs feature branching

When working with Git, there are two prevailing workflows are Git workflow and feature branches. IMHO, being more of a subscriber to continuous integration, I feel that the feature branch workflow is better suited, and the focus of this article.

If you are new to Git and Git-workflows, I suggest reading the atlassian.com Git Workflow article in addition to this as there is more detail there than presented here.

I admit, using Bash in the command line with the standard configuration leaves a bit to be desired when it comes to awareness of state. A tool that I suggest using follows these instructions on setting up GIT Bash autocompletion. This tool will assist you to better visualize the state of a branc

@nickbudi
nickbudi / README.md
Last active February 17, 2024 14:25
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