Skip to content
View lg's full-sized avatar

Highlights

  • Pro

Organizations

@envoy

Block or report lg

Report abuse

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

Report abuse

Pinned Loading

  1. use-your-benefits use-your-benefits Public

    💳 View credit card benefit usage so you can justify the absurd annual costs ✨

    TypeScript 1

  2. awardwiz awardwiz Public archive

    Search for flight availability with award miles

    TypeScript 127 25

  3. HowOnline HowOnline Public

    A quick app to display your current ping to google.com or detailed error info (such as not being able to ping 8.8.8.8, being on a self-assigned ip, broken dns, etc)

    Objective-C 21 3

  4. emugaming emugaming Public

    Run Win10 games in Docker with GPU passthrough at near-native performance

    Shell 185 20

  5. murder murder Public archive

    Large scale server deploys using BitTorrent and the BitTornado library (NOTE: project no longer maintained)

    Ruby 2.5k 259

  6. Dockerfile to download and build fir... Dockerfile to download and build firefox for multiple architectures (run on x86_64 host/platform)
    1
    FROM ubuntu:jammy as builder
    2
    ARG FIREFOX_REF=FIREFOX_109_0_1_RELEASE
    3
    
                  
    4
    # download firefox and its build dependencies
    5
    WORKDIR /usr/local/src/firefox