I hereby claim:
- I am simonszu on github.
- I am simonszu (https://keybase.io/simonszu) on keybase.
- I have a public key ASDo8PgzKP4Te31J0g2nbO6z5wPN8YqrjTCUsbLeCarTAAo
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: HTTP/2.0 200 OK | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: Content-Length: 567 | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: Cache-Control: no-cache, private | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: Content-Type: application/json | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: Date: Wed, 13 Apr 2022 07:49:30 GMT | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: { | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: "kind": "Namespace", | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.10.0_x5: "apiVersion": "v1", | |
| 2022-04-13T09:49:29.975+0200 [DEBUG] provider.terr |
| // ==UserScript== | |
| // @name RN Decrypt | |
| // @description Decrypt RN Posts | |
| // @include https://www.ruhrnachrichten.de/* | |
| // @grant none | |
| // ==/UserScript== | |
| // Install uBlock and block *$script,domain=ruhrnachrichten.de for hiding the "Please subscribe" layover | |
| (function() { | |
| var key="az by cx dw ev fu gt hs ir jq kp lo mn ,ü ßä ?ö AÖ BÜ CÄ DZ EY FX GW HV IU JT KS LR MQ NP 09 18 27 36 45"; |
| { | |
| "languageModel": { | |
| "types": [ | |
| { | |
| "name": "GESCHWINDIGKEIT", | |
| "values": [ | |
| { | |
| "id": null, | |
| "name": { | |
| "value": "KMH", |
| #! /usr/bin/env ruby | |
| class SizeParse | |
| def initialize(args) | |
| if ((args.length < 2) || (args[0] == "help")) | |
| help() | |
| else | |
| @filename = ARGV[0] |
| [ | |
| { | |
| "id": "54ce3785.15e3a8", | |
| "type": "tab", | |
| "label": "Feinstaubsensor -> MQTT", | |
| "disabled": false, | |
| "info": "Feinstaubsensor postet auf eine HTTP API, die wiederum \nauf den MQTT Broker pusht" | |
| }, | |
| { | |
| "id": "f2e33c93.125fc", |
| #! /usr/bin/env ruby | |
| require 'fileutils' | |
| posts = Dir.glob("blog/content/post/*.md") | |
| posts.each do |item| | |
| File.open(item, "r").each do |line| | |
| if line =~ /^date = (\d+)-(\d+)-(\d+)T(\d+):(\d+):(\d+).*/ | |
| year = $1 | |
| puts "#{item}: #{year}" | |
| FileUtils.mv(item, "blog/content/post/#{year}") |
| #!/bin/bash | |
| # Emulates the process of a Doxie workflow | |
| # - Deskewing | |
| # - Cropping black border | |
| # - Convert to PDF | |
| # - OCR | |
| # | |
| # Dependencies: imagemagick, tesseract, tesseract-data-deu | |
| # Check if all working directories exist |
I hereby claim:
| #!/usr/bin/env ruby | |
| # Munin plugin to track some twitter stats. | |
| # Requirements: The twitter gem ('gem install twitter') | |
| # Go to dev.twitter.com and register your own app. Get the oauth credentials for | |
| # yourself. | |
| # | |
| # Paste the following to /etc/munin/plugin-conf.d/munin-node: | |
| # | |
| # [twitter*] |