I hereby claim:
- I am vulpicastor on github.
- I am slz (https://keybase.io/slz) on keybase.
- I have a public key whose fingerprint is 05CB 8CB7 44BF 65AC 55FA 004D ECA3 650A C6A0 C408
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# Written in 2015 by Lizhou Sha <[email protected]> | |
# | |
# To the extent possible under law, the author has dedicated all copyright | |
# and related and neighboring rights to this software to the public domain | |
# worldwide. This software is distributed without any warranty. | |
# | |
# See <http://creativecommons.org/publicdomain/zero/1.0/> for a copy of the | |
# CC0 Public Domain Dedication. |
#!/usr/bin/env python3 | |
import dbus | |
import sys | |
from zwrite import zwrite | |
# You can find zwrite.py at https://gist.github.com/vulpicastor/809952a8a65c808a882f | |
import platform, getpass | |
BUS_PREFIX = "org.mpris.MediaPlayer2" | |
OBJECT_PATH = "/org/mpris/MediaPlayer2" |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>MIT 418 Error - I’m a teapot</title> | |
<meta charset="UTF-8"> | |
<!-- <link rel="shortcut icon" type="image/x-icon" href="//web.mit.edu/favicon.ico"></link> --> | |
<style type="text/css"> | |
body { | |
padding:0px; | |
margin:0px; |
#!/bin/sh | |
ZCLASS=$1 | |
DATE=`date +%F` | |
PRESS='xz' | |
if [ -n "$ZCLASS" ] | |
then | |
mv -i "$ZCLASS" "$ZCLASS.$DATE" && $PRESS "$ZCLASS.$DATE" || ( echo Failed; exit 1 ) | |
else |
# Author: Lizhou Sha <[email protected]> | |
# Note: This version is OUTDATED. Please refer to the latest iodine package in Debian Unstable. | |
[Unit] | |
Description=A daemon for tunneling traffic over DNS queries | |
After=network.target | |
[Service] | |
EnvironmentFile=/etc/default/iodine | |
ExecStartPre=/bin/sh -xc "test ${START_IODINED} = true" |
#!/usr/bin/env python3 | |
from __future__ import print_function | |
import sys | |
import time | |
import dns.resolver, dns.exception | |
from random import randrange | |
import zwrite | |
DEFAULT_ARGS = {"classname": "test", |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"></meta> | |
<title>Welcome to SL₂(ℤ)!</title> | |
<script type="text/x-mathjax-config"> | |
MathJax.Hub.Config({ | |
"HTML-CSS": { | |
availableFonts: ["Gyre-Pagella"], | |
preferredFont: "Gyre-Pagella", |
charset utf-8 | |
keyserver hkp://pool.sks-keyservers.net | |
keyserver-options no-honor-keyserver-url | |
keyid-format 0xlong | |
with-fingerprint | |
personal-digest-preferences SHA512 | |
cert-digest-algo SHA512 |