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
<?php | |
/* @author @raulsilvamx | |
* @create 20/01/2015 11:25:47 AM | |
* @file phpEmailExtractor.php | |
*/ | |
//SOURCE FOR EXTRACT EMAILS | |
$string = file_get_contents("/Users/<USER>/Sites/phplist/Inbox.txt"); // Load text file contents |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
#!/usr/bin/env zsh | |
################################# | |
# Firebase upload script dSYMs | |
# Version: 2020.07.06 | |
# | |
# Author: Raul Silva | |
# Email: [email protected] | |
# Created: 6-Jul-2020 | |
# Updated: 6-Jul-2020 |