Skip to content

Instantly share code, notes, and snippets.

View gdamaskos's full-sized avatar
🎯
Focusing

Giorgos Damaskos gdamaskos

🎯
Focusing
View GitHub Profile
@gdamaskos
gdamaskos / index.html
Last active September 25, 2025 09:20
maintenace index html
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Phoenix in Kubernetes</title>
<style>
body {
margin:0;
padding:0;
background-color:#000000;
}
#!/bin/bash
# Notes: The repository name could be a variable and the script containerized
# create/update a local copy of the repo
if [ ! -d dbk-infra.git ] ; then
git clone --bare git@github.com:deBijenkorf/dbk-infra.git
else
cd dbk-infra.git
git fetch git@github.com:deBijenkorf/dbk-infra.git
#!/usr/bin/env python
import pyActigraphy
from os import listdir
from os.path import isfile, join
import argparse
from pathlib import Path
parser = argparse.ArgumentParser(