Skip to content

Instantly share code, notes, and snippets.

View itotallyrock's full-sized avatar
🤠
Howdy.

Jeffrey Meyer itotallyrock

🤠
Howdy.
  • St. Louis, Missouri, United States
  • 16:26 (UTC -05:00)
View GitHub Profile
@itotallyrock
itotallyrock / README.md
Last active June 24, 2020 01:52
R0CK's CS:GO Configuration

Hardware

Parts

Component Part
CPU AMD FX-6300 3.5GHz 6-Core Processor
Motherboard Asus m5A99X EVO R2.0 ATX AM3+ Motherboard
Memory G.Skill Ripjaws X Series 8GB (2x4GB) DDR3-1866 Memory
Storage PNY CS1311 240GB 2.5" Solid State Drive
GPU MSI Radeon R9 270x 2GB Twin Frozr Video Card
Case (It's cheap) Antec GX500 ATX Mid Tower Case
/* ~~ Mindashq.Reddit.Theme
v1.8
http://www.reddit.com/r/mindashq/wiki
To copy and reuse, use the information from http://www.reddit.com/r/mindashq/wiki/usage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* [ A ]. Normal Theme............ */
body{position:relative;background-color:#eeeeec;color:#00000a;font-weight:normal;font-style:normal;font-variant:normal;font-family:Helvetica,Arial,sans-serif;line-height:1.4}.md h1,.md h2{margin-bottom:6px}.md h3,.md h4{margin-bottom:3px}.md h1{font-weight:normal;font-size:1.8em}.md h2{font-weight:normal;font-size:1.6em}.md h3{font-weight:normal;font-size:1.4em}.md h4{font-weight:normal;font-size:1.3em}.md h5,.md h6{font-weight:normal;font-size:1.2em}a,.thing a.title{color:#144ddd}.thing a.title,.thing a.title.loggedin{color:#144ddd}.thing a.title:visited,.thing a.title.loggedin.click:visited,.thing a.title.loggedin:visited{color:#5e5e5e}a:hover,.thing a.title:hover,.thing a.title.loggedin:hover{color:#353a3e;text-decoration:none}.content .md a:visited,div.comm
@itotallyrock
itotallyrock / CS:GO Sounds.md
Created July 9, 2016 22:12
List of all/most CS:GO sound names.
error
ambient\fallscream
ambient\opera
ambient\tankidle2
ambient\waterrun
ambient\water_splash1
ambient\water_splash2
ambient\water_splash3
ambient\animal\bird1
@itotallyrock
itotallyrock / itemchecklist.json
Last active January 29, 2017 23:00
Overwatch Item Checklist Data
{
"winter": {
"skins": {
"total": 0,
"items": [{
"name": "Mei-rry Christmas",
"hero": "Mei",
"tier": "legendary",
"price": 3000,
"icon": "",
@itotallyrock
itotallyrock / autoexec.cfg
Created March 17, 2017 02:13
Generated config using itotallyrock's config compiler.
echo "[AUTOEXEC] RUNNING: USER DATA"
//NET GRAPH
net_graph "1"
net_graphheight "9999"
echo "[AUTOEXEC] RESET: NETGRAPH POSITION"
//developer "0"
//con_filter_text "Damage"
//con_filter_text_out "Player:"
@itotallyrock
itotallyrock / autoexec.cfg
Created March 17, 2017 02:17
Generated config using itotallyrock's config compiler.
echo "[AUTOEXEC] RUNNING: USER DATA"
//NET GRAPH
net_graph "1"
net_graphheight "9999"
echo "[AUTOEXEC] RESET: NETGRAPH POSITION"
//developer "0"
//con_filter_text "Damage"
//con_filter_text_out "Player:"
@itotallyrock
itotallyrock / autoexec.cfg
Created March 17, 2017 02:19
Generated config using itotallyrock's config compiler.
echo "[AUTOEXEC] RUNNING: USER DATA"
//NET GRAPH
net_graph "1"
net_graphheight "9999"
echo "[AUTOEXEC] RESET: NETGRAPH POSITION"
//developer "0"
//con_filter_text "Damage"
//con_filter_text_out "Player:"
@itotallyrock
itotallyrock / autoexec.cfg
Created March 17, 2017 02:20
Generated config using itotallyrock's config compiler.
echo "[AUTOEXEC] RUNNING: USER DATA"
//NET GRAPH
net_graph "1"
net_graphheight "9999"
echo "[AUTOEXEC] RESET: NETGRAPH POSITION"
//developer "0"
//con_filter_text "Damage"
//con_filter_text_out "Player:"

Keybase proof

I hereby claim:

  • I am itotallyrock on github.
  • I am itotallyrock (https://keybase.io/itotallyrock) on keybase.
  • I have a public key whose fingerprint is 2278 716D 93EB A0D9 1F60 C762 369D 3310 EE9E 48F3

To claim this, I am signing this object:

@itotallyrock
itotallyrock / .bashrc
Last active July 15, 2017 21:02
My main modified .bashrc for custom ps1
#
# export __COLOR_DEFAULT="\e[39m"
# export __COLOR_RESET="$(tput sgr0)"
# export __COLOR_BLACK="\e[30m"
# export __COLOR_RED="\e[31m"
# export __COLOR_GREEN="\e[32m"
# export __COLOR_YELLOW="\e[33m"
# export __COLOR_BLUE="\e[34m"
# export __COLOR_MAGENTA="\e[35m"
# export __COLOR_CYAN="\e[36m"