Pinned Repositories
1D-landscape-profile
Visualize and analyse high dimensional scientific data using topological 1D landscape profile.
Cab-hailing-application
A cab-hailing application organised as a set of RESTful microservices, implemented using Spring framework, and deployed in Kubernetes.
Cab-hailing-application-using-Akka
A taxi (cab) hailing application (similar to Ola, Uber, etc.) using Akka (https://akka.io/)
Clang-nested-function
A source to source transformation tool for C language using clang LibTooling, LibASTMatchers and RecursiveASTVisitor, creates a new source file which support nested functions (as labeled blocks).
fabric
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
Loop-interchange-pass-in-MLIR
Develop a loop interchange pass in MLIR driven by an analytical cost model that optimizes for locality (spatial, temporal - both self and group) and parallelism for multicores (so as to minimize the frequence of synchronization).
NPTEL-Course-Getting-started-with-competitive-programming
This repository contains implementation of practice problems we discuss in weekly live classes.
OpenGL-assignment-1
Grahpics and Visualisation
Reflex-Reactor
A multiplayer quizzing game in which players can play offline match using wifi as well as online match over internet.
Workshop-Secure-Computer-Systems
This repository contains the material for the Workshop on Secure Computer Systems. Visit the website for more details - https://sites.google.com/view/workshop-secure-systems-2024/home
nikiyadav's Repositories
nikiyadav/Clang-nested-function
A source to source transformation tool for C language using clang LibTooling, LibASTMatchers and RecursiveASTVisitor, creates a new source file which support nested functions (as labeled blocks).
nikiyadav/NPTEL-Course-Getting-started-with-competitive-programming
This repository contains implementation of practice problems we discuss in weekly live classes.
nikiyadav/1D-landscape-profile
Visualize and analyse high dimensional scientific data using topological 1D landscape profile.
nikiyadav/Loop-interchange-pass-in-MLIR
Develop a loop interchange pass in MLIR driven by an analytical cost model that optimizes for locality (spatial, temporal - both self and group) and parallelism for multicores (so as to minimize the frequence of synchronization).
nikiyadav/Reflex-Reactor
A multiplayer quizzing game in which players can play offline match using wifi as well as online match over internet.
nikiyadav/Workshop-Secure-Computer-Systems
This repository contains the material for the Workshop on Secure Computer Systems. Visit the website for more details - https://sites.google.com/view/workshop-secure-systems-2024/home
nikiyadav/Cab-hailing-application
A cab-hailing application organised as a set of RESTful microservices, implemented using Spring framework, and deployed in Kubernetes.
nikiyadav/Cab-hailing-application-using-Akka
A taxi (cab) hailing application (similar to Ola, Uber, etc.) using Akka (https://akka.io/)
nikiyadav/fabric
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
nikiyadav/OpenGL-assignment-1
Grahpics and Visualisation
nikiyadav/OpenGL-lighting-shading-textureMapping
Implementated Phong shading with Phong illumination model using shaders, visualised scalar field on protein surface and on a slice (compared performance of CPU with GPU), implemented marcing triangles algorithm to extract iso-contours
nikiyadav/OpenGL-slice-model
Graphics and Visualization