Skip to content
View s-mv's full-sized avatar
💭
Our realities differ.
💭
Our realities differ.

Highlights

  • Pro

Block or report s-mv

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 250 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
s-mv/README.md

Hello there!

Myself smv.

Here are some stats for the ones who hunger for numbers.

s-mv's stats

Portfolio resides at https://s-mv.vercel.app.

Anyway, hello there.

This is smv, known to some as Shreerang Vaidya. I am a final year student right now who loves all things tech.

Pinned Loading

  1. gcode-plus-plus gcode-plus-plus Public

    gcode++

    C++ 2

  2. smvm smvm Public

    Register-based bytecode VM implementation.

    C 6

  3. smvrt smvrt Public

    The smv RTOS.

    C

  4. black-scholes-visualizer black-scholes-visualizer Public

    JavaScript

  5. brainfudge brainfudge Public

    Badly designed brainfuck interpreter.

    C

  6. nqueens.asm nqueens.asm
    1
    ; build instructions
    2
    ; nasm -g -felf64 nqueens.asm -o nqueens.o
    3
    ; ld nqueens.o -o nqueens
    4
    ; ./nqueens
    5