Created
February 21, 2013 23:27
-
-
Save anonymous/5009413 to your computer and use it in GitHub Desktop.
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
"# Encoding: ASCII-8BIT" | |
a =" | |
<head> | |
<meta charset='utf-8' /> | |
<link href='/styles.css?1333128600' rel='stylesheet' type='text/css' /> | |
<link href='/images/favicon.png' rel='shortcut icon' /> | |
<link href='/opensearch.xml' rel='search' title='Look up a Redis command' type='application/opensearchdescription+xml' /> | |
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script> | |
<script async='async' defer='defer' src='/app.js?1295969397'></script> | |
<meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport' /> | |
<title> | |
Data types – Redis | |
</title> | |
<script type='text/javascript'> | |
//<![CDATA[ | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-20243082-1']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
//]]> | |
</script> | |
</head> | |
" | |
puts a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment