Skip to content
View Rupak-Paul's full-sized avatar

Block or report Rupak-Paul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Random-Typing Random-Typing Public

    This application is useful for beginners to practice touch typing. Users can choose some set of characters before start typing, typing-text will contain only those characters.

    C# 2

  2. CLI-Text-Editor CLI-Text-Editor Public

    A command line interface based test editor. Completely built on C++ from scratch.

    C++

  3. Cab-Hailing-App Cab-Hailing-App Public

    Backend microservices of a cab hailing (similar to Ola, Uber, etc.) application using Spring Boot framework.

    Java

  4. CPP-STL CPP-STL Public

    Demonstration of some of the most useful C++ STL containers and functions.

    C++

  5. GPU-Accelerated-Convolution GPU-Accelerated-Convolution Public

    GPU Parallel algorithm to implement the convolution operation on a 2D matrix using a 2D filter. Various memory optimization such as memory coalescing, make use of Shared-Memory and Constant-Memory …

    Cuda

  6. Feed-Forward-Neural-Network Feed-Forward-Neural-Network Public

    Implementation of a feed forward neural network with backpropagation from scratch with various optimization varieties like stochastic, momentum based, mini batch, adam and nadam. The network is tra…

    Python