This file contains hidden or 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 (sarah.johnson@techstart.com) leads our marketing team, while project updates are handled by Dev Kumar at dev.k89@projecthub.net. Customers can reach our support desk at help_desk@customercare.org, but for urgent matters, they should contact James Wilson, our emergency coordinator, at jwilson.emergency@response365.com. The quarterly newsletter is managed by marketing_news@companybulletin.net, though individual department newsletters like research.updates@labdaily.org and sales_team@quarterlynews.com have their own dedicated channels. For general inquiries, contact info@mainoffice.com or, if you're a member of the press, reach out to media.relations@pressdesk.org. Our sustainability initiatives can be discussed with green.team@ecofriendly.net. Our main education conatct is admin@school.district.edu | |
| Additional email addresses include: | |
| - user@example.com | |
| - jane.doe@company.co.uk | |
| - test_123@domain.net | |
| - my+filter@gmail.com | |
| - na |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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