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

Block or report moonD4rk

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:

sh                 3 hrs 59 mins   ███████▓░░░░░░░░░░░░░░░░░   30.97 %
Markdown           3 hrs 35 mins   ███████░░░░░░░░░░░░░░░░░░   27.85 %
Go                 2 hrs 21 mins   ████▓░░░░░░░░░░░░░░░░░░░░   18.35 %
Python             1 hr 59 mins    ████░░░░░░░░░░░░░░░░░░░░░   15.40 %
Text               17 mins         ▓░░░░░░░░░░░░░░░░░░░░░░░░   02.20 %

Pinned Loading

  1. HackBrowserData HackBrowserData Public

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

    Go 10.3k 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