Skip to content
View pisekpiskovec's full-sized avatar
😦
why its not working
😦
why its not working

Organizations

@Piseks-Mods @Lantern-Lighthouse

Block or report pisekpiskovec

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
pisekpiskovec/README.md
using Gender.Basic;
using Countries;
using Countries.Europe;

namespace github_readme
{
    public class AboutMe : AboutMe 
    {
        string nickname = "Písek Pískovec";
        string username = "pisekpiskovec";
        string discord = "pisekpiskovec";
        string youtube = "https://www.youtube.com/PísekPískovec";
        string[] favourite_lang = {"C#", "JavaScript", "C++/Qt"};
        string[] likes = {"coding", "playing", "drawing", "recording"};
        int age = 18;
        
        tAddY = new System.Timers.Timer();
        tAddY.Interval = 31556951999;        
        tAddY.Elapsed += tAddOneYear_Tick;
        tAddY.AutoReset = true;
        tAddY.Enabled = true;
         
        private void tAddOneYear_Tick(object sender, ElapsedEventArgs e)
        {
            age++;
        }
         
        var gender = Gender.Get(Male);
        var country = new Countries.GetCountry(Countries.Europe.CzechRepublic);
    
        string[] job = {null};
    }
}

Top Langs GitHub stats

Pinned Loading

  1. Titel_WinForm Titel_WinForm Public

    Simple WinForms audio tagger.

    C# 1

  2. Pytel_WinForm Pytel_WinForm Public

    Simple WinForms multimedia player.

    C# 2

  3. Singularity Singularity Public

    Assembly

  4. TaskBox TaskBox Public

    The to-do app to organize my life.

    JavaScript 1

  5. Lantern-Lighthouse/Atheja Lantern-Lighthouse/Atheja Public

    Community-driven web search engine backend

    PHP