Skip to content

Instantly share code, notes, and snippets.

@by-cx
by-cx / main.py
Last active July 24, 2024 19:07
Power pricing CZ OTE
#!/usr/bin/env python3
import datetime
from genericpath import isfile
import json
import os
import requests
import calendar
from flask import Flask
from flask import jsonify
@by-cx
by-cx / mykey.sh
Last active September 24, 2021 23:23
mykey
mkdir ~/.ssh
echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGCOv+lN/VqSpxz8mgL0r2ptR6jAnMHcFJvdi2o089cN [email protected]" >> ~/.ssh/authorized_keys