Skip to content
View monsij's full-sized avatar

Organizations

@NITDgpOS @ucsb @NIT-DGPortal @ieeesb-nitdgp @ecegsa-ucsb
Block or Report

Block or report monsij

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

Hello, I'm Monsij

Languages & Tools:

Elements of Entropy:

Pinned

  1. CJudge_Automate CJudge_Automate Public

    A python based script to automate code submissions to various online judges within a few clicks.

    Python 1

  2. JuliaPlots/Plots.jl JuliaPlots/Plots.jl Public

    Powerful convenience for Julia visualizations and data analysis

    Julia 1.8k 346

  3. JuliaDSP/DSP.jl JuliaDSP/DSP.jl Public

    Filter design, periodograms, window functions, and other digital signal processing functionality

    Julia 367 106

  4. NIT-DGPortal/StudentPortal NIT-DGPortal/StudentPortal Public

    A customised study portal for NIT Durgapur.

    CSS 16 29

  5. Fast matrix exponentiation with Modulo Fast matrix exponentiation with Modulo
    1
    //These are two functions which aid in raising a matrix data[][] to the power n using fast exponentiation techniques.
    2
    /*
    3
    Prerequisites:
    4
    // The matrix must be a 2x2 matrix.
    5
    1.  data[2][2]   ->The matrix which is required to be raised to nth power