You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a custom graph library where you can customize the graph as you want. The key features are you can take the full control over drawing the path, change the gradient color (Start Color - End Color), Change the circle color, Change the circle radius, Change the path color, Change the line thickness, On/Off Gridlines, Change the grid line co…
React-Native custom library which provides short discovery about how to integrate Turbo modules using react-native code with iOS and Android native code.
An App through which the user can identify the child by Face Recognition And Face Aging (Face Prediction), whether he was a kidnapped child or not, and also create a case of the child whether he is Kidnapped or you found a child For this, I used MVVM architecture, Coil, Retrofit, Dagger-Hilt, Coroutines, Navigation Component and more
The ft_printf project is a custom implementation of the standard printf() function in C. It supports various conversion specifiers and formatting options, focusing on managing variable arguments and building a modular, reusable library function.
Libft is a custom C library that re-implements essential standard library functions and adds additional utility functions. It includes string manipulation, memory management, and linked list operations, providing a foundational toolkit for C programming projects.
Implemented a custom C library featuring standard functions like string manipulation, memory allocation, and linked list operations. Developed as part of Hive Helsinki's curriculum to reinforce understanding of core C programming concepts