Projects with this topic
-
➞ Goal: project focused on sorting data on a stack with a limited set of instructions, using the absolute minimum number of moves.
Updated -
➞ Goal: ft_printf is a custom re-implementation of the standard C printf function, built on top of the previously developed libft library. The goal is to understand variadic functions in C and replicate the core formatting behaviour of printf without relying on it.
Updated -
➞ Goal: re-implement a set of standard C library functions — as well as additional utility functions — also relying on libc. This project is the foundation of the 42 curriculum: the resulting libft.a static library will be reused in virtually every future project.
Updated -
➞ Goal: This module serves as a comprehensive review of C syntax, logic, memory management, and build systems.
Updated -
➞ Goal: This module is a transition from simple coding to Build Systems, focusing on creating static libraries (.a) and automating compilation with Makefiles.
Updated -
-
Groundhog Dojo is a platform for polishing coding skills using simple tasks and a small dose of stress. GD supports multiple programming languages and editors, and it's easy to extend with new features.
Updated -
-
It's a weather app help you to get the temperature in your location or in any another location by its city name using OpenWeatherMap API.
I developed it with flutter; so, it provides two versions one for IOS and another one for android.
Updated -