Skip to content
View thesaadmirza's full-sized avatar
:electron:
Building things on Internet
:electron:
Building things on Internet

Block or report thesaadmirza

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. blindfold blindfold Public

    Blindfolds the LLM from your secrets. A Claude Code plugin for secret.

    Python 6 2

  2. feloxi feloxi Public

    Real-time Celery task queue monitoring — Rust/Axum backend, Next.js dashboard, ClickHouse analytics

    Rust 21

  3. python-fsutil python-fsutil Public

    Forked from fabiocaccamo/python-fsutil

    file-system utilities for lazy devs. 🧟‍♂️

    Python 7 2

  4. ilert-op5-nagios ilert-op5-nagios Public

    Forked from iLert/ilert-nagios

    ilert Integration Plugin for Nagios

    Python

  5. reqwest-sse reqwest-sse Public

    Forked from StefanTerdell/reqwest-sse

    Rust

  6. Appointment Scheduler Slots Creation... Appointment Scheduler Slots Creation Function
    1
    import datetime
    2
    import pytz
    3
    from datetime_range import DateTimeRange  # third-party library used for comparing datetime ranges
    4
    
                  
    5
    def get_slots(hours, date, slot_duration, lat, lang, timezone=False, target_timezone=False, blocked=None):