I hereby claim:
- I am xstevens on github.
- I am xstevens (https://keybase.io/xstevens) on keybase.
- I have a public key whose fingerprint is 2376 F65C DC7D DBC4 186A 9862 EBD0 A074 0414 82C9
To claim this, I am signing this object:
$ docker version | |
Client: Docker Engine - Community | |
Version: 18.09.0 | |
API version: 1.39 | |
Go version: go1.10.4 | |
Git commit: 4d60db4 | |
Built: Wed Nov 7 00:47:43 2018 | |
OS/Arch: darwin/amd64 | |
Experimental: false |
# Description: Boxstarter Script | |
# Author: Jess Frazelle <[email protected]> | |
# Last Updated: 2017-09-11 | |
# | |
# Run this boxstarter by calling the following from an **elevated** command-prompt: | |
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST> | |
# OR | |
# Install-BoxstarterPackage -PackageName <URL-TO-RAW-GIST> -DisableReboots | |
# | |
# Learn more: http://boxstarter.org/Learn/WebLauncher |
I hereby claim:
To claim this, I am signing this object:
import pyblr | |
import oauth2 as oauth | |
import urllib | |
import urlparse | |
import time | |
''' | |
!WITH PROPER CREDENTIALS THIS WILL ERASE ALL POSTS FROM THE GIVEN TUMBLR BLOG! | |
Use with caution and make sure you know what you're doing. That said this is |
public static String hbaseShellId(String id, Date d) throws IOException { | |
byte[] idBytes = IdUtil.nonRandByteBucketizeId(id, d); | |
StringBuilder sb = new StringBuilder("\"\\x"); | |
sb.append(String.format("%02x", idBytes[0])); | |
sb.append((new String(idBytes)).substring(1)); | |
sb.append("\""); | |
return sb.toString(); | |
} | |
public static void main(String[] args) throws IOException { |
package com.mozilla.telemetry; | |
import java.nio.ByteBuffer; | |
import java.nio.ByteOrder; | |
/** | |
* Half-baked bitset using ints rather than longs | |
*/ | |
public class PseudoBitSet { |
import pyblr | |
import oauth2 as oauth | |
import urllib | |
import urlparse | |
import time | |
''' | |
!WITH PROPER CREDENTIALS THIS WILL ERASE ALL POSTS FROM THE GIVEN TUMBLR BLOG! | |
Use with caution and make sure you know what you're doing. That said this is |