mappers
There are 55 repositories under mappers topic.
mahmoudparsian/data-algorithms-book
MapReduce, Spark, Java, and Scala for Data Algorithms Book
mahmoudparsian/data-algorithms-with-spark
O'Reilly Book: [Data Algorithms with Spark] by Mahmoud Parsian
mohammedgmgn/MovieApp-Clean-Architecture
Learning Project (Movie App) For Applying Android Architecture Components And Clean Architecture Using MVVM With Kotlin
leonardoporro/Detached-Mapper
An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.
allenai/smashed
SMASHED is a toolkit designed to apply transformations to samples in datasets, such as fields extraction, tokenization, prompting, batching, and more. Supports datasets from Huggingface, torchdata iterables, or simple lists of dictionaries.
leftCoast/LC_baseTools
Tools to make programming Arduinos easier.
FidMe/active_mappers
The cleanest way to declare your Rails API view layer. Period.
ugoevola/ts-mapstruct
TS-Mapstruct is an approach of the JAVA MapStruct addapted in TypeScript.
erafaelmanuel/mappyfy
Mapping library for java that recursively copies data from one object to another.
leonardoporro/Detached-PatchTypes
Create proxy types that tracks dirty properties to simulate 'undefined' values when deserializing json.
andbul/typevert
Define Object to Object mapping using Typescript decorators
camous/acmemapper
JSON declarative mapping engine
idr0id/php-mappers-benchmarks
PHP object mappers benchmarks
usamayasin/GoustoAndroidTask
Andorid App utilizing Gousto API to showcase Clean architecture (MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit + Unit Tests)
abdullahsherdy/The-Book-Haven
The Book Haven is a Library Management System built using ASP.NET Core MVC and Entity Framework Core. It allows users to manage books, track borrow/return operations, and calculate penalties for overdue books. The system also includes member management and a search feature for books.
AlexRogalskiy/object-mappers-playground
Object mappers playground
Kingson-de/marshal-xml-serializer
Marshal XML is serializing / marshalling data structures to XML. It is also deserializing / unmarshalling XML back to the data structures.
AliKelDev/QuizMapperJS
Interactive Quiz System Mapper: The core mapping functionality behind the interactive quiz system at https://webpixelle3.netlify.app/quiz-select Includes a detailed tutorial at https://aliceleiserblog.netlify.app/blog/building-interactive-quiz-system-react
anblt/anblt-ant-contrib
Collection of Custom Ant Tasks, Types, Selectors, Filters, Mappers to be used in build.xml ant build files
caelcs/cassitory
Handles redundancy tables in Cassandra
emreuyguc/php-structured-mapper
Structured Mapper is a PHP library that helps you to map your objects with attribute-based definitions.
Kingson-de/marshal-serializer
Marshal is serializing / marshalling data structures to the desired format. It is also deserializing / unmarshalling the format back to the data structures.
linna/auth-mapper-mysql
Mysql mapper implementation of the authentication and authorization interfaces
TalhaRizwan093/Springboot-Security-Starter-OAuth-JWT
This repository is for someone who wants to create a backend with spring-boot and do not want to implement authentication and authorization himself to save the time. This repo is based on best practices in Spring-boot along with the authentication and authorization with JWT. OAuth2 login implementation is also implemented.
DmKolesov/PhotoExplorer
UIKit, MVVM, Coordinator, Factory, Delegate, Observer, Mappers, Alamofire, Kingfisher, Realm, TabBarController, UICollectionView, UICollectionViewFlowLayout, UISearchBar, Image caching, Offline mode
EVBLOOD/learn-spring-boot
this repo was made to practice spring boot.
KTajerbashi/Extensions
Extensions For .Net Project To Used Feature
MartinpcDev/E-CommercePlatform
Proyecto de plataforma de Ecommerce en linea
sheep-cloud/code-generator
MyBatis Generator MyBatis 代码生成器
Crusade4Code/crusade4code.github.io
A shared repository with a collection of education projects in Kotlin, to study architecture and best practices for development.
Crusade4Code/kotlinlastcrusade1-xml-koin-mapper-usecase
This project uses the GitHub API to retrieve and display information from Users and Repositories in a user-details screen.
gpreviatti/benchmarks-dotnet
Simple project with some benchmarks against different libraries
piradoiv/street-scout
🗺️ Free Companion App for Mappers. Turn every walk into a mapping adventure. Update the world, one street at a time.
csdevlib/csharp-automapper
A simple sample using AutoMapper
DeepanshuDabas03/K-Means_Map-Reduce
This project implements a distributed K-means clustering algorithm using a custom-built MapReduce framework. It is designed to handle potentially large datasets by distributing the clustering workload across multiple processes or machines. Uses gRPC for the communication between mapper, reducer, master