Create a new bookmark with this as the url:
javascript:stations=$(".stationNameText");stations[Math.floor(Math.random()*stations.length)].click();
| YouVersion -bible.us -Download -finished -bit.ly -ow.ly -RT -App -read.ly -buff.ly -po.st -ping.fm |
| function update(){vertices[0]=d3.mouse(this);svg.selectAll("path").data(d3.geom.voronoi(vertices).map(function(a){return"M"+a.join("L")+"Z"})).filter(function(a){return this.getAttribute("d")!=a}).attr("d",function(a){return a})}$(".page").remove();$(".header").remove();$(".footer").height(window.innerHeight).children().remove();var width=window.innerWidth,height=window.innerHeight;var vertices=d3.range(100).map(function(a){return[Math.random()*width,Math.random()*height]});var svg=d3.select(".footer").append("svg").attr("width",width).attr("height",height).attr("class","PiYG").on("mousemove",update);svg.selectAll("path").data(d3.geom.voronoi(vertices)).enter().append("path").attr("class",function(a,b){return b?"q"+b%9+"-9":null}).attr("d",function(a){return"M"+a.join("L")+"Z"});svg.selectAll("circle").data(vertices.slice(1)).enter().append("circle").attr("transform",function(a){return"translate("+a+")"}).attr("r",2) |
| #!/usr/bin/perl -w | |
| use strict; | |
| while (my $line=<>) { | |
| my ($date, $host, $url_with_method, $status, $size, $referrer, $agent) = $line =~ | |
| m/^\S+\s+\S+\s+\[(\S+\s+[\-|\+]\d{4})\]\s+(\S+)\s+\S+\s+\S+\s+\S+\s+\S+\s+"(\S+\s+\S+\s+[^"]+)"\s+(\d{3})\s+\S+\s+(\d+|-)\s+\d+\s+\d+\s+\d+\s+"(.*?)"\s+"(.*?)"/; | |
| # Print relevant bits | |
| } |
| create a new bookmark, and use this for the url: | |
| javascript:$("a").each(function(i, item) { if ($(item).attr('href')) $(item).attr({ href: $(item).attr('href').replace("javascript:location.href = 'http://' + hostname + '", "").replace("'","")}); }); |
| # Append this to your /etc/hosts | |
| 64.30.139.196 sphotos-a.xx.fbcdn.net | |
| 64.30.139.196 sphotos-b.xx.fbcdn.net |
Create a new bookmark with this as the url:
javascript:stations=$(".stationNameText");stations[Math.floor(Math.random()*stations.length)].click();
| javascript:r=prompt("rating?");$(".box-wrapper").each(function(a,b){rb.api.product.getDetail(0+$(b).attr("key"),200,function(a){if(a.data.rating!=r){$(".box-wrapper[key='"+a.data.productRef+"']").remove()}else{console.log(a.data.name)}})}) |
| var baudio = require('baudio'); | |
| var b = baudio(); | |
| b.push((function () { | |
| // randomly evolving melody | |
| var freqs = [ | |
| 0, 0, 1600, 1600, | |
| 0, 0, 2000, 2000, | |
| 0, 1400, 0, 1400, |
| $new_array = array(); | |
| $ret_html = "<table><tr><th>DMA</th><th>Leads</th></tr>"; | |
| while ($row = mysql_fetch_array($result)) | |
| foreach ($row as $key => $value) { | |
| if (isset($new_array["$value"])) | |
| $new_array["$value"]++; | |
| else | |
| $new_array["$value"]++; |
| #!/usr/bin/python | |
| # Invocation: | |
| # cat [files] | python checksum_per_line.py | sort | uniq -c | sort -nr | awk '{ if ($1 > 1) print $0 }' | |
| import sys | |
| import hashlib | |
| for line in sys.stdin: | |
| print hashlib.md5(line).hexdigest() |