This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In today's digital age, communication has become increasingly complex. Sarah Johnson ([email protected]) leads our marketing team, while project updates are handled by Dev Kumar at [email protected]. Customers can reach our support desk at [email protected], but for urgent matters, they should contact James Wilson, our emergency coordinator, at [email protected]. The quarterly newsletter is managed by [email protected], though individual department newsletters like [email protected] and [email protected] have their own dedicated channels. For general inquiries, contact [email protected] or, if you're a member of the press, reach out to [email protected]. Our sustainability initiatives can be discussed with [email protected]. Our main education conatct is [email protected] | |
Additional email addresses include: | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- [email protected] | |
- na |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Put in your .zshrc or .bashrc file, make sure yt-dlp and ffmpeg are already installed | |
thumb() { | |
yt-dlp --ignore-errors --write-thumbnail --skip-download $1 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Put in your .zshrc or .bashrc file | |
g2v() { | |
ffmpeg -f gif -i $1 -pix_fmt yuv420p $2 | |
} | |
## Modified from https://ewanvalentine.io/make-your-own-gif-to-mp4-converter-using-ffmpeg-and-bash/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Directions | |
// Step 1: Click Gist Raw, then Copy/Paste entire gist into Bookmarklets.org/maker/ | |
// Step 2: Change the first 3 variables: alias, event, docs | |
// Step 3: At the bottom of the Bookmarklets.org page, drag the Bookmarklet Hyperlink to your Browser ToolBar | |
// Step 4: Enjoy | |
var alias = 'chwarren'; | |
var event = prompt('Enter value for the event', ''); //docs,build,ignite,blog,think of this as broad category | |
var channel = prompt('Enter value for the channel', '') //facebook,hackernews,print,think of this as medium being used |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM wp_posts | |
WHERE post_type = 'post_type'; | |
DELETE FROM wp_postmeta | |
WHERE post_id NOT IN ( | |
SELECT | |
id FROM wp_posts); | |
DELETE FROM wp_term_relationships | |
WHERE object_id NOT IN ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am filmgirl on github. | |
* I am film_girl (https://keybase.io/film_girl) on keybase. | |
* I have a public key whose fingerprint is E37D B179 06A2 0DB3 CB19 8F4D ABA8 5C28 322E D770 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write ~/Library/Containers/com.apple.tonelibraryd/Data/Library/Preferences/com.apple.ToneLibrary.plist "sms-sound-identifier" "/Applications/Messages.app/Contents/Resources/Default.aiff" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction |
NewerOlder