Skip to content

Instantly share code, notes, and snippets.

@squatto
squatto / Automatically Join Borderlands 3 Twitch ECHOcast Rare Chest Events.md
Last active May 22, 2022 11:35
Automatically Join Borderlands 3 Twitch/ECHOcast Rare Chest Events

Automatically Join Borderlands 3 Twitch/ECHOcast Rare Chest Events

I got sick of having to push the "Join Event" button so I spent some time figuring out how to automatically join the events and wrote up these instructions.

DIRECT LINK TO THIS GUIDE: http://bit.ly/BL3AutoJoinChestEvents


These instructions reference the Dev Tools in Chrome, but you can do this in any browser! You just need to do the same process but in your browser's developer tools.

@neurogoblin
neurogoblin / interconnectit.sh
Created February 13, 2015 01:11
Command line tool for use with Interconnectit's Search and Replace for WordPress
interconnectit() {
if [[ -z $1 ]] || [[ $1 == "help" ]]; then
echo "usage: interconnectit search_for replace_with your_email"
echo "Email is optional- if you provide it, an email will be sent to you once the search and replace finishes."
echo "Run this from the root of the WordPress you want the search and replace done on."
else
#acquire and prep search and replace script
wget https://github.com/interconnectit/Search-Replace-DB/archive/master.zip
unzip master.zip && rm master.zip
@christopher-hopper
christopher-hopper / vm-resize-hard-disk.md
Last active April 5, 2022 10:30
Resize a Hard Disk for a Virtual Machine provisioned using Vagrant from a Linux base box to run using VirutalBox.

Resize a Hard Disk for a Virtual Machine

Our Virtual Machines are provisioned using Vagrant from a Linux base box to run using VirutalBox. If the Hard Disk space runs out and you cannot remove files to free-up space, you can resize the Hard Disk using some VirtualBox and Linux commands.

Some assumptions

The following steps assume you've got a set-up like mine, where: