- plaintext xor /dev/urandom
- Ciphertext xor /dev/urandom
- Retry until plaintext matches valid english words
- hope that it is correct
| javascript: (function() { | |
| document.querySelector('video').playbackRate = prompt("Speed multiplier?") | |
| })(); |
| #!/usr/bin/env python3 | |
| import math | |
| i = int(not False) | |
| while True: | |
| k = i | |
| r = i - k | |
| z = int((math.e ** (math.pi * 1j)).real) | |
| g = int(str(int(z * z)) + str(r)) | |
| while i: | |
| r, i = r + i % g, i // g |
| server { | |
| listen 443 ssl http2; | |
| server_name github.xirion.net; | |
| ssl_certificate /etc/letsencrypt/live/xirion.net/fullchain.pem; | |
| ssl_certificate_key /etc/letsencrypt/live/xirion.net/privkey.pem; | |
| ssl_dhparam /etc/ssl/certs/dhparam.pem; |
| -- Imports | |
| local component = require("component") | |
| local sides = require("sides") | |
| local gpu = component.gpu | |
| local w, h = gpu.getResolution() | |
| -- Vars | |
| local card = component.proxy(component.list("redstone")()) | |
| local cardUUID = card.address | |
| local outputSide = sides.east |
| c0 = from(bucket: "r710") | |
| |> range(start: v.timeRangeStart, stop: v.timeRangeStop) | |
| |> filter(fn: (r) => r["_measurement"] == "sensors") | |
| |> filter(fn: (r) => r["_field"] == "temp_input") | |
| |> filter(fn: (r) => r["chip"] == "coretemp-isa-0000") | |
| |> filter(fn: (r) => r["feature"] == "core_0") | |
| c1 = from(bucket: "r710") | |
| |> range(start: v.timeRangeStart, stop: v.timeRangeStop) | |
| |> filter(fn: (r) => r["_measurement"] == "sensors") |
| # Generate ed25519 privkey | |
| openssl genpkey -algorithm ed25519 -out privkey.pem | |
| # export its pubkey | |
| openssl pkey -in privkey.pem -pubout -out pubkey.pem | |
| # Generate RSA privkey | |
| openssl genrsa -des3 -out private.pem 2048 | |
| # export its pubkey | |
| openssl rsa -in private.pem -outform PEM -pubout -out public.pem |
| with(String){global["String"] = (i) => new Array( 10 ).fill( 1 ).map( ( _, i ) => fromCharCode( 48 + i ) ).concat(new Array( 26 ).fill( 1 ).map( ( _, i ) => fromCharCode( 97 + i ) ).concat(new Array( 30 ).fill( 1 ).map( ( _, i ) => fromCharCode( 65 + i ) ))).join("")[i];} | |
| JSON = {get: (obj,prop) => {if(prop[4] == (true + [])[3]){return obj.true = !obj.true}else {return typeof obj.toSource == typeof "()=>{}" ? obj.toSource : (0/1)+[]}},set: (obj, prop, value) => {obj.toSource = value;obj["toSource"].endsWith(btoa("dnZt")) && obj.toSource[0] == 5 ? obj.toSource = "666:)" : 4;return obj.toSource}} | |
| JSON["has"] = (obj, prop) => prop==(1/0).toString()||prop==(0/0).toString()||prop==(0/1).toString()||prop.toLowerCase() == false + []||prop.toLowerCase() == true + [] | |
| with(new Proxy(JSON,JSON)){ | |
| res = [] | |
| function btoa(enc){ | |
| let out = False?Buffer.from(enc, 'base64').toString():Buffer.from(enc, 'base63').toString() | |
| return False?out.reverse():out; |
| \documentclass{article} | |
| \usepackage[utf8]{inputenc} | |
| \usepackage{pdfpages} | |
| \usepackage[ | |
| pdfpagelabels=true, | |
| pdftitle={A Title}, | |
| pdfauthor={An Author}, | |
| ]{hyperref} | |
| \usepackage{bookmark} |
| # Default values for PhotoPrism Helm chart | |
| image: | |
| repository: photoprism/photoprism | |
| tag: "20201120" | |
| pullPolicy: IfNotPresent | |
| nameOverride: "" | |
| fullnameOverride: "" |