Skip to content

Instantly share code, notes, and snippets.

@mattclaw
mattclaw / fb-banhammer.js
Last active April 23, 2023 22:19
Facebook Group Banhammer
//
// ████████
// ▒▒▒▒▒▒██▒▒▒▒
// ▓▓░░▒▒▓▓ ░░▒▒██
// ██░░▒▒▓▓▒▒▓▓ ░░▒▒██
// ██░░▒▒▓▓▒▒▒▒▒▒▓▓ ░░▒▒██
// ██░░▒▒▓▓▒▒▒▒░░░░▒▒▓▓ ░░▒▒▓▓ ██████
// ▓▓░░▒▒▓▓▒▒▒▒░░░░░░░░▒▒▓▓ ░░▒▒▓▓ ▓▓░░▓▓▓▓▓▓
// ▓▓▒▒▓▓▒▒▒▒▒▒░░░░░░░░░░░░▓▓ ░░▒▒▓▓░░░░░░▓▓██
// ▓▓▓▓▓▓▒▒░░ ▒▒░░░░░░ ░░▒▒▓▓ ░░▒▒▓▓░░▒▒▒▒██
@mattclaw
mattclaw / csgo-server-guide.md
Last active April 5, 2023 01:22 — forked from fanjin-z/csgo-server-guide.md
Complete Guide for Hosting CS:GO Dedicated Servers

Complete Guide for Hosting a CS:GO Dedicated Server

Creative Commons License.

I tested the setup on Debian Stretch (naive installation) and Jessie (LinuxGSM installation). The setup should work on Debian 8 (Jessie), Debian 9 (Stretch) and Ubuntu (16.04). However, If you're running on Windows or other non-debian based Linux OS (e.g. CentOS, openSUSE), this guide doesn't apply to you.

My Servers:

I'm hosting FFA warm-up and HvH(soon) servers in San Francisco, welcome to join by:

IPv4: 159.89.154.137   
Ipv6: 2604:a880:2:d0::20ad:2001 
@mattclaw
mattclaw / fp-async-notes.md
Last active September 22, 2016 14:48
Functional Programming & Async Notes

Front-end Masters FP & Async Workshop

0. INTRO

Most of developer time is spent READING and modifying existing code.

Average lines of code written per day: 5

Instead of spending time optimizing for writing code, optimize for readability.

Goal: Have confidence in your code changes.