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
while($this->_get_parent($parent)>0){ | |
$page = $this->_get_page($parent); | |
$uri = $page->page_uri.'/'.$uri; | |
$parent = $this->_get_parent($parent); | |
} |
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
<p style="text-align:center"> | |
<img src="http://blog.futureadvisor.com/wp-content/uploads/2013/02/AwardBadge_Small_Company.png"/> | |
<br> | |
<a href="http://blog.futureadvisor.com">The Best 401k Awards</a> | |
</p> |
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
[{"total_participants": 4400000.0, "average_plan_option_fee": 0.0249, "url": "https://futureadvisor.com/401k/thrift-savings-plan", "group_nm": 1, "balance_final": 859089.2618991669, "net_assets": 281000000000.0, "foregone_earnings": 1765.9056077526911, "parameterized_name": "thrift-savings-plan", "company_name": "Thrift Savings Plan", "timeseries": [{"balance": 5500.0, "time": 2013}, {"balance": 11389.074350499999, "time": 2014}, {"balance": 17688.024248297181, "time": 2015}, {"balance": 24418.646847399988, "time": 2016}, {"balance": 31603.780290112718, "time": 2017}, {"balance": 39267.350706372119, "time": 2018}, {"balance": 47434.421265533623, "time": 2019}, {"balance": 56131.24336835547, "time": 2020}, {"balance": 65385.31007062766, "time": 2021}, {"balance": 75225.411833746126, "time": 2022}, {"balance": 85681.694701546367, "time": 2023}, {"balance": 96785.72100689233, "time": 2024}, {"balance": 108570.53271587242, "time": 2025}, {"balance": 121070.71752199205, "time": 2026}, {"balance": 134322.4778074786 |
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
<div><iframe style="border: 0px;" src="http://bl.ocks.org/ameliagreenhall/raw/d30a9ceb68f5b0fc903c/" height="600" width="600" scrolling="no"></iframe> | |
<center><a href="http://futureadvisor.com/401k">401k And Salary Analysis From FutureAdvisor</a></center> | |
<div> |
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 | |
/** | |
* Webhook Handler For Shopify To Infusionsoft | |
* | |
* @author Joshua Ziering <[email protected]> | |
*/ | |
// Include and instantiate Infusionsoft Libraries | |
include('isdk.php'); |
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
$customer_information = json_decode(file_get_contents('php://input')); |
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 | |
/** | |
* Webhook Handler For Shopify To Infusionsoft | |
* | |
* @author Joshua Ziering <[email protected]> | |
*/ | |
// Include and instantiate Infusionsoft Libraries | |
include('isdk.php'); |
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
<a href="http://carfinance.com/5-year-actual-cost-of-owning-a-vehicle-with-below-prime-auto-loans"> | |
<img src="http://carfinance.com/wp-content/uploads/2013/07/Actual-Cost-Ownership.png"> | |
Actual Cost Of Ownership With Financing</a> |
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
Analyzing dependencies | |
Pre-downloading: `SentrySwift` from `[email protected]:getsentry/sentry-swift.git`, tag `1.0.0` | |
[!] Error installing SentrySwift | |
[!] /usr/bin/git clone [email protected]:getsentry/sentry-swift.git /var/folders/45/xf9ndgwd5xs7wtx7s4dl1j5h0000gn/T/d20161207-8791-1ywow6x --template= --single-branch --depth 1 --branch 1.0.0 | |
Cloning into '/var/folders/45/xf9ndgwd5xs7wtx7s4dl1j5h0000gn/T/d20161207-8791-1ywow6x'... | |
Permission denied (publickey). | |
fatal: Could not read from remote repository. |
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 namespace Stanley\Geocodio; | |
use Stanley\Geocodio\Data; | |
use Guzzle\Http\Client as GC; | |
use Guzzle\Http\Message\Response; | |
class Client | |
{ | |
const BASE_URL = 'https://api.geocod.io/v1/'; |
OlderNewer