Skip to content
View johncovv's full-sized avatar
Coding...
Coding...

Organizations

@BNPTI

Block or report johncovv

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

Pinned Loading

  1. portfolio-nextjs portfolio-nextjs Public

    TypeScript 1

  2. devian devian Public

    A discord bot + API, created with typescript

    TypeScript 5

  3. portproxy wsl2 to localhost portproxy wsl2 to localhost
    1
    # check if you are in administration mode, if not, ask for authorization
    2
    If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
    3
    {   
    4
    	$arguments = "& '" + $myinvocation.mycommand.definition + "'"
    5
    	Start-Process powershell -Verb runAs -ArgumentList $arguments
  4. portfolio portfolio Public

    my personal portfolio

    TypeScript