-
Schwarz Dienstleistung GmbH
- Heilbronn, Germany
- in/hien-pham-09795567
Highlights
-
-
langcraft_app Public
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 techno…
HTML Other UpdatedAug 3, 2025 -
-
-
PatentMuse Public
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 promp…
Jupyter Notebook UpdatedJun 27, 2025 -
42_Mini_Http_Server Public
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…
C++ MIT License UpdatedJun 27, 2025 -
42_minishell Public
This project is about creating a simple shell, little bash.
bash redirection command-execution parsing-algorithm abstract-syntax-tree file-descriptor signal-handlingC UpdatedApr 26, 2025 -
Hands-On-Large-Language-Models Public
Forked from HandsOnLLM/Hands-On-Large-Language-ModelsOfficial code repo for the O'Reilly Book - "Hands-On Large Language Models"
Jupyter Notebook Apache License 2.0 UpdatedApr 25, 2025 -
-
42_cub3D Public
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.
C UpdatedFeb 12, 2025 -
42_push_swap Public
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.
C UpdatedFeb 10, 2025 -
-
-
42_philosophers Public
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 …
C UpdatedJul 14, 2024 -
42_fractol Public
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 mathematic…
error-handling graphics-programming fractol memory-management mathematical-logic fractol-julia fractol-maldelbrotC UpdatedJun 17, 2024 -
-
42_get_next_line Public
This project is written in C, emphasizing the topics of string manipulation and memory management.
C UpdatedFeb 23, 2024 -
42_libft Public
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 UpdatedFeb 10, 2024 -
42_printf Public
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
C UpdatedNov 10, 2023