Skip to content
View alcheng10's full-sized avatar

Block or report alcheng10

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Forecasting_Electricity_Weather Forecasting_Electricity_Weather Public

    This repository contains three forecasting works related to weather and electricity.

    Jupyter Notebook

  2. Python (Pandas) function that create... Python (Pandas) function that creates a dimension date with workday flag
    1
    ```python
    2
    import pandas as pd
    3
    import holidays
    4
    
                  
    5
    def create_dim_date(start_date, end_date):
  3. handy_opencode_mcp handy_opencode_mcp Public

    MCP to allow Handy to interact with the OpenCode TUI. Cross-platform (Windows, Mac, Linux)

    Python 1

  4. File_Mover File_Mover Public

    File mover to detect/compare differences between two file directories and move the different files.

    Python