This file contains hidden or 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 | |
| function indexed($url) { | |
| $url = 'http://webcache.googleusercontent.com/search?q=cache:' . urlencode($url); | |
| $ch = curl_init($url); | |
| curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); | |
| curl_setopt($ch, CURLOPT_NOBODY, true); | |
| curl_setopt($ch, CURLOPT_USERAGENT, 'Chrome 10'); | |
This file contains hidden or 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
| /* | |
| * base64.js: An extremely simple implementation of base64 encoding / decoding using node.js Buffers | |
| * | |
| * (C) 2010, Nodejitsu Inc. | |
| * (C) 2011, Cull TV, Inc. | |
| * | |
| */ | |
| var base64 = exports; |
This file contains hidden or 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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or 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
| scriptencoding utf-8 | |
| let s:calendar_list = [ | |
| \ ['Australian Holidays', 'en.australian#[email protected]'], | |
| \ ['Austrian Holidays', 'en.austrian#[email protected]'], | |
| \ ['Brazilian Holidays', 'en.brazilian#[email protected]'], | |
| \ ['Canadian Holidays', 'en.canadian#[email protected]'], | |
| \ ['China Holidays', 'en.china#[email protected]'], | |
| \ ['Christian Holidays', 'en.christian#[email protected]'], | |
| \ ['Danish Holidays', 'en.danish#[email protected]'], |
This file contains hidden or 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
| /** | |
| * PetController | |
| * | |
| * @description :: Server-side logic for managing pets | |
| * @help :: See http://links.sailsjs.org/docs/controllers | |
| */ | |
| module.exports = { | |
| index: function (req,res) { | |
NewerOlder