The Wayback Machine - https://web.archive.org/web/20240926121546/https://github.com/dangra
Skip to content
View dangra's full-sized avatar
πŸ¦–
πŸ¦–

Organizations

@scrapy @conda-forge @scrapy-plugins @superfly @fly-apps

Block or report dangra

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. scrapy/scrapy scrapy/scrapy Public

    Scrapy, a fast high-level web crawling & scraping framework for Python.

    Python 52.5k 10.5k

  2. chromedriver-patcher chromedriver-patcher Public

    Patch Chromedriver binary in-memory just before executing it

    Rust

  3. mkinitcpio-tailscale mkinitcpio-tailscale Public

    Archlinux's mkinitcpio hook to run Tailscale daemon during early userspace (aka initramfs)

    Shell 2

  4. Autofill OTP on Tunnelblick.md Autofill OTP on Tunnelblick.md
    1
    # Autofill OpenVPN OTP 
    2
    
                  
    3
    On MacOS with Tunnelblick.
    4
    
                  
    5
    ```
  5. How to display Kubernetes request an... How to display Kubernetes request and limit in Grafana / Prometheus properly
    1
    # CPU: percentage of limit
    2
    
                  
    3
    A lot of people land when trying to find out how to calculate CPU usage metric correctly in prometheus, myself included! So I'll post what I eventually ended up using as I think it's still a little difficult trying to tie together all the snippets of info here and elsewhere.
    4
    
                  
    5
    This is specific to k8s and containers that have CPU limits set.