We can't make this file beautiful and searchable because it's too large.
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
"STATION","NAME","DATE","AWND","PGTM","TAVG","TMAX","TMIN","TOBS","WDF2","WDF5","WDMV","WSF2","WSF5","WT01","WT02","WT03","WT05","WT08" | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-01",,,"44","49","41",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-02",,,"43","46","40",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-03",,,"49","53","44",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-04",,,"48","54","42",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-05",,,"42","47","36",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-06",,,"39","46","31",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-07",,,"50","55","40",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-08",,,"56","58","51",,,,,,,,,,, | |
"USR0000CSVA","SPRING VALLEY CALIFORNIA, CA US","2017-01-09",,,"50","52","49",,,,,,,,,,, |
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
{"aplusk":[[1499731200,18179231,9665],[1499817600,18189244,9667],[1499904000,18200282,9669],[1499990400,18213039,9671],[1500076800,18227171,9671],[1500163200,18241786,9672],[1500249600,18257305,9675],[1500336000,18274631,9678],[1500422400,18292964,9678],[1500508800,18309917,9679],[1500595200,18326919,9679],[1500681600,18344390,9679],[1500768000,18362413,9680],[1500854400,18379047,9682],[1500940800,18395743,9685],[1501027200,18413811,9685],[1501113600,18433635,9685],[1501200000,18451055,9689],[1501286400,18467529,9690],[1501372800,18483662,9689],[1501459200,18500548,9690],[1501545600,18516915,9691],[1501632000,18534879,9692],[1501718400,18553381,9693],[1501804800,18568415,9694],[1501891200,18583812,9694],[1501977600,18598125,9694],[1502064000,18613104,9696],[1502150400,18627391,9698],[1502236800,18630483,9700],[1502323200,18635327,9701],[1502409600,18637929,9703],[1502496000,18640498,9703],[1502582400,18643817,9703],[1502668800,18647482,9703],[1502755200,18651130,9704],[1502841600,18655339,9704],[1502928000,18 |
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
<div class="review_it_wrapper marg_top1"> | |
<table class="header"> | |
<tr> | |
<td class="col1"> | |
<span class="header_title bold">Review this movie</span> | |
</td> | |
<td class="col2"> | |
<div class="fr"> | |
<table class="rating_wrapper"> |
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
# emoji-data.txt | |
# Date: 2017-06-19, 11:13:24 GMT | |
# © 2017 Unicode®, Inc. | |
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. | |
# For terms of use, see http://www.unicode.org/terms_of_use.html | |
# | |
# Emoji Data for UTR #51 | |
# Version: 5.0 | |
# | |
# For documentation and usage, see http://www.unicode.org/reports/tr51 |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<style> | |
.article { | |
margin: 25px; | |
color: #333; | |
font: georgia, serif; | |
} |
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
javascript:for(var a=document.querySelectorAll("*"),i=0,e;e=a[i];i++)"fixed"==getComputedStyle(e).position&&(e.style.position="static") |
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
#!/bin/bash | |
seqs="public/_big_assets/imageseqs" | |
rm ${seqs}/*/montage*.jpg | |
for dir in ${seqs}/* | |
do | |
dir=${dir%*/} | |
base=${dir##*/} |
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
var active = false; | |
function changeRefer(details) { | |
if (!active) return; | |
for (var i = 0; i < details.requestHeaders.length; ++i) { | |
if (details.requestHeaders[i].name === 'Referer') { | |
details.requestHeaders[i].value = 'http://www.google.com/'; | |
break; | |
} |
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
<link href='http://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'> | |
<style> | |
body { | |
background: #c6c6c6; | |
} | |
.synesthesia { | |
max-width: 720px; | |
margin: 40px auto 0; | |
} |
NewerOlder