Skip to content
View prakashd1's full-sized avatar
💭
Preparing to Legend
💭
Preparing to Legend

Block or report prakashd1

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

Pinned Loading

  1. advent2024 Public

    Advent of code 2024

    Java

  2. circular-referances Public

    This program will remove Json circular references

    2

  3. Sublime Configuration for node
    1
    {
    2
    "cmd": ["node", "$file"],
    3
    "selector": "source.js"
    4
    }
  4. comparecsv.awk
    1
    BEGIN {
    2
        FS = ","
    3
    }
    4
    
                  
    5
    NR>1 && NR==FNR {
  5. hello.js
    1
    console.log("Hello World !!!") 
  6. test description
    1
    Hi this is pd