Skip to content
View Kianyaa's full-sized avatar
🩵
Time flies, Memory also
🩵
Time flies, Memory also

Organizations

@EnemyDowns-net

Block or report Kianyaa

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

Hello Greeting! 🐱, I'm Kianya

Economist | Data scientist in some university


// 👋 Hi there! I'm Kianyaa
using System;

namespace GitHubProfile
{
    class AboutMe
    {
        static void Main(string[] args)
        {
            string name = "Kianya";
            string[] interests = { "Python", "C#", "Data Scientist", "Machine Learning", "Blender", "Modeling", "Open Source", "CS2 Plugins" };
            string location = "🌍 Earth, Thailand";
            bool openToCollaborate = true;

            Console.WriteLine($"Hello, I'm {name} 👋");
            Console.WriteLine("🔧 My hobby just making some useful tools and CS2 plugins.");
            Console.WriteLine("🎯 Main Interests: " + string.Join(", ", interests));
            Console.WriteLine($"📍 Location: {location}");
            Console.WriteLine(openToCollaborate 
                ? "🤝 Open to collaborations and cool projects!" 
                : "🚧 Currently not available for collaborations.");
        }
    }
}

Usually working on the Data and Machine Learning field but also interested in C# coding in .NET Framework too, Currently making CS2 Plugin as a hobby.

banner83


Counter-Strike 2 Plugins :

Tools :


💻 Tech Skill:

C# Python R Pandas scikit-learn .Net MySQL SQLite

🎮 Social Media:

Steam Youtube

📊 GitHub Stats:

🏆 GitHub Trophies

🔝 Top Contributed Repo


Pinned Loading

  1. CS2-map-text-translator CS2-map-text-translator Public

    Python script that translate Chinese map text to English in StripperCS2 json format by using Google Translate API

    Python 1 1

  2. CS2-ButtonWatcher CS2-ButtonWatcher Public

    Forked from STONE-GPY/cs2-css-ButtonWatcher

    ButtonWatcher when player trigger func_button and trigger_once show info

    Jupyter Notebook

  3. CS2-ServerTimeScale CS2-ServerTimeScale Public

    CS2 admin plugin command in admin cssharp framework, Provide same feature in host_timescale can run both client/server side to scale up-down the server time scale

    C# 1