Skip to content
View zmmmdf's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report zmmmdf

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
zmmmdf/README.md
using System;

class SoftwareEngineer
{
    public string Fullname { get; set; } = "Ziya Mammadov";
    public DateTime DateOfBirth { get; set; } = new DateTime(2008, 5, 24);
    public string Nickname { get; set; } = "zmmmdf";
    public string Status { get; set; } = "Learning to code";
    public string Email { get; set; } = "ziyamm08@gmail.com";
    public string LinkedIn { get; set; } = "linkedin.com/in/mziya/";
    public string[] ProgrammingLanguages { get; set; } = { "C#", "C++", "Python", "PHP" };
    public string[] SpokenLanguages { get; set; } = { "Azerbaijani", "English", "Turkish" };
    public string Phone { get; set; } = "+994 010 515 05 24";

    public void Hi()
    {
        Console.WriteLine($"{Fullname} | {Nickname}");
        Console.WriteLine(Status);
        Console.WriteLine(Email);
        Console.WriteLine(LinkedIn);
        Console.WriteLine(Phone);
    }
}

class Program
{
    static void Main(string[] args)
    {
        SoftwareEngineer me = new SoftwareEngineer();
        me.Hi();
    }
}

Pinned Loading

  1. cbar-currency-rates cbar-currency-rates Public

    [AZ] CBAR valyuta məzənnələri ilə işləmək üçün Python kitabxanası [EN] Python library to work with CBAR currency rates

    Python 1

  2. qiymeti-az qiymeti-az Public

    Qiymeti_AZ is a Python package that provides a convenient way to scrape product prices from various Azerbaijani websites. It includes default instances for popular Azerbaijani electronic stores and…

    Python

  3. turbo2csv turbo2csv Public

    [AZ] Bu, Azərbaycanda ən məşhur avtomobil alışı saytlarından biri olan Turbo.az-dan avtomobil məlumatlarını çıxarmaq üçün hazırlanmış Python veb kazıyıcısıdır. [EN] This is a Python web scraper bui…

    Python