I hereby claim:
- I am binaryparadox on github.
- I am cpu (https://keybase.io/cpu) on keybase.
- I have a public key whose fingerprint is EA93 53F3 1EAA C378 B854 99AE 9599 2CFB 3537 3091
To claim this, I am signing this object:
| #!/bin/sh | |
| # Create a new session called 'left' and open a ssh connection | |
| tmux new-session -d -s left 'ssh danm_mud@pdox' | |
| # Run 'resume' inside the ssh connection | |
| tmux send-keys -t left:1 resume C-m | |
| # Splice the screen in half by 50% | |
| tmux splitw -h -p 50 -t left:1 'bash' |
| #!/bin/bash | |
| # Pushover API key | |
| TOKEN="PUSHOVER_API_KEY_HERE" | |
| # List of device keys to push to | |
| KEYS=( KEY_ONE KEY_TWO ) | |
| # Url to monitor | |
| URL=https://play.google.com/store/devices/details?id=nexus_4_16gb |
| #!/usr/bin/env python | |
| # | |
| # geoLookup.py | |
| # https://gist.github.com/4383810 | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # |
| checking build system type... checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking how to create a ustar tar archive... gnutar | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for style of include used by make... GNU |
| import java.math.BigInteger; | |
| import java.security.Provider; | |
| import java.security.SecureRandom; | |
| import java.security.Security; | |
| import com.rsa.jsafe.provider.SensitiveData; | |
| //Largely cribbed from RSA BSAFE Docs. | |
| public class ShittyCrypto { |
| import java.math.BigInteger; | |
| import java.security.Provider; | |
| import java.security.SecureRandom; | |
| import java.security.Security; | |
| import com.rsa.crypto.ECPoint; | |
| import com.rsa.jsafe.provider.ECDRBGInstantiationParameterSpec; | |
| import com.rsa.jsafe.provider.ECPointVerifiable; | |
| import com.rsa.jsafe.provider.SecureRandomEx; | |
| import com.rsa.jsafe.provider.SensitiveData; |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # Fuck Boingo. Fuck $7 wifi | |
| # requests module is a non-optional dependency | |
| # gntp is an optional dependency for Growl support | |
| from os import sys | |
| from random import randint | |
| from shlex import split | |
| from subprocess import check_call |
| #!/bin/bash | |
| ################################################################################ | |
| # About | |
| ################################################################################ | |
| # | |
| # Dumb script to generate a random 100x100 tile in the p4m background group. | |
| # Uses 'feh' to tile the image as a desktop background. | |
| # | |
| # Install to crontab -e to rengerate at a fixed interval. E.g. every 5 min: |
I hereby claim:
To claim this, I am signing this object: