Skip to content
View LTeder's full-sized avatar
♾️
♾️

Block or report LTeder

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
LTeder/README.md

Pinned Loading

  1. Updates target parameters in all run... Updates target parameters in all runs of a W&B project to bests as reported by api.run.scan_history()
    1
    import wandb
    2
    from tqdm import tqdm
    3
    
                  
    4
    
                  
    5
    WANDB_PROJECT = "project"
  2. Helpful Reddit domains for LeechBlock Helpful Reddit domains for LeechBlock
    1
    +reddit.com/media?*
    2
    +reddit.com/notifications
    3
    +reddit.com/r/*ai*
    4
    +reddit.com/r/*anthropic*
    5
    +reddit.com/r/*claude*
  3. AWS S3 download_fileobj tqdm progres... AWS S3 download_fileobj tqdm progress callback
    1
    #python3
    2
    BUCKET_NAME = 'your_s3_bucket_name'
    3
    FILE_NAME = 'your_s3_file_name'
    4
    
                  
    5
    s3 = boto3.resource('s3')
  4. recursive-regular-polygon-spiral-generator recursive-regular-polygon-spiral-generator Public

    Draws a spiral of a recursively placed regular polygon.

    Python