Skip to content
View eikarna's full-sized avatar
🎯
Studying in college, i may be slow respond
🎯
Studying in college, i may be slow respond

Block or report eikarna

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
eikarna/README.md
Profile Counter

GitHub Email



Snake animation

👤 Siapa Aku?

package main

import "fmt"

type Developer struct {
    Name     string
    Alias    string
    Location string
    Focus    []string
    Contact  string
}

func main() {
    me := Developer{
        Name:     "Adnan",
        Alias:    "eikarna",
        Location: "Indonesia 🇮🇩",
        Focus: []string{
            "AI & Machine Learning",
            "System Programming",
            "Game Server Dev",
            "Android Modding",
        },
        Contact: "nixic0@proton.me",
    }
    fmt.Printf("Hello World! I'm %s\n", me.Name)
}

🎯 Interests & Goals


🤖 AI & Machine Learning
    └ Building intelligent systems

⚙️ System Programming
    └ Low-level, high-performance code

🎮 Game Server Development
    └ Growtopia PS pioneer in Go

📱 Android Modding
    └ Pushing device limits

🔒 Security & Networking
    └ DDoS mitigation, BLE hacking


"Jadikan kekurangan di setiap bahasa pemrograman sebagai tantangan."


🛠️ Tech Stack & Tools

🔥 Primary Languages

Go Python C C++ JavaScript Kotlin

⚡ Frameworks & Runtimes

Node.js Android ENet

🗄️ Tools & Platforms

Linux Docker Git GitHub VS Code Neovim

🧠 AI & ML

Gemini TensorFlow


📊 Code Stats



🚀 Biggest Projects

Project Description Status
Gotops ENet network library binding for Go via CGo ✅ Public
Gotps World's first Growtopia Game Server in Go (with CGo) ✅ Public
BT Jammer Jam your neighbor's Bluetooth sound system 😈 ✅ Public
GoDat Blazing fast Go encoder/decoder for Growtopia items.dat ✅ Public
SmoothVideo Boost video playback up to 120 FPS on Android ✅ Public
GrowHost Free OSM/Cache for Growtopia Private Servers ✅ Public
AikaBot Full-stack WhatsApp bot with Gemini AI (audio, video, docs) 🔒 Private
Aldnoah High-performance WebServer with DDoS mitigation for GTPS 🔒 Private
NinePS Next-gen GTPS in Go, built on top of Gotops 🔒 Private

🏆 GitHub Trophies


⚡ Achievements / Soft Skills

┌─────────────────────────────────────────────────────────────┐
│                    SKILL PROFICIENCY                        │
│                                                             │
│  Adaptability        ████████████████████  100%  ⚡ MAX    │
│  Multi-Language Dev  ████████████████░░░░   80%  🔥 HIGH   │
│  Communication       ████████████████████  100%  💬 MAX    │
│  Team Collaboration  ████████████████████  100%  🤝 MAX    │
│  Problem Solving     ███████████████████░   95%  🧠 ELITE  │
│  System Design       █████████████████░░░   85%  🏗️ HIGH   │
└─────────────────────────────────────────────────────────────┘


🎯 Currently Mastering:

Typing SVG



Pinned Loading

  1. gotops gotops Public

    ENet binding in Go for Growtopia Private Server using cgo. Based on codecat/go-enet.

    Go 12 2

  2. GoDat GoDat Public

    ⚡Go items.dat Encoder/Decoder for Growtopia with much features. Extremely fast btw.

    Go 9 2

  3. BluetoothJammer BluetoothJammer Public

    Simple Bluetooth Jammer in Android using kotlin. (WIP)

    Kotlin 148 63

  4. SmoothVideo SmoothVideo Public

    Smooth Video Player which is based on FFmpegKit.

    Java 5