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 Manage State is a lightweight and customizable state management library inspired by Redux Toolkit. It offers a simple yet powerful API for managing application state in React projects. Designed to be modular, extensible, and developer-friendly, this library is ideal for those seeking fine-grained control over their state management.
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
Learn C++ the Pythonic way. A beginner-friendly C++ wrapper and course for Python learners — with familiar syntax like print(), input(), and len() to ease the transition.
A custom implementation of the C printf function, supporting formatted output for multiple data types. Useful for learning about variadic functions, string formatting, and low-level output in C.
A foundational C library built from scratch, including reimplementations of standard libc functions and custom utilities. Focused on memory safety, pointer manipulation, linked list implementation, and efficient low-level programming practices.
Custom Java String utility library built from scratch without using Java’s built-in String methods. Implements core string operations, transformations, validations, and case conversions with clean and immutable design.