Skip to content

Instantly share code, notes, and snippets.

View harrymilne's full-sized avatar

Harry Milne harrymilne

View GitHub Profile

Keybase proof

I hereby claim:

  • I am harrymilne on github.
  • I am harrymilne (https://keybase.io/harrymilne) on keybase.
  • I have a public key ASA2IRFFhhl-5qMYNvpOqAZ6TIlR9j83RLdWnRGKap1NBgo

To claim this, I am signing this object:

@harrymilne
harrymilne / keybase.md
Created February 1, 2017 16:56
keybase verification

Keybase proof

I hereby claim:

  • I am harrymilne on github.
  • I am dabs (https://keybase.io/dabs) on keybase.
  • I have a public key whose fingerprint is 0404 A6A2 678B 7B91 8EC0 B9B7 E698 3686 848D 3903

To claim this, I am signing this object:

@harrymilne
harrymilne / localisation.json
Created December 12, 2016 18:51
localisation dictionary example
{
"en-GB": {
"res_deter_fail": "Current resolution mode could not be determined. Switching back to your Windows resolution will not work.",
"autostart": {
"reg": {
"success": "Registered to Autostart!",
"fail": "Registering to Autostart failed!"
},
"update": {
"success": "Updated Autostart Path!",
@harrymilne
harrymilne / gist:9de88095ed3cc78aafcf
Last active August 3, 2017 11:25
CS:GO Useful Console Commands

##Settings

Command Example Description
volume [number] volume 0.1 this changes the master volume of the game
voice_scale [number] voice_scale 0.4 this changes the volume of ingame incoming voice
net_graph 0/1 net_graph 1 this enables text showing technical information about the game
cl_righthand 0/1 cl_righthand 1 this enables the gun model to be switched between the left and right hand
cl_autowepswitch 0/1 cl_autowepswitch 0 this disables the automatic switching to a picked up weapon
cl_disablehtmlmotd 0/1 cl_disablehtmlmotd 1 disables those annoying commercials you get on some gameservers (CEVO and other matchmaking providers make you have this enabled)
import time
from Tkinter import *
# Boundaries
x_min = 0.0
y_min = 0.0
x_max = 400.0
y_max = 300.0