Skip to content
View monsij's full-sized avatar

Organizations

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

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 Loading

  1. CJudge_AutomateCJudge_AutomatePublic

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

    Python 1

  2. JuliaPlots/Plots.jlJuliaPlots/Plots.jlPublic

    Powerful convenience for Julia visualizations and data analysis

    Julia 1.9k 387

  3. JuliaDSP/DSP.jlJuliaDSP/DSP.jlPublic

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

    Julia 421 114

  4. NIT-DGPortal/StudentPortalNIT-DGPortal/StudentPortalPublic

    A customised study portal for NIT Durgapur.

    CSS 19 29

  5. Fast matrix exponentiation with ModuloFast 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