Mafalda
hienptx
Commitment starts the journey, consistency sees it through.
Languages
Repos
19
Stars
0
Forks
1
Top Language
C
Loading contributions...
Repositories
19#docker #virtualmachine #systemadministration
langcraft is a language learning game platform for classroom use, with teacher-led sessions, group gameplay, and adaptive learner levels — is powerful and well-aligned with both pedagogy and technology. This moves beyond passive learning into **interactive, social, and gamified learning**, leveraging AI to personalize and scale.
Config files for my GitHub profile.
MVP AI Pipeline YouTube Video to Podcast
PatentMuse is a semantic search and analysis tool for patent documents from sources like the EPO. It processes raw XML data into structured, vectorized chunks and uses transformer models with prompt orchestration to enable efficient, intelligent search and interaction.
A non-blocking HTTP server in C++98 that supports GET/POST/DELETE, serves static sites, handles file upload/delete, runs CGI scripts (e.g. Python), and listens on multiple ports. Uses a config file, handles concurrent clients via poll().
Official code repo for the O'Reilly Book - "Hands-On Large Language Models"
This project is about creating a simple shell, little bash.
No description provided.
Fract'ol is about creating graphically beautiful fractals with C. Fractals are complex geometric shapes that exhibit self-similar patterns at different scales. They are generated through mathematical equations and iterative processes.
This project is about creating a dinning table of n philosophers with n/2 forks. The challenge is to implement an efficent process, that enable all philosophers get to think-eat-sleep within given amount of time. No one should die if the amount of time if adequate.
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable me to explore ray-casting. The goal will be to make a dynamic view inside a maze.
The Push Swap project challenges you to sort a stack of unique integers (ascending order) using a limited set of operations—such as push, swap, and rotate—while minimizing the number of moves.
No description provided.
All CPP projects from 42
Libft is a very first project in serie of 42_Projects. It plays crutial role in later on projects as a mini librabry included basic functions in c.
#c #processes #fork #pipe #file descriptors
This project is written in C, emphasizing the topics of string manipulation and memory management.
This program imitates some behaviors of function printf() in <stdio.h>, for example this self-built function can print following specifiers: %c, s, i, d, %, u, x, X