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.

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. portfolio-nextjs portfolio-nextjs Public

    This is my personal portfolio, written with next.js

    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. self-learning-ai self-learning-ai Public

    This project explores the creation of a self-feeding AI service powered by a Large Language Model (LLM). The system is designed to generate, consume, and refine its own data as part of an experimen…

    Python