Skip to content
View e1t0n's full-sized avatar
🤙
🤙
  • London

Block or report e1t0n

Report abuse

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

Report abuse

Pinned Loading

  1. pihole-adlist pihole-adlist Public

    The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.

    3

  2. Pine Script Pine Script
    1
    //tradingview.com pine script
    2
    study("Average Directional Index with Threshold", shorttitle="ADX")
    3
    adxlen = input(14, title="ADX Smoothing")
    4
    dilen = input(14, title="DI Length")
    5
    dirmov(len) =>
  3. AdventofCode2023 AdventofCode2023 Public

    Swift

  4. ANPR ANPR Public

    Forked from christianroman/ANPR

    License plate recognition for iOS using OpenCV & Tesseract OCR Engine

    C++

  5. hosola-data-logger hosola-data-logger Public

    Forked from Mattie112/hosola-data-logger

    PHP

  6. pretty-calendar pretty-calendar Public

    A pretty-calendar Blade template mapped to the iCal standard for TRMNL and LaraPaper. Features Europe/London timezone support, ical data pathing, and smart all-day event logic.

    PHP 1