piyush8311's Stars
vy007vikas/dotfiles
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
kalyan-kumar/radio
twitter/nodes
A library to implement asynchronous dependency graphs for services in Java
DhavalKapil/ctf-writeups
paarthneekhara/convolutional-vqa
vy007vikas/PyTorch-ActorCriticRL
PyTorch implementation of DDPG algorithm for continuous action reinforcement learning problem.
abhijeetkaur/abhijeetkaur.github.io
DhavalKapil/stack-guard
A toy implementation of 'Stack Guard' on top of the LLVM compiler toolchain
DhavalKapil/dhavalkapil.github.io
My Jekyll Blog website
ketanhwr/exylus
A hobby operating system written in C and Assembly (AT&T syntax) targeted for x86 architecture.
DhavalKapil/Heap-Layers
Heap Layers: An Extensible Memory Allocation Infrastructure
ketanhwr/reflexio
A web game based on reflection
DhavalKapil/libdheap
A shared (dynamic) library that can be transparently injected into different processes to detect memory corruption in glibc heap
DhavalKapil/heap-exploitation
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure.
vy007vikas/vy007vikas.github.io
My blog
paarthneekhara/paarthneekhara.github.io
Blog
vy007vikas/Skip-Thought-Region-Extraction
Making use of skip thought vectors to retrieve region in the given image corresponding to the given caption.
socketio/socket.io
Realtime application framework (Node.JS server)
anandkunal/ToroPHP
Toro is a PHP router for developing RESTful web applications and APIs.
DhavalKapil/xss-auditor-analysis
pprakhar30/EEGSignalAnalysis
Analysis of EEG signals obtained from EMotiv device
paarthneekhara/byteNet-tensorflow
ByteNet for character-level language modelling
paarthneekhara/text-to-image
Text to image synthesis using thought vectors
DhavalKapil/digit-recognition
MNIST handwritten digit recognition using Deep Learning
paarthneekhara/neural-vqa-tensorflow
Visual Question Answering in Tensorflow.
paarthneekhara/Weather-From-Map
A google maps api extension to get weather for selected points/path using the openweather api.
DhavalKapil/FileTransferer
A socket based program to send a file over the network after dividing it into parts and sending each part separately
vy007vikas/Game-of-life-python
A python code to implement conway's game of life.