Skip to content
View anodeus's full-sized avatar
😴
Sleeping
😴
Sleeping

Block or report anodeus

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

Abhi Singh


anodeus

GitHub WidgetBox


MY INFORMATION :

package main

import "fmt"

type Person struct {
  name string
  username string
  age int
  hobbies []string
  job string
}

func main() {
  var me = new(Person)
  
  me.name     = "Abhi Singh"
  me.username = "anodeus"
  me.age      = "21"
  me.job      = "Software Developer | Ethical Hacker"
  me.hobbies  = []string{"code", "anime", "hacks", "internet", "gaming"}
  
  fmt.Println(me)
}

Connect With Me

DiscordYoutube


Spent My Time


Avinal WakaTime Activity


My Language & Skills




🏆GitHub Trophies


Github Profile Stats

GitHub language stats

  • Note : Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

📊 GitHub Profile Stats



Pinned Loading

  1. ai_terminal_assistant ai_terminal_assistant Public

    AI Terminal Assistant for Kali Linux – Chat with AI, interact with the system, and automate Kali tools from the terminal.

    Python

  2. tindog tindog Public

    Front End Web Developing

    HTML

  3. fitness_club fitness_club Public

    Fitness Club Front-End Website. Responsive, modern design for gyms and fitness studios.

    CSS

  4. ScriptVault ScriptVault Public

    An arsenal of .bat, .cmd, and script files, from system hacks to automation payloads. Built for power users, tinkerers, and script lovers.

    Batchfile