Skip to content
View souravrax's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report souravrax

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

Pinned

  1. codeditor-front codeditor-front Public

    👩‍💻Codeditor is an IDE for editing 📝, compiling 📯 , and running 🏃‍♂️ source codes online made using React UI library and uses Redux for the state management. It is backed by NodeJS/Express server.

    JavaScript 17 2

  2. codeditor-back codeditor-back Public

    Frontend at: https://github.com/souravrax/codeditor-front

    JavaScript 10

  3. realtime-chat-app-socket realtime-chat-app-socket Public

    📶👨 A realtime ✨chat✨ web application using ⚡socket.io/🏃‍♂️express/📎node

    CSS 2

  4. bit_manipulation_cheatsheet.md bit_manipulation_cheatsheet.md
    1
    # Bit Manipulation Cheatsheet (C++)
    2
    
                  
    3
    ## Operators
    4
    
                  
    5
    Bitwise And --> ```&```
  5. MongoDB Cheat Sheet MongoDB Cheat Sheet
    1
    # MongoDB Cheat Sheet
    2
    
                  
    3
    ## Show All Databases
    4
    
                  
    5
    ```
  6. AOC_AHK AOC_AHK
    1
    current_date = %A_DD%
    2
    
                  
    3
    Run, msedge https://adventofcode.com/2022/day/%current_date%/input
    4
    Run, cmd.exe,,,myCMD
    5
    WinWaitActive, ahk_pid %myCMD%