Skip to content
View moonD4rk's full-sized avatar
🕶️
thrashing
🕶️
thrashing
Block or Report

Block or report moonD4rk

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

Hi, I'm moonD4rk!

package main

type Me struct {
	Name   string
	Job    string
	Code   string
	Skills string
}

func main() {
	me := &Me{
		Name:   "moonD4rk",
		Job:    "Cyber Security Engineer",
		Code:   "Go and Python and Others",
		Skills: "Hacking ^o^",
	}
	_ = me
}

📊 This Week I Spent My Time On:

Go               14 hrs 7 mins   █████████████████████▒░░░   85.06 %
sh               1 hr 39 mins    ██▒░░░░░░░░░░░░░░░░░░░░░░   09.94 %
Markdown         42 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   04.28 %
Text             3 mins          ░░░░░░░░░░░░░░░░░░░░░░░░░   00.39 %
CSV file         1 min           ░░░░░░░░░░░░░░░░░░░░░░░░░   00.17 %

Pinned

  1. HackBrowserData HackBrowserData Public

    Extract and decrypt browser data, supporting multiple data types, runnable on various operating systems (macOS, Windows, Linux).

    Go 10k 1.5k

  2. notifier notifier Public

    notifier is a Go library to send notification to other applications.

    Go 20

  3. go-pool go-pool Public archive

    golang 版本线程池

    Go 12 9

  4. req req Public

    golang http client, based by grequests

    Go 2 3