Skip to content

Instantly share code, notes, and snippets.

View dexter93's full-sized avatar

dexter93

  • Greece
View GitHub Profile
@dexter93
dexter93 / sn32_dump.py
Created November 11, 2023 12:35
sn32 dumper
import argparse
import time
from telnetlib import Telnet
from contextlib import closing
from pathlib import Path
def auto_int(x):
return int(x, 0)
def divisible_by_4(x):
@dexter93
dexter93 / helios.ntua.gr
Created February 2, 2022 13:51
Helios NTUA moodle dark theme. Use with https://stylebot.dev/
body{
background-color: #121212;
color: #b3b3b3;
}
#page{
background-color: #121212;
color: #b3b3b3;
}
.generaltable{
border:none;
@dexter93
dexter93 / bcm_iton.c
Last active June 22, 2023 05:46
Shaping it up
/*
Copyright 2021 Dimitris Mantzouranis <d3xter93@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of