Skip to content
View 6ogunt48's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report 6ogunt48

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. personal-website personal-website Public

    code for my personal website

    HTML 1

  2. checkemailbot checkemailbot Public

    This Bot simultaneously uses the IMAP network protocol to check the number of unread emails in a list of mailboxes and sends the results to Telegram.

    Go 2

  3. wcgo wcgo Public

    `wcgo` is a Go-based minimal utility of the Unix `wc` command. It provides functionality to count lines, words, bytes, and characters in a given file. The project includes a Makefile for building a…

    Go 1

  4. bws bws Public

    BWS is a simple static file server written in Go. It serves files from a specified directory (`www` in this case) and handles concurrent requests using goroutines.The aim is to explain how web serv…

    Go