Skip to content
View s95268's full-sized avatar
📺
I may be slow to respond.
📺
I may be slow to respond.
  • GoSec - Me
  • Paris
  • 19:33 (UTC +02:00)

Highlights

  • Pro

Block or report s95268

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

💙 Some informations about me

public class s95
{
    public static Tuple<string, string, string> Contact()
    {
        string Discord = "shen06484";
        string Telegram = "t.me/momoguisse92";
        string Website = "Not Avaible";

        return new Tuple<string, string, string>(Discord, Telegram, Website);
    }

    public static Tuple<string, List<string>, int, string> Me()
    {
        string Name = "S...";
        List<string> Speak = new List<string> { "French", "Arabic", "Spanish", "English" };
        int Age = 91;
        string Year = "1933";

        return new Tuple<string, List<string>, int, string>(Name, Speak, Age, Year);
    }

    public static Tuple<Dictionary<string, List<string>>, List<string>, List<string>> Dev()
    {
        Dictionary<string, List<string>> Code = new Dictionary<string, List<string>>
        {
            { "Expert", new List<string> { "Python", "Lua" } },
            { "Pro", new List<string> { "Golang", "C#", "JavaScript" } },
            { "Medium", new List<string> { "C", "C++" } }
        };

        List<string> Devs = new List<string> { "Backend", "Software", "Frontend (BAD)" };
        List<string> Editor = new List<string> { "VSCode", "Visual Studio", "CLion", "PyCharm", "IntelliJ Idea" };

        return new Tuple<Dictionary<string, List<string>>, List<string>, List<string>>(Code, Devs, Editor);
    }
}

Popular repositories Loading

  1. s95268 s95268 Public

    Config files for my GitHub profile.

  2. Process-Killer Process-Killer Public

    Process killer written in C++ for Linux system !

    C++

  3. FiveM-Bot-Detection FiveM-Bot-Detection Public

    Go application that detects bots on FiveM servers by querying players' Steam profiles.

    Go

  4. RageUI-Libs RageUI-Libs Public

    Advanced RageUI lib for FiveM.

    Lua