Skip to content

Instantly share code, notes, and snippets.

View oorestisime's full-sized avatar
🎯
Focusing

Orestis Ioannou oorestisime

🎯
Focusing
View GitHub Profile
@oorestisime
oorestisime / cyprus_tax_calc_2025.py
Created May 20, 2025 08:35
Cyprus 2025 – Self-Employed vs Ltd take-home calculator
"""
Cyprus 2025 – Self-Employed vs Ltd take-home calculator
Author: Orestis Ioannou
Last updated: 20 May 2025
Usage examples
--------------
# default demo revenues
uv run cyprus_tax_calc_2025.py
@oorestisime
oorestisime / index.html
Created June 4, 2019 22:19
TODO list selection/unselection html
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<ul id="todo-app">
<li class="todo">Walk the dog</li>
<li class="todo">Pay bills</li>
<li class="todo">Make dinner</li>
<li class="todo">Code for one hour</li>
@oorestisime
oorestisime / gallery.jsx
Created September 12, 2018 07:55
React component utilising gatsby-image with Lightbox from react-images