Skip to content
View RajdeepKonwar's full-sized avatar
♨️
♨️
Block or Report

Block or report RajdeepKonwar

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
RajdeepKonwar/README.md

Hi there 👋

I am a highly driven engineer with 10+ years of professional C++ software development with a wicked passion for Computer Graphics

🖖 I’m currently learning Vulkan

Rajdeep's Github Stats Top Langs

Pinned

  1. stockast stockast Public

    Predict stock market pricing over 180 minutes using Black-Scholes stochastic modeling and parallel Monte-Carlo simulations.

    C++ 40 23

  2. Hollywood Hollywood Public

    Guess a randomly selected Hollywood movie title where its consonants have been stripped.

    C++ 1

  3. snakesGL snakesGL Public

    A 3D snakes game layout developed in C++, modern OpenGL (GLSL shaders); inspired by the classic mid-2000's Nokia 3D snakes game!

    C++ 1 1

  4. MeshGen MeshGen Public

    Generates Eureka format mesh file using Gmsh as meshing-tool

    C++ 1

  5. HuffmanCompressor HuffmanCompressor Public

    Compressor and decompressor based on Huffman's compression algorithm

    C++ 3 1

  6. Plays random video file in a folder ... Plays random video file in a folder (and sub-folders) using VLC. Skips already played video file.
    1
    @echo off
    2
    setlocal EnableDelayedExpansion
    3
    
                  
    4
    set n=0
    5
    for /r %%f in (*) do (