<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Projects on Gavriella Abekassis</title><link>https://abekassisg.github.io/projects/</link><description>Recent content in Projects on Gavriella Abekassis</description><generator>Hugo</generator><language>en-gb</language><atom:link href="https://abekassisg.github.io/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>A-maze-ing — Maze Generation &amp; Solving</title><link>https://abekassisg.github.io/projects/a-maze-ing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://abekassisg.github.io/projects/a-maze-ing/</guid><description>A Python maze generator and solver using recursive backtracking and breadth-first search, packaged as a reusable module.</description></item><item><title>Codexion — Concurrency &amp; Thread Synchronisation</title><link>https://abekassisg.github.io/projects/codexion/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://abekassisg.github.io/projects/codexion/</guid><description>A concurrency simulation in C where coders share dongles to compile, solved with a min-heap scheduler.</description></item><item><title>push_swap — Sorting with Constraints</title><link>https://abekassisg.github.io/projects/push-swap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://abekassisg.github.io/projects/push-swap/</guid><description>A C program that sorts integers using limited stack operations, optimised with a chunk-based algorithm.</description></item><item><title>Python Modules 00–10 — From Foundations to Advanced Python</title><link>https://abekassisg.github.io/projects/python-modules/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://abekassisg.github.io/projects/python-modules/</guid><description>A progression of Python modules covering core syntax, OOP, data handling, package architecture, and advanced language features.</description></item><item><title>ft_printf — Reimplementing printf</title><link>https://abekassisg.github.io/projects/ft-printf/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://abekassisg.github.io/projects/ft-printf/</guid><description>A custom implementation of C&amp;rsquo;s printf, handling variadic arguments and formatted output from scratch.</description></item><item><title>get_next_line — Reading a File Line by Line</title><link>https://abekassisg.github.io/projects/get-next-line/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://abekassisg.github.io/projects/get-next-line/</guid><description>A C function that reads from a file descriptor one line at a time, handling buffered reading and dynamic memory allocation.</description></item></channel></rss>