Joshua Brauer's tweets
@merlinofchaos don’t suppose you can cook those in a hotel room? …#dreaming — 10 years 1 month ago | |
Yosemite really is a beautiful place. — 10 years 1 month ago | |
RT @arstechnica: "Please, get back to work. You know what I see when I look at my wrist? My wrist."-@StephenAtHome at the #Apple event http… — 10 years 1 month ago | |
sudo find . -name database.inc | grep "/includes/database/database.inc" | xargs sed -i '' 's/$data /array_values($data) /' #drupalsa05 — 10 years 1 month ago | |
Inclined to remove the Facebook app just because the release notes are so poor. If they can't write release notes why trust software? — 10 years 1 month ago | |
@chx and even old sites you might one day pick up again. Find/sed takes a bit but worth it imo. — 10 years 1 month ago | |
sudo find . -name database.inc | grep "/includes/database/database.inc" | xargs sed -i '' 's/$data /array_values($data) /' #drupal — 10 years 1 month ago | |
sed -i bak 's/foreach ($data as $i => $value) {/foreach (array_values($data) as $i => $value) {/g' includes/database/database.inc (BSD/OSX) — 10 years 1 month ago | |
sed -i 's/foreach ($data as $i => $value) {/foreach (array_values($data) as $i => $value) {/g' includes/database/database.inc — 10 years 1 month ago | |
Oh fun day! — 10 years 1 month ago |