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

    Language:Kotlin70204
  • gokulnair2001/Capo

    A custom Framework used to add animations and effect to UIButtons.

    Language:Swift11100
  • wridgeu/UI5-custom-library

    Demo Repository for learning the creation and consumption of a UI5 custom control & theme library.

    Language:JavaScript9110
  • Dristro/puretorch

    Raw implementation of PyTorch using NumPy. Structured similar to PyTorch, used to create deep learning models without using PyTorch and/or TensorFlow.

    Language:Python7220
  • 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.

    Language:C#2100
  • sunmeat/CustomBottomBar

    roughike bottombar library android example

    Language:Java210
  • 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

    Language:Kotlin1100
  • Bangla-Text-SMS

    Ariful17/Bangla-Text-SMS

    This is a project using Arduino and GSM module for receiving Bangla Text with the help of an oled display.

    Language:C++1100
  • go-on-the-way/ng-wl-ui

    Language:TypeScript110
  • 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.

    Language:Kotlin1100
  • vernon-gant/prestashop-orders-client

    PrestaShop Orders Client - A simple Python library, published on PyPI, designed specifically for extracting orders using the PrestaShop API.

    Language:Python110
  • JetPicker

    ytam/JetPicker

    JetPicker is a Jetpack Compose library that provides a customizable picker view component for selecting items in a list.

    Language:Kotlin1100
  • akshaykumarboth/CustomSharedPref

    Custom Shared Pref library prototype. Used clean archtitecture. Koin for DI. Room DB internally for data storage written in Kotlin.

    Language:Kotlin0200
  • 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.

    Language:C0100
  • 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.

    Language:C0100
  • 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.

    Language:C0100
  • 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

    Language:C0100
  • timbatt/cpp-linked-lists

    My implementation of linked-lists in c++

    Language:C++0100
  • zeynepcol/Animation-Cpp

    I used C++ and a custom library to animate sprite sheets featuring "Powerpuff Girls" pixel art.

    Language:C++00
  • asachan2707/Anuglar7-virtualScroll

    Virtual scroll in angular 7 (cdk)

    Language:TypeScript10
  • MyNameIsBond/libraryitem

    tutorial on how to add custom library on Xcode

    Language:Swift10
  • 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

    Language:C#10
  • PanagiotisKots/cdsx.h

    The Official C DataTypes Extended Library ==== CROSS PLATFORM LIBRARY ====

    Language:C
  • 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.

    Language:C10
  • 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.

    Language:C10