Skip to content

Instantly share code, notes, and snippets.

@ArnaudD
Created October 11, 2011 09:03
Show Gist options
  • Save ArnaudD/1277623 to your computer and use it in GitHub Desktop.
Save ArnaudD/1277623 to your computer and use it in GitHub Desktop.
https YAHOO CDN Proxy
filename = md5(request_params)
if (! filename exist) {
write(filename, curl_get('http://cdn.yahoo...' + request_params))
}
return open(filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment