Skip to content

Instantly share code, notes, and snippets.

pragma solidity ^0.4.19;
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
/**
* @dev Multiplies two numbers, throws on overflow.
@nandlal-tjm
nandlal-tjm / expert
Created April 14, 2015 16:14
facetWP configuration template
<?php
/*
* Label: expert
* Query Arguments:
*/
return array(
'post_type' => 'tours',
'paged' => $paged,
'order' => 'ASC',
'suppress_filters' => 0,