Skip to content
View monsij's full-sized avatar

Organizations

@NITDgpOS @ucsb @NIT-DGPortal @ieeesb-nitdgp @ecegsa-ucsb

Block or report monsij

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 Loading

  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.9k 386

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

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

    Julia 419 115

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

    A customised study portal for NIT Durgapur.

    CSS 19 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