custom-library
There are 27 repositories under custom-library topic.
NsAveek/GraphView
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 color, On/Off Graduations, Change the graduation text color, Draw graph with different starting point, Draw graph from the left border (X0 - coordinate), Draw graph with exact coordinates given, Draw graph from left border and stretch until the end of the screen and it is Supported on OS - JellyBean 4.1 and above
gokulnair2001/Capo
A custom Framework used to add animations and effect to UIButtons.
wridgeu/UI5-custom-library
Demo Repository for learning the creation and consumption of a UI5 custom control & theme library.
Dristro/puretorch
Raw implementation of PyTorch using NumPy. Structured similar to PyTorch, used to create deep learning models without using PyTorch and/or TensorFlow.
mwlt68/MEG
MEG is a solution that includes libraries that I think will be useful for .NET developers and that I have developed by putting my experience into use.
sunmeat/CustomBottomBar
roughike bottombar library android example
AmrAhmed109/DetectiveApplication
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
Ariful17/Bangla-Text-SMS
This is a project using Arduino and GSM module for receiving Bangla Text with the help of an oled display.
sharmahdk13s/react-native-apple-signin-modifier
React-Native custom library which provides short discovery about how to integrate Turbo modules using react-native code with iOS and Android native code.
vernon-gant/prestashop-orders-client
PrestaShop Orders Client - A simple Python library, published on PyPI, designed specifically for extracting orders using the PrestaShop API.
ytam/JetPicker
JetPicker is a Jetpack Compose library that provides a customizable picker view component for selecting items in a list.
akshaykumarboth/CustomSharedPref
Custom Shared Pref library prototype. Used clean archtitecture. Koin for DI. Room DB internally for data storage written in Kotlin.
cmunoz-g/ft_printf
ft_printf is a custom implementation of the C standard library function printf(). It supports the main format specifiers (%c, %s, %p, %d, %i, %u, %x, %X, %%) and handles variable arguments with a modular design for easy integration.
cmunoz-g/libft
Libft is a personal C library that reimplements standard libc functions and adds extra utilities for strings, memory, and linked lists. It serves as a foundation library for later 42 projects, providing reusable low-level functionality.
Daksh2060/custom-malloc-free
A custom C memory allocator library for dynamic memory management using First-Fit allocation. Features my_malloc for allocation and my_free for deallocation. Emphasizes efficiency through automatic block coalescing to reduce external block fragmentation.
liocle/libft
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
timbatt/cpp-linked-lists
My implementation of linked-lists in c++
zeynepcol/Animation-Cpp
I used C++ and a custom library to animate sprite sheets featuring "Powerpuff Girls" pixel art.
asachan2707/Anuglar7-virtualScroll
Virtual scroll in angular 7 (cdk)
MyNameIsBond/libraryitem
tutorial on how to add custom library on Xcode
noturlee/TaskTracker-Windows-App
This is a standalone desktop time management application built using C# and Windows Presentation Foundation (WPF). The application allows users to manage their academic schedule for a semester, including adding modules, tracking self-study hours, and calculating remaining self-study hours for each module
PanagiotisKots/cdsx.h
The Official C DataTypes Extended Library ==== CROSS PLATFORM LIBRARY ====
pin3dev/42_ft_Printf
Replicates standard printf function in C. This project deepens understanding of variadic functions, data formatting, and low-level I/O management.
pin3dev/42_Libft
Custom C library that replicates standard functions and introduces extra utilities for handling strings, memory, and lists. This project serves as a foundation for mastering low-level programming and understanding function implementation in C.