Skip to content
View namdevel's full-sized avatar
🔐
Working from home
🔐
Working from home

Organizations

@HEUSC
Block or Report

Block or report namdevel

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
namdevel/README.md
package main

import (
    "fmt"
    "github.com/namdevel/namdevel"
)

type Github struct {
    username string
    contacts map[string]string
    alises   []string
    location string
    age      string
    occupation string
    operating_system string
}

func (g *Github) Init() {
    g.username = "namdevel"
    g.contacts = map[string]string{
        "Discord": "namdevel#7503",
        "Telegram": "devsprout",
    }
    g.alises = []string{"namdevel", "HEUSC"}
    g.location = "localhost, Indonesia"
    g.age = "Undefined"
    g.occupation = "Freelance Developer"
    g.operating_system = "Windows, Arch, Linux"
}

Pinned

  1. anistream anistream Public

    Lightweight Anime Streaming Site

    CSS 12 19

  2. chat-ai chat-ai Public

    HeuscBot API test (ChatGPT like)

    Python

  3. anime-ai anime-ai Public

    Convert selfie image to anime

    PHP 12 5

  4. gopay-api gopay-api Public

    [Gojek] Gopay Api PHP Class (Un-Official)

    PHP 77 37

  5. ovoid-API ovoid-API Public

    OVO Api PHP Class [Unofficial]

    PHP 42 33

  6. tixid-API tixid-API Public

    TIX ID Api PHP Class (Un-Official)

    PHP 6