curl -sO https://mirrors.kernel.org/ubuntu/pool/universe/d/daemontools/daemontools_0.76-6ubuntu1_amd64.deb
dpkg-deb -x daemontools_0.76-6ubuntu1_amd64.deb daemontools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; CAVEAT: Ensure your JDK/JRE is configured with Java Cryptography | |
;; Extension (JCE) Unlimited Strength Jurisdiction Policy Files. | |
;; Visit http://www.oracle.com/technetwork/java/javase/downloads/index.html | |
;; and look for "JCE". | |
;; Given a ciphertext (produced by AES/GCM/NoPadding cipher), a nonce, | |
;; and a KMS-encrypted content encrypting key (cek), here is the | |
;; process for producing the plaintext: | |
(defn b64dec [x] (javax.xml.bind.DatatypeConverter/parseBase64Binary x)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package some.package; | |
import com.google.gson.JsonElement; | |
import com.google.gson.JsonNull; | |
import java.util.Arrays; | |
import java.util.Optional; | |
class SomeClass { | |
/** |
I hereby claim:
- I am paxan on github.
- I am paxan (https://keybase.io/paxan) on keybase.
- I have a public key ASCofZ0PjVQOf9m_rtS0h2_iLGunooGXCW3FPvNSZUgdKQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"context" | |
"fmt" | |
"log" | |
"net/http" | |
"sync/atomic" | |
) |
OlderNewer