Skip to content

Instantly share code, notes, and snippets.

*** RESULT: http://9volt-art.tumblr.com/archive 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive?before_time=1535324989 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/1 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/2 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/3 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/4 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/5 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/6 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/7 200/OK
*** RESULT: http://9volt-art.tumblr.com/archive/2018/8 200/OK
$ zcat */tumblr-tumblr-blog_9volt-art-20181210-233052.warc.gz | strings | egrep -A10 '^WARC-Target-URI: http://9volt-art.tumblr.com/post/180775611221/jargwellprescott-staff-can-i-get-an-extra-hour$'
WARC-Target-URI: http://9volt-art.tumblr.com/post/180775611221/jargwellprescott-staff-can-i-get-an-extra-hour
Content-Type: application/http;msgtype=request
WARC-Date: 2018-12-11T05:30:53Z
WARC-Record-ID: <urn:uuid:be268777-5c14-4e7d-87f1-467bb36aa837>
WARC-IP-Address: 66.6.33.21
WARC-Warcinfo-ID: <urn:uuid:054f8f81-3d4c-48fe-9814-d243c247677d>
WARC-Block-Digest: sha1:WHV3PASJ25AEKMGECIHVNWS4V4ZDMRBY
Content-Length: 285
GET /post/180775611221/jargwellprescott-staff-can-i-get-an-extra-hour HTTP/1.1
@marked
marked / gist:3cc00f1e64e453d34469cee32a8f8929
Created December 11, 2018 22:54
wget-lua macOS dependencies
otool -L wget
wget:
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/local/opt/pcre/lib/libpcre.1.dylib (compatibility version 4.0.0, current version 4.10.0)
/usr/local/opt/nettle/lib/libnettle.6.dylib (compatibility version 6.0.0, current version 6.4.0)
/usr/local/opt/gnutls/lib/libgnutls.30.dylib (compatibility version 45.0.0, current version 45.11.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5)
/usr/local/opt/lua@5.1/lib/liblua.5.1.dylib (compatibility version 5.1.0, current version 5.1.5)
they're all in homebrew
#!/usr/bin/perl
mkdir "tmbx";
while (1) {
my $t = time();
print `wget https://www.tumbex.com/last -O - | tr '"' '\n' | egrep "^https://www.tumbex.com/.*/posts\$" | uniq | cut -d'/' -f4 > tmbx/tmbx-$t.uids`;
`gzip tmbx/tmbx-$t.uids`;
sleep 1;
}
@marked
marked / browsers.txt
Last active May 13, 2019 03:48
Grab URL, once for each UA
chrome-win-60:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36
wget-1.20:Wget/1.20.3 (linux-gnu)
@marked
marked / len-sort.pl
Last active September 6, 2019 19:49
Sort by Length, then Alphabetical
#!/usr/bin/perl
use warnings;
use strict;
my @lines = <>;
@lines = sort {
if (length($a) == length($b)) {
$a cmp $b;
} else {
wget followed by qwarc
WARC-Target-URI: http://cdn.picosong.com/wcwi2/LateNightsFreestyleByKazeLoon%26ProdByWK.mp3?Signature=f9kxcUtVnebUzuSyypSfZPFKyU8%3D&Expires=1570045849&AWSAccessKeyId=AKIAIVYGJY7GGRJY2Y3A
WARC-Target-URI: http://cdn.picosong.com/wcwi2/LateNightsFreestyleByKazeLoon&ProdByWK.mp3?Signature=cA1E8UstUrNxEBc1IpPwu%2B1oRnM%3D&Expires=1570043037&AWSAccessKeyId=AKIAIVYGJY7GGRJY2Y3A
http://cdn.picosong.com/w3haT/LIGHTSPRZEROBKA%20XDDD.mp3?Signature=t3uBmjuiJOy65MWARuRmyC0Mxas%3D&Expires=1570047190&AWSAccessKeyId=AKIAIVYGJY7GGRJY2Y3A
http://cdn.picosong.com/w3haT/LIGHTSPRZEROBKA%20XDDD.mp3?Signature=KuXseRq83ZlkhQ2znOmWyf54sNY%3D&Expires=1570043442&AWSAccessKeyId=AKIAIVYGJY7GGRJY2Y3A
@marked
marked / char_stats.pl
Created October 3, 2019 05:11
Tabulates for each character what codes it's been a part of before
#!/usr/bin/perl
use warnings;
use strict;
use autodie;
my $interesting_RE = "Fetched http://picosong.s3.amazonaws.com/";
my %char_range = map { $_ => 1 } (32..126);
my %char_stats = map { $_ => 0 } keys(%char_range);
my %stat_code_bitmask = ( 200 => 2, 403 => 1 );
@marked
marked / 7496402.html
Last active October 26, 2019 03:59
YourShot read-only Diff
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta name="viewport" content="initial-scale=1, user-scalable=no" id="meta-viewport">
https://arkiv.radio24syv.dk/49543326/53912671/da55a7bbb4ac777c6c35638396919ad1/audio/viharglemthvemviersimba-audio.mp3
https://arkiv.radio24syv.dk/27288169/28304910/f39192fffca567936302e1687637ba98/audio/algerne2018-audio.m4a
https://arkiv.radio24syv.dk/49543313/55216929/b100ac157602898a2db37098510a7407/audio/svastikasvend-audio.mp3
https://arkiv.radio24syv.dk/27288175/43826474/195369bae268279d8971cbaef8bd1308/audio/digtanalysen2019-audio.mp3
https://arkiv.radio24syv.dk/49543313/54701681/7fd45aac715bc7b1be43b6d9b5ef7c9b/audio/hellereplankendblank-audio.mp3
https://arkiv.radio24syv.dk/16107558/19012047/d47c96bdbbb662732307e817b551b522/audio/foderal-hjaelp-til-florida-stortingsvalg-i-norge-audio.mp3
https://arkiv.radio24syv.dk/12732911/12901966/dc5bc89177ed8eb78357e585e3ed8458/audio/datolinjen-24-02-2016-audio.mp3
https://arkiv.radio24syv.dk/19476792/20227742/a0676780e37de21b92050dd9f0177e6e/audio/trumps-indrejseforbud-rusland-erklaerer-medier-som-audio.mp3
https://arkiv.radio24syv.dk/7718128/26929037/b0e2abf3b