Enter domain and click the Dig button to see the output of dig
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 | |
// Code Sample for the CloudFlare App API | |
// Copyright (c) 2011 by CloudFlare, Inc. | |
// All Rights Reserved. | |
// | |
// You may use these Code Samples for any purpose, commercial or otherwise, provided that you | |
// adhere to the disclaimer at the bottom of this document. You must also require any transferee of this | |
// Code Sample to abide by the terms of the disclaimer. | |
// |
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
<?xml version="1.0" encoding="utf-8"?> | |
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/"> | |
<channel> | |
<title>Ozone</title> | |
<link>https://raw.github.com/gist/2795631/90a1d60ab71387c42694fa4b6335c37f51255fc2/ozone_appcast.xml</link> | |
<description>Helper tool</description> | |
<language>en</language> | |
<item> | |
<title>Version 0.1</title> | |
<sparkle:releaseNotesLink> |
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 | |
$data = array( | |
"one" => 1, | |
"text" => "", | |
"obj" => (object) array("key" => "value") | |
); | |
var_dump($data); |
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
{ | |
"manifest_version": "2", | |
"name": "App name (max 64 chars)", | |
"description": "A line or two about what the app does (max 200 characters)", | |
"version": "2.7", | |
"config": { | |
"category": "Web Analytics", | |
"languages": ["English", "German", "list of languages your app supports"], | |
"restrictions": "Any restrictions that users should know about, eg. US websites only or just say None", | |
"tos": "http://service.com/terms_of_service_url", |
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
#!/usr/bin/env ruby | |
require "rubygems" | |
require "fssm" | |
require "ruby-growl" | |
=begin | |
Watch apps js files for changes and automatically generate | |
a merged cloudflare-apps.js file using jake |
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
[ | |
{"iso" : "AF", "country" : "Afghanistan"}, | |
{"iso" : "AL", "country" : "Albania"}, | |
{"iso" : "DZ", "country" : "Algeria"}, | |
{"iso" : "AS", "country" : "American Samoa"}, | |
{"iso" : "AD", "country" : "Andorra"}, | |
{"iso" : "AO", "country" : "Angola"}, | |
{"iso" : "AI", "country" : "Anguilla"}, | |
{"iso" : "AQ", "country" : "Antarctica"}, | |
{"iso" : "AG", "country" : "Antigua and Barbuda"}, |
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 | |
ini_set('display_errors', 0); | |
$a = "á"; | |
$b = substr($a, 0, 1); | |
$c = json_encode(array("b" => $b)); | |
var_dump($c); | |
?> |
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
~]> sudo sh -x /etc/init.d/memcached restart | |
[sudo] password for rnadella: | |
+ . /etc/init.d/functions | |
++ TEXTDOMAIN=initscripts | |
++ umask 022 | |
++ PATH=/sbin:/usr/sbin:/bin:/usr/bin | |
++ export PATH | |
++ '[' -z '' ']' | |
++ COLUMNS=80 | |
++ '[' -z '' ']' |
OlderNewer