Skip to content

Instantly share code, notes, and snippets.

View benarent's full-sized avatar
💼

Ben Arent benarent

💼
View GitHub Profile
@benarent
benarent / flow.json
Created August 15, 2012 19:30 — forked from drobiazko/flow.json
Klout score filter
{
"nodes": [
{
"title": "Mentions",
"icon": "images/icons/twitter_64.png",
"top": 118,
"left": 180,
"compID": "twitter_mentions",
"username": "elasticio",
"id": "step_118"
/**
* This casper scipt checks for 404 internal links for a given root url.
*
* Usage:
*
* $ casperjs 404checker.js http://mysite.tld/
* $ casperjs 404checker.js http://mysite.tld/ --max-depth=42
*/
/*global URI*/