Skip to content
View Wigny's full-sized avatar
  • Up Learn
  • Ji-Paraná - RO
  • 00:40 (UTC -04:00)
Block or Report

Block or report Wigny

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. parking_lot parking_lot Public archive

    A server-side web application designed for managing parking lot' authorized drivers and vehicles along with the automated parking registrations powered by ALPR.

    Elixir 2

  2. ptax ptax Public

    Elixir 1

  3. defauthorized_example.exs defauthorized_example.exs
    1
    defmodule Example.Authorization do
    2
      defprotocol Store do
    3
        def allowed?(resource, actor, action)
    4
      end
    5
    
                  
  4. react-jobs react-jobs Public archive

    TypeScript

  5. tesla_keys tesla_keys Public

    Elixir 1

  6. Ecto Duration ParameterizedType Ecto Duration ParameterizedType
    1
    Mix.install([
    2
      {:ecto_sql, "~> 3.10"},
    3
      {:timex, "~> 3.7"}
    4
    ])
    5