Skip to content
View mjrulesamrat's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report mjrulesamrat

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

Pinned

  1. Python list of country codes, names,... Python list of country codes, names, continents, capitals, and pytz timezones
    1
    countries = [
    2
    {'timezones': ['Europe/Andorra'], 'code': 'AD', 'continent': 'Europe', 'name': 'Andorra', 'capital': 'Andorra la Vella'},
    3
    {'timezones': ['Asia/Kabul'], 'code': 'AF', 'continent': 'Asia', 'name': 'Afghanistan', 'capital': 'Kabul'},
    4
    {'timezones': ['America/Antigua'], 'code': 'AG', 'continent': 'North America', 'name': 'Antigua and Barbuda', 'capital': "St. John's"},
    5
    {'timezones': ['Europe/Tirane'], 'code': 'AL', 'continent': 'Europe', 'name': 'Albania', 'capital': 'Tirana'},
  2. flask-opentelemetry flask-opentelemetry Public

    Flask microservice instrumentation demo using Opentelemetry and Jaeger

    Python 1

  3. pvgupta24/CryptoWill pvgupta24/CryptoWill Public archive

    Decentralised application made during ETHIndia 2.0

    JavaScript 1 2

  4. gcp-data-engineer gcp-data-engineer Public

    My public notes on the path to complete Google Cloud Professional Data Engineer Certifications

    2 2

  5. How to Setup Multiple Ssh Keys for M... How to Setup Multiple Ssh Keys for Multiple Github/Bitbucket accounts
    1
    ## How to Setup Multiple Ssh Keys for Multiple Github/Bitbucket accounts
    2
    
                  
    3
    ### create the SSH keys.
    4
    
                  
    5
    ```
  6. Vim shortcuts Vim shortcuts
    1
    # Modes
    2
    
                  
    3
    1. Normal
    4
    2. Edit/Insert
    5
    3. Visual