Pinned Repositories
aims-gpa-calculator
Betrayal-2D-Action-Game
2D dual player action game incorporating multithreading and concurrency methods like thread barriers, job queue. Created threadpool to maintain game jobs like rendering, player position updating, map updating, score updating etc.. The game consists of three levels each of them taking place in earth and space.
COOL_COMPILER
Cool compiler created with LLVM IR as intermediate code
CppCon2015
Presentation Materials from CppCon 2015
examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
LLVM_ControlFlow-Loop-Obfuscation
Transformation pass in LLVM to obfuscate loops and control flow (Loop destruction and control flow destruction)
Point-of-Interest-Recommender
POI Recommender system built based on a research paper (in readme) for reproducing the results.
SimRMS-EDF
Simulation of rate monotonic and earliest deadline first
Slab-allocater
Slab Allocator, forked from the repo contributed by me
SocialNetwork_MP
Web application aimed to create an interactive community for medical professionals and common people. Has upvoting and downvoting features along with chat, and tagging functionality.
TUJJIEVE's Repositories
TUJJIEVE/LLVM_ControlFlow-Loop-Obfuscation
Transformation pass in LLVM to obfuscate loops and control flow (Loop destruction and control flow destruction)
TUJJIEVE/COOL_COMPILER
Cool compiler created with LLVM IR as intermediate code
TUJJIEVE/Point-of-Interest-Recommender
POI Recommender system built based on a research paper (in readme) for reproducing the results.
TUJJIEVE/SimRMS-EDF
Simulation of rate monotonic and earliest deadline first
TUJJIEVE/Slab-allocater
Slab Allocator, forked from the repo contributed by me
TUJJIEVE/SocialNetwork_MP
Web application aimed to create an interactive community for medical professionals and common people. Has upvoting and downvoting features along with chat, and tagging functionality.
TUJJIEVE/aims-gpa-calculator
TUJJIEVE/Betrayal-2D-Action-Game
2D dual player action game incorporating multithreading and concurrency methods like thread barriers, job queue. Created threadpool to maintain game jobs like rendering, player position updating, map updating, score updating etc.. The game consists of three levels each of them taking place in earth and space.
TUJJIEVE/CppCon2015
Presentation Materials from CppCon 2015
TUJJIEVE/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
TUJJIEVE/Image-Processing-Software
TUJJIEVE/MultivariateClassificationLecture
Lecture on Multivariate Classification for the CERN School of Computing
TUJJIEVE/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
TUJJIEVE/Reinforcement-Learning-Pacman
Deep Q network and Policy gradient reinforcement learning alogrithms to play pacman
TUJJIEVE/RFB_PROTOCOL
Remote Desktop access software using the RFB protocol with GUI built using openGL libs
TUJJIEVE/SimplexAlgorithm
Non tableau simplex algorithm
TUJJIEVE/WorkerSharing-Stealing-Threads
Analysis on work-sharing and work-stealing thread under heavy loads