Skip to content
View KernelDotDLL's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Organizations

@SlangWare-Development

Block or report KernelDotDLL

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KernelDotDLL/README.md

π“Šˆ Programmer π“Š‰β«˜π“Šˆ Cyber-Security Researcher π“Š‰β«˜π“Šˆ Networking Enthusiast π“Š‰β«˜π“Šˆ Reverse Engineer π“Š‰


package main

import "fmt"

type AboutMe struct {
	Pronouns  []string
	Languages []string
	Hobbies   []string
	RandomQuote   string
}

func main() {
	libssl := AboutMe{
		Pronouns:  []string{"He", "Him"},
		Languages: []string{"C", "C#", "Java", "Rust", "Go"},
		Hobbies:   []string{"Coding", "Gaming", "Research", "Monstermaxxing xd"},
		RandomQuote:   `"Physics is like sex: sure, it may give some practical results, but that’s not why we do it." - Feynman`,
	}

	fmt.Printf("Pronouns: %v\n", libssl.Pronouns)
	fmt.Printf("Languages I Know: %v\n", libssl.Languages)
	fmt.Printf("My Hobbies: %v\n", libssl.Hobbies)
	fmt.Printf("Random Quote: %s\n", libssl.RandomQuote)
}

header

πŸ›  Tech Stack

Languages

Java Go Rust

Databases

MySQL SQLite MongoDB Redis

Tools & Frameworks

Git JetBrains Gradle Maven

IDEs & OS

IntelliJ IDEA GoLand RustRover Debian Debian


🌐 Contact with Me

Pinned Loading

  1. mcp-1.21.4 mcp-1.21.4 Public

    Java 2

  2. FrontierTM/Pantegnos FrontierTM/Pantegnos Public

    VPN decryption utility designed to parse, decrypt complex VPN and proxy configuration files

    Go 24 6

  3. FrontierTM/dnsscanner FrontierTM/dnsscanner Public

    Fast async golang based DNS Checker supporting multiple types of dns

    Go 1

  4. FrontierTM/Honeypot FrontierTM/Honeypot Public

    Known Honeypot IP-Ranges/Host-Names/and etc... to avoid for various purposes