I hereby claim:
- I am k4czp3r on github.
- I am kserewis (https://keybase.io/kserewis) on keybase.
- I have a public key ASCeZRaAk1Kj0QPcu3ePgrCpmQXvnbCCXc4QDAeHueP6TQo
To claim this, I am signing this object:
| 1. Update to 3.60 (DNS: 212.47.229.76) | |
| 2. Go to http://henkaku.xyz/ | |
| 3. Download: https://github.com/TheOfficialFloW/NoNpDrm/releases/download/v1.2/nonpdrm.skprx | |
| 4. Download: https://github.com/mmozeiko/pkgi/releases/download/v0.05/pkgi-v0.05.vpk |
| #https://imgur.com/a/AU4mXIt | |
| import pygame, math | |
| def main(w,h,fps): | |
| pygame.init() | |
| pygame.font.init() | |
| pygame.display.set_caption('X-as=UP/DOWN Y-as=LEFT/RIGHT Z-as=O/K') | |
| myfont = pygame.font.SysFont('Arial',16) | |
| screen = pygame.display.set_mode((w,h)) |
| OstZyc-przesluchane | |
| MieczPrz-przesluchane | |
| KrewElf-przesluchane | |
| [ostzyc,mieczprz,wiekrew,wieczasp,wiechrzest,wiesezonburz] | |
| [x] [-,-,-,-,-,-]Droga, z której się nie wraca | |
| [x] [2,-,-,-,-,-]Ziarno prawdy | |
| [x] [3,-,-,-,-,-]Mniejsze zło | |
| [x] [5,-,-,-,-,-]Kraniec świata | |
| [x] [6,-,-,-,-,-]Ostatnie życzenie | |
| [] [-,-,-,-,-,17]Sezon burz |
| int count = 0; | |
| void setup(){ | |
| Serial.begin(9600); | |
| } | |
| void loop(){ | |
| count += 1; | |
| Serial.println(count); | |
| delay(1000); |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| NODE_EXPORTER_VERSION="1.6.1" | |
| NODE_EXPORTER_USER="node_exporter" | |
| BIN_DIRECTORY="/usr/local/bin" | |
| # Create user if not exists | |
| id -u ${NODE_EXPORTER_USER} &>/dev/null || useradd --no-create-home --shell /bin/false ${NODE_EXPORTER_USER} | |
| # Check if successful |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Response></Response> |
| // Scriptable HomeAssistant Widget | |
| const hassUrl = "https://.....com"; | |
| const hassToken = | |
| "eyJhbGciOi...."; | |
| const sensors = { | |
| "sensor.ewelink_th01_woonkamer_temperature_2": "Woonkamer", | |
| "sensor.ewelink_th01_kacper_temperature_2": "Kacper", | |
| }; |
| import pytesseract # type: ignore | |
| from PIL import Image # type: ignore | |
| from time import sleep | |
| import re | |
| import fitz # type: ignore | |
| import json | |
| import glob | |
| for p in glob.glob("*.pdf"): | |
| pdf_file = fitz.open(p) |
| const CONFIG = { | |
| url: "https://api.timeular.com/api/v3/", | |
| token: "", | |
| loanPerHour: 69, | |
| ignoreActivities: ["817556"], // Like Break activity | |
| plannedActivities: ["1463431"], // Like personal activity used for planning (not visible by employer) | |
| }; | |
| const units = { | |
| year: 24 * 60 * 60 * 1000 * 365, | |
| month: (24 * 60 * 60 * 1000 * 365) / 12, |