-
European Space Agency
- Noordwijk, Netherlands
- https://www.thanassis.space
-
-
ZX_Spectrum_scrolling Public
Using Z80 assembly to perform screen scrolling (per-pixel)
C UpdatedAug 18, 2024 -
dotfiles Public
My bash, python, etc configuration files (but not .vimrc, that lives on a standalone repos)
-
utils Public
Short shell/perl/python utils I wrote that I use every day.
-
paulstretch_cpp Public
Forked from paulnasca/paulstretch_cppPaulStretch
C++ GNU General Public License v2.0 UpdatedMay 26, 2024 -
TheProgramOfTheMonth Public
My first neat hack, 26 years ago - awarded "Program of the Month" status back in the day, in a Greek magazine...
-
binomialProbabilities Public
A fixup for "Why you only need to test with five users"
-
renderer Public
My software-only 3D renderer and raytracer (aka "TTSIOD renderer")
-
-
-
MandelbrotSSE Public
Real-time Mandelbrot zoom via SSE, AVX, OpenMP, CUDA, XaoS...
-
checkStackUsage Public
Compute the stack used by each of your functions (via GCC's `-fstack-usage` and call-graph tracing)
-
rsbep-backup Public
A customized version of rsbep used to create resilient backups
-
Score4 Public
AI: Implementing Score4 (Connect four) in functional and imperative languages
-
DeadFunctionsDetector Public
Using Clang, detect actually used functions - and report dead code.
-
whisper.cpp Public
Forked from ggerganov/whisper.cppPort of OpenAI's Whisper model in C/C++
C MIT License UpdatedDec 11, 2022 -
the-art-of-command-line Public
Forked from jlevy/the-art-of-command-lineMaster the command line, in one page
UpdatedNov 26, 2022 -
-
-
gdb-dashboard Public
Forked from cyrus-and/gdb-dashboardModular visual interface for GDB in Python
Python MIT License UpdatedJun 14, 2022 -
ladspa-notch-harmonics Public
Forked from michaellass/ladspa-notch-harmonicsLADSPA plugin implementing narrow notch filters at a specified base frequency and a specified number of harmonics
C MIT License UpdatedApr 19, 2022 -
-
MiniForth Public
A tiny Forth I built in a week. Blog post: https://www.thanassis.space/miniforth.html
-
-
CleanupHTML Public
Recursively collect only those HTML files referenced from a root-level one.
-
DataModellingTools Public
The Data Modelling Tools of the European Space Agency's TASTE toolchain
-
HuffmanPy Public
This is my Python library for Huffman coding.
-
ATtiny85_MonkeyIslandPlayer Public
Standalone player of Monkey Island PC-Speaker music ( https://www.thanassis.space/monkeyisland.html )
-
ATtiny85_currentMeter Public
A simple current meter, using a sense resistor and the ATtiny85's ADC.
-
EmbeddedCoverage Public
A project demonstrating one way to perform on-target coverage.