Skip to content
View dommmel's full-sized avatar
💭
That worked!
💭
That worked!
Block or Report

Block or report dommmel

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

  1. cloudflare-workers-basic-auth cloudflare-workers-basic-auth Public

    Basic http auth via cloudflare workers

    JavaScript 107 30

  2. mytime.io mytime.io Public

    Complete source code of https://mytime.io - a website to convert any time zone to your local time zone.

    Ruby 76

  3. coffee-snake coffee-snake Public

    🐍 html5 snake game written in coffee script

    JavaScript 31 24

  4. swell swell Public

    Dabbling with webgl

    JavaScript 1

  5. calibre-htmlshelf calibre-htmlshelf Public

    Generate a static website of your calibre catalog

    Python 1 1

  6. Devise authentication for Rails' Act... Devise authentication for Rails' ActiveStorage
    1
    # Rails controller concern to enable Devise authentication for ActiveStorage.
    2
    # Put it in +app/controllers/concerns/blob_authenticatable.rb+ and include it when overriding
    3
    # +ActiveStorage::BlobsController+ and +ActiveStorage::RepresentationsController+.
    4
    # 
    5
    # Optional configuration: