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

Block or report mkaliberda

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 Loading

  1. excel-parser.py excel-parser.py
    1
    import xlrd
    2
    
                  
    3
    class ExcelParser:
    4
    
                  
    5
        def __init__(self, path):
  2. fetch-email.py fetch-email.py
    1
    import os
    2
    import email
    3
    import logging
    4
    import datetime as dt
    5
    import copy
  3. CCMN CCMN Public

    JavaScript

  4. carbon-footprint-calculator carbon-footprint-calculator Public

    TypeScript