-
42 Porto
- Porto, Portugal
- teresachow.net
- in/teresa-chow
Highlights
- Pro
-
42-cpp01 Public
This is the second of ten introductory modules on Object-Oriented Programming (OOP) in C++. Core concepts explored in this module are: memory allocation, pointers to members, references and switch …
oop memory-allocation switch-case object-oriented-programming pointers-to-functions pointers-and-references orthodox-canonical-classC++ MIT License UpdatedOct 30, 2025 -
42-common-core Public
[ INDEX ] Coursework developed during the Common Core curriculum at 42 Porto, part of the global 42 Network.
UpdatedSep 22, 2025 -
42-cpp02 Public
This is the third of ten introductory modules on Object-Oriented Programming (OOP) in C++. Core concepts explored in this module are: ad-hoc polymorphism, operator overloading and the orthodox cano…
C++ MIT License UpdatedSep 17, 2025 -
-
42-cpp00 Public
This is the first of ten introductory modules on Object-Oriented Programming (OOP) in C++. Core concepts explored in this module are: namespaces, classes, member functions, stdio streams, initializ…
C++ MIT License UpdatedSep 5, 2025 -
42-hackathon-vicaima Public
Forked from Rui-Pedro-Pires/Vicaima-HackathonPerformance dialogue platform developed in a 3-day period, during the Hackathon promoted by Vicaima and 42 Porto (13 - 16 May 2024).
Python GNU General Public License v3.0 UpdatedSep 2, 2025 -
42-cub3d Public
The goal of this project was to create a simple Wolfenstein 3D-inspired 3D game engine, using raycasting. This is done by rendering a 3D representation of a 2D map, implementing player movement, wa…
-
42-minishell Public
Minishell is a project about creating a simple custom UNIX shell in C, focusing on process control, file descriptor management, and command parsing.
-
42-philosophers Public
This project is about the basics of threading a process: it involves creating threads and discovering mutexes.
C MIT License UpdatedAug 8, 2025 -
-
42-libft Public
Libft is the 1st project of the Common Core curriculum at 42. It's about coding a C library: specifically, recoding a few functions of the C standard library, as well as some other utility functions.
-
42-get_next_line Public
get_next_line is about programming a function that returns a line read from a file descriptor.
C Other UpdatedJan 21, 2025 -
42-push_swap Public
Push_swap is a project about sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Its goal is reaching an optimized data sorting solution.
-
42-ft_printf Public
Recoding of C function printf(), developed during Common Core curriculum at 42.
C Other UpdatedJan 8, 2025 -
42-minitalk Public
Coding of a small data exchange program using UNIX signals.
-
42-hackathon-google-cloud Public
RITA – Robô Inteligente de Triagem Automatizada [Smart Robot for Automated Triage] is a smart triage agent based on the Manchester Triage System that is able to take natural language input (text or…
UpdatedNov 8, 2024 -
guides-and-manuals Public
Technical documentation: instructions, explanations, best practices,...
4 UpdatedOct 27, 2024 -
42-Born2beRoot Public
Born2beRoot is a System Administration related exercise from 42 School core curriculum.
-
42-libft-extended Public
This is my current extended version of Libft, the first project of the Common Core curriculum at 42. It currently includes a simplified recoded version of printf (ft_printf) and get_next_line.
C Other UpdatedSep 24, 2024 -
42-hackathon-sogrape Public
Web scraping website developed in a 3-day period, during the Hackathon promoted by Sogrape and 42 Porto (23 - 26 Oct. 2023).
Python MIT License UpdatedSep 24, 2024 -