Skip to content
View Gitigi's full-sized avatar

Block or report Gitigi

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. fastapi-lambda fastapi-lambda Public

    Template for fastapi with Terrafrom configure to deploy on aws lambda

    HCL 1

  2. nginx nginx Public

    nginx docker image

    Shell 1

  3. aiohttp file download with resume aiohttp file download with resume
    1
    import aiohttp
    2
    import aiofiles
    3
    import cgi
    4
    import pathlib
    5
    import os
  4. asyncpool.py asyncpool.py
    1
    import asyncio
    2
    from contextlib import asynccontextmanager
    3
    
    
    4
    @asynccontextmanager
    5
    async def AsyncPool(concurrent=10):
  5. ivy-llc/ivy ivy-llc/ivy Public

    Convert Machine Learning Code Between Frameworks

    Python 14k 5.8k