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
  • 02:01 (UTC -05:00)
View GitHub Profile
@itotallyrock
itotallyrock / README.md
Last active December 7, 2023 08:06
CS2 Config

Compiled on 2023-12-07 02:07:25

CC=g++
CFLAGS=-c -g -Wall --std=c++11
LDFLAGS=-g
# All of the source files to compile
SOURCES=pa05.cpp BigInteger.cpp
DEPENDENCIES=BigInteger.h MyList.h MyList.hpp
OBJECTS=$(SOURCES:.cpp=.o)
# Output binary
EXECUTABLE=pa05
{
"data": [
{
"id": "tbN0X",
"title": "No Sheet ",
"description": null,
"datetime": 1512239410,
"cover": "nqe9A8k",
"cover_width": 1078,
"cover_height": 2340,
{ status: { code: 10000, description: 'Ok' },
outputs:
[ { id: 'f715fc278bbc4ac3b3eb83c3487c93d3',
status: { code: 10000, description: 'Ok' },
created_at: '2017-12-02T23:38:51.586298315Z',
model:
{ id: 'aaa03c23b3724a16a56b629203edc62c',
name: 'general-v1.3',
created_at: '2016-03-09T17:11:39.608845Z',
app_id: 'main',
function getNum(input) {
let conditions = [{num: 3, word: 'Fizz'}, {num: 5, word: 'Buzz'}]
return conditions.map(({num, word}) => {
return input % num === 0 ? word : '#'
}).join('').replace(/#+/, input).replace(/(\d+)?([A-z]+)(\d+)?/g, '$2')
}
@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"

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 / 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:"
@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: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:"