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                370 commits         ███████░░░░░░░░░░░░░░░░░░   26.39 % 
🌃 Evening                657 commits         ████████████░░░░░░░░░░░░░   46.86 % 
🌙 Night                  283 commits         █████░░░░░░░░░░░░░░░░░░░░   20.19 % 

📊 This Week I Spent My Time On

🕑︎ Time Zone: Europe/Moscow

💬 Programming Languages: 
Kotlin                   1 hr 38 mins        █████████████░░░░░░░░░░░░   53.34 % 
Vue.js                   53 mins             ███████░░░░░░░░░░░░░░░░░░   28.85 % 
JavaScript               16 mins             ██░░░░░░░░░░░░░░░░░░░░░░░   08.77 % 
Text                     9 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   05.40 % 
Markdown                 3 mins              █░░░░░░░░░░░░░░░░░░░░░░░░   02.10 % 

Last Updated on 09/10/2024 21:23:03 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