Skip to content
View theonlysinjin's full-sized avatar

Block or report theonlysinjin

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

Pinned Loading

  1. wallpaper-generator wallpaper-generator Public

    An OpenAI Wallpaper Generator for MacOS

    Python 2

  2. docker-pihole-dns-shim docker-pihole-dns-shim Public

    Synchronise records founds through docker labels with pihole's custom dns and cname records.

    Python 8 4

  3. Gmail AutoRotate, Automatically arch... Gmail AutoRotate, Automatically archive your mail
    1
    // Daily: Archived after 48 hours
    2
    // Weekly: Archived after 1 week
    3
    // Monthly: Archived after 1 month
    4
    // If the thread is tagged with AutoRotate/delete, it will be deleted after the specified time
    5
    
                  
  4. gtag to push to window.dataLayer gtag to push to window.dataLayer
    1
    ;; gtag fn to push to window.dataLayer
    2
    ;; function gtag(){dataLayer.push(arguments)};
    3
    (defn gtag [event]
    4
      (if-not (object? event)
    5
        (gtag (clj->js event))
  5. gameoflife gameoflife Public

    An attempt at Conway's Game of Life in Clojure

    Clojure

  6. deepsouthdevs/terraform-github-demo deepsouthdevs/terraform-github-demo Public

    Demo application for managing GitHub resources with Terraform

    HCL