Skip to content

Instantly share code, notes, and snippets.

@tuzzeg
tuzzeg / list.md
Created July 18, 2022 05:46 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@tuzzeg
tuzzeg / AddressHelper.php
Created September 6, 2017 18:21 — forked from jonathonbyrdziak/AddressHelper.php
Parse Address :: This function is designed to parse a complete street address using PHP. If it can't figure out the parsing itself, then it sends the address to google to have google parse the street address.
<?php
/**
* @author Jonathon Byrd
* @package Address Parsing
*
*
*/
class AddressHelper extends ObjectBase
{
/**