Skip to content

Instantly share code, notes, and snippets.

View dnordstrom's full-sized avatar

Daniel Nordstrom dnordstrom

View GitHub Profile
@dnordstrom
dnordstrom / autoexec.cfg
Created November 3, 2015 01:03
D's CS:GO Configuration Files
////
// D's CS:GO Configuration
////
//
// Sensitivity
//
@dnordstrom
dnordstrom / autoexec.cfg
Last active January 31, 2018 04:58
D's CS:GO Configuration
////
// D's CS:GO Configuration
////
//
// Sensitivity
//
@dnordstrom
dnordstrom / tr3bla_complete.txt
Created October 11, 2016 22:44
tr3bla user analysis
########################################
# tr3bla log (complete joins to parts) #
########################################
##
# 2016-10-04
##
[19:26:42] JOIN: Miviiz, Simon32e, Tr3bla, Kingcronus1270
[19:26:42] PART: Zzzdreamzzz, Phanox_tv
PING www.google.com (64.233.161.99): 56 data bytes
64 bytes from 64.233.161.99: icmp_seq=0 ttl=46 time=296.3 ms
64 bytes from 64.233.161.99: icmp_seq=1 ttl=46 time=27.9 ms
64 bytes from 64.233.161.99: icmp_seq=2 ttl=46 time=27.9 ms
64 bytes from 64.233.161.99: icmp_seq=3 ttl=46 time=39.9 ms
64 bytes from 64.233.161.99: icmp_seq=4 ttl=46 time=60.2 ms
64 bytes from 64.233.161.99: icmp_seq=5 ttl=46 time=44.8 ms
64 bytes from 64.233.161.99: icmp_seq=6 ttl=46 time=74.3 ms
64 bytes from 64.233.161.99: icmp_seq=7 ttl=46 time=27.9 ms
64 bytes from 64.233.161.99: icmp_seq=8 ttl=46 time=93.4 ms
C:\Users\Daniel Nordstrom>tracert 8.8.8.8
Tracing route to google-public-dns-a.google.com [8.8.8.8]
over a maximum of 30 hops:
1 1 ms <1 ms <1 ms router.asus.com [192.168.1.1]
2 56 ms 42 ms 10 ms gw1-no169.bredband.skanova.com [81.230.30.65]
3 306 ms 20 ms 18 ms s-b6-link.telia.net [62.115.123.170]
4 411 ms 257 ms 18 ms google-ic-308991-s-b6.c.telia.net [62.115.50.106]
5 17 ms 15 ms 393 ms 216.239.40.29
SCAMMER CONVERSATION
--------------------
10:26 PM - Lukessilo -- cs.money: halo
10:26 PM - mr^n: Hellu
10:27 PM - Lukessilo -- cs.money: im collector of Ultraviolet skins ? can i offer you a trade ?
10:28 PM - mr^n: Nope
10:28 PM - Lukessilo -- cs.money: why ?
10:29 PM - mr^n: I've said no to hella many people who add me just to trade stuff.
10:29 PM - mr^n: But sure, okay
@dnordstrom
dnordstrom / autoexec.cfg
Last active January 26, 2019 01:48
D's CSGO Configuration
////
// NORD’S CS:GO CONFIGURATION
// Current "autoexec.cfg" file, including sensitivity, custom commands and
// aliases, crosshair, HUD and viewmodel, key binds, net settings, and a few
// other small tweaks.
//
// USAGE
// Place in "Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg"
// to load from any Steam account by running "exec autoexec" in console.
// Add "+exec autoexec" to launch options to autoload on game launch.
@dnordstrom
dnordstrom / AutoHotkey.ahk
Created June 18, 2018 03:40 — forked from endolith/AutoHotkey.ahk
AutoHotkey_L Hotstrings and other utilities
;------------------------------------------------------------------------------
; Disable Insert key
;------------------------------------------------------------------------------
$Insert::return
!Insert::Send, {Insert} ; Use Alt+Insert to toggle the 'Insert mode'
;------------------------------------------------------------------------------
; Hand tool with middle button in Adobe Reader
;------------------------------------------------------------------------------
#IfWinActive ahk_class AdobeAcrobat
@dnordstrom
dnordstrom / binding-urlbar-focus.xml
Last active August 10, 2018 19:24
userChrome.css
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bindings>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="urlbar" extends="chrome://browser/content/urlbarBindings.xml#urlbar">
<handlers>
<handler event="focus">
<![CDATA[
this.formatValue();
]]>
</handler>
@dnordstrom
dnordstrom / index.html
Created August 11, 2018 13:38 — forked from AlcaDesign/index.html
An almost complete tmi.js example (browser)
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Chat</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,300' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="https://d2g2wobxbkulb1.cloudfront.net/0.0.19/tmi.js"></script> <!--For developement-->
<!--<script src="https://d2g2wobxbkulb1.cloudfront.net/0.0.19/tmi.min.js"></script>--> <!--For "production"-->
</head>