Skip to content
View turboflo's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Highlights

  • Pro

Organizations

@bks-lab

Block or report turboflo

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

Hi ๐Ÿ‘‹, I'm Florian

A software developer from Cologne, Germany.

Pinned Loading

  1. horizon-scope horizon-scope Public

    โœจ๐Ÿ“‘ Horizon Scope is a project comparison and analysis tool that leverages vector search and AI-powered comparisons to help users discover similar projects and gain valuable insights.

    Jupyter Notebook 1

  2. Python retry decorator with customiz... Python retry decorator with customizable retries, backoff, jitter and logging
    1
    import time
    2
    import random
    3
    import logging
    4
    from functools import wraps
    5