I hereby claim:
- I am ezekg on github.
- I am ezekg (https://keybase.io/ezekg) on keybase.
- I have a public key ASA0obyrPKS3Ts18SGETX1ydkeXJKbBCRgzziT1LhowmNgo
To claim this, I am signing this object:
import Adapter from "ember-data/adapters/json-api"; | |
export default Adapter.extend(); |
# -*- mode: yaml -*- | |
# vi: set ft=yaml: | |
# Development project information | |
project: | |
name: example | |
url: example.dev | |
# Deployment configuration | |
deployment: |
I hereby claim:
To claim this, I am signing this object:
using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies
_________ _____ _______________ _____
\_ ___ \\ \\___________ \____ / ____\ ~/.bash/cliref.md
/ \ \/| | | || _/ __ \ __\ copy/paste from whatisdb
\ \___|__ |_|_ || | \ __/|_ | http://pastebin.com/yGmGiDQX
\________ /_____ \_||____|_ /____ /_| [email protected]
20160515 \/ 1527 \/ \/ \/
alias CLIRef.txt='curl -s "http://pastebin.com/raw/yGmGiDQX" | less -i'
# Generate a new Jekyll post | |
# | |
# @param $1 - Post slug | |
# @param $2 - Post title | |
function new-post { | |
post="_posts/$(date +%Y-%m-%d)-$1.md" | |
if [[ -f "$post" ]]; then | |
echo "Post '$1' already exists" | |
else | |
touch "$post" |
#!/usr/bin/env bash | |
# Run a task | |
# | |
# @param $1 - Task name | |
# @param $2 - Command to run | |
function task() { | |
printf "\033[00;34m%-50s\033[0m" "$1 ..." | |
eval "$2" && success || fail | |
} |
<?php | |
/** | |
* Plugin Name: PayPal Sandbox IPN Tester | |
* Description: Pings the IPN endpoint to see if your server can connect. Just head to <a href="/?ipn-test=1">yoursite.com/?ipn-test=1</a> whilst logged in as admin. | |
* Version: 1.0.0 | |
* Author: WooThemes | |
* Requires at least: 4.1 | |
* Tested up to: 4.3 | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |
cribbed from http://pastebin.com/xgzeAmBn
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.
<section> | |
<div>Item 1</div> | |
<div>Item 2</div> | |
<div>Item 3</div> | |
<div>Item 4</div> | |
<div>Item 5</div> | |
<div>Item 6</div> | |
<div>Item 7</div> | |
<div>Item 8</div> | |
</section> |