Skip to content
View itssoap's full-sized avatar
:octocat:
Encoding anime
:octocat:
Encoding anime
Block or Report

Block or report itssoap

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. Reverse-proxy Reverse-proxy Public

    Over-engineered Reverse Proxy using FastAPI

    Python 5

  2. Dummy Kafka Producer using Confluent... Dummy Kafka Producer using Confluent Kafka
    1
    """
    2
    Benchmarking Kafka on cloud to understand the latency and throughput
    3
      with async and sync when >>> acks=all
    4
      AKHQ used for checking the Topic
    5
      Future goal will be implementing this around a proper Avro schema
  3. An attempt to make simple aliases in... An attempt to make simple aliases in Windows
    1
    @echo off
    2
    
                  
    3
    set temp1=
    4
    set temp2=
    5
    
                  
  4. kv_wrapper.py kv_wrapper.py
    1
    import httpx
    2
    from dataclasses import dataclass
    3
    import json
    4
    from typing import Union
    5
    
                  
  5. ptp_slowpoke.py ptp_slowpoke.py
    1
    from tokenize import String
    2
    import requests
    3
    from requests import Session
    4
    from requests_toolbelt import MultipartEncoder
    5
    import traceback
  6. onedrive-cf-index onedrive-cf-index Public

    Forked from spencerwooo/onedrive-cf-index

    🏵 Probably the best looking OneDrive Index around! Powered by Cloudflare Workers.

    JavaScript 4 1