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
.DS_Store | |
*.log | |
tmp/ |
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
/** | |
* Geocoder | |
* | |
* You pass it an address and it returns a geocoded response. You will need | |
* a Geocodio API Key. | |
* | |
* @param {string} api_key Your geocodio API Key | |
* @param {string} address An address. | |
* | |
* curl--data 'api_key=XXXXX&address=123 Maple Lane, Everywhere USA' http://hook.io/desmondmorris/geocoder |
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
/** | |
* Geocoder | |
* | |
* You pass it an address and it returns a geocoded response. You will need | |
* a Geocodio API Key. | |
* | |
* @param {string} api_key Your geocodio API Key | |
* @param {string} address An address. | |
* | |
* curl--data 'api_key=XXXXX&address=123 Maple Lane, Everywhere USA' http://hook.io/desmondmorris/geocoder |
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
/** | |
* Geocoder | |
* | |
* You pass it an address and it returns a geocoded response. You will need | |
* a Geocodio API Key. | |
* | |
* @param {string} api_key Your geocodio API Key | |
* @param {string} address An address. | |
* | |
* curl--data 'api_key=XXXXX&address=123 Maple Lane, Everywhere USA' http://hook.io/desmondmorris/geocoder |
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
/** | |
* Geocoder | |
* | |
* You pass it an address and it returns a geocoded response. You will need | |
* a Geocodio API Key. | |
* | |
* @param {string} api_key Your geocodio API Key | |
* @param {string} address An address. | |
* | |
* curl--data 'api_key=XXXXX&address=123 Maple Lane, Everywhere USA' http://hook.io/desmondmorris/geocoder |
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
# A python script which anonymizes email addresses in all files in current directory and sub-directories. | |
# e.g. A file with the following contents: | |
# [email protected] | |
# Sid Phn#- 6385833322 | |
# [email protected] | |
# [email protected] | |
# [email protected] | |
# Would change to: |
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
# A python script which anonymizes email addresses in all files in current directory and sub-directories. | |
# e.g. A file with the following contents: | |
# [email protected] | |
# Sid Phn#- 6385833322 | |
# [email protected] | |
# [email protected] | |
# [email protected] | |
# Would change to: |
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
# A python script which anonymizes email addresses in all files in current directory and sub-directories. | |
# e.g. A file with the following contents: | |
# [email protected] | |
# Sid Phn#- 6385833322 | |
# [email protected] | |
# [email protected] | |
# [email protected] | |
# Would change to: |
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
# A python script which anonymizes email addresses in all files in current directory and sub-directories. | |
# e.g. A file with the following contents: | |
# [email protected] | |
# Sid Phn#- 6385833322 | |
# [email protected] | |
# [email protected] | |
# [email protected] | |
# Would change to: |
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
# A python script which anonymizes email addresses in all files in current directory and sub-directories. | |
# e.g. A file with the following contents: | |
# [email protected] | |
# Sid Phn#- 6385833322 | |
# [email protected] | |
# [email protected] | |
# [email protected] | |
# Would change to: |