Skip to content
View Neruxov's full-sized avatar
💭
._.
💭
._.

Highlights

  • Pro

Organizations

@ExclusiveVPN @AbelixClub @No-Code-Team

Block or report Neruxov

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

Hey there! 👋

class Neruxov {
    fun general(): Triple<String, String, String> {
        val discord =           "neruxov"
        val telegram =          "t.me/neruxov"
        val website =           "https://neruxov.xyz/"
        
        return Triple(discord, telegram, website)
    }
    
    fun coding(): Pair<Map<String, List<String>>, List<String>> {
        val skills = mapOf(
            "expert" to         listOf(),
            "intermediate" to   listOf("java", "kotlin", "python", "c++"),
            "beginner" to       listOf("c#", "js", "vue", "html & css", "golang")
        )
        val projects =          listOf("exclusivevpn", "abelix.club")
        
        return Pair(skills, projects)
    }
}

Who am I?

I am just a guy that loves coding, nothing more. I'm working on a few small projects here and there and just trying myself out :)

Skills

icons

github stats github langs

How I waste my time

Code Time

Profile Views

Lines of code

I'm a Night 🦉

🌞 Morning                92 commits          ██░░░░░░░░░░░░░░░░░░░░░░░   06.56 % 
🌆 Daytime                369 commits         ███████░░░░░░░░░░░░░░░░░░   26.32 % 
🌃 Evening                658 commits         ████████████░░░░░░░░░░░░░   46.93 % 
🌙 Night                  283 commits         █████░░░░░░░░░░░░░░░░░░░░   20.19 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Europe/Moscow

💬 Programming Languages: 
Kotlin                   26 hrs 47 mins      ███████████████████████░░   91.08 % 
Vue.js                   35 mins             █░░░░░░░░░░░░░░░░░░░░░░░░   02.01 % 
Groovy                   31 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.79 % 
Gradle                   24 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.38 % 
XML                      19 mins             ░░░░░░░░░░░░░░░░░░░░░░░░░   01.09 % 

Last Updated on 05/11/2024 21:22:27 UTC

Pinned Loading

  1. YooKotlin YooKotlin Public

    A Kotlin SDK for YooKassa

    Kotlin 2

  2. NoCodeVue NoCodeVue Public

    something that looks like a one-page leetcode clone

    Vue 1