Skip to content
View inganesa's full-sized avatar

Organizations

@HPSC-Spark

Block or report inganesa

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. CUDAkalmanFilter CUDAkalmanFilter Public

    Implemented the Kalman Filter Algorithms on GPU using CUDA programming language. Analysed the run-time performance gain obtained by parallel computation of the various stages of the algorithm.Speed…

    C++ 55 24

  2. stackbot stackbot Public

    Implementing a Robotic assembly line system to analyse the challenges that arise in scheduling tasks with different deadlines and priorities in a real time environment. Technology--VxWorks RTOS, Wi…

    1

  3. CodessCoderDojo CodessCoderDojo Public

    An Android application to help kids pair up in a coder dojo event.

    Java 1 1

  4. hackingGoogleInterview hackingGoogleInterview Public

    Solution to Hacking Google Interview Practice Question series in C++.

    C++ 3

  5. interviewPractice interviewPractice Public

    This contains a set of random interview question solved in C++

    C++ 1

  6. backtrackingSudokuSolver backtrackingSudokuSolver Public

    Implementation of Naive and smart Backtracking Sudoku Solver

    C++