Skip to content
View gowrizrh's full-sized avatar

Highlights

  • Pro

Organizations

@mage-os

Block or report gowrizrh

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
gowrizrh/README.md

CONTROL

Pinned Loading

  1. Elixir Snippets Elixir Snippets
    1
    # binary pattern matching, return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.
    2
    
                  
    3
    defmodule Main do
    4
      def str_str(haystack, needle) do
    5
        match(haystack, needle, 0)
  2. mageos-docker mageos-docker Public

    A docker compose environment for Magento, with minimal configuration.

    Dockerfile

  3. advent-of-code-23 advent-of-code-23 Public

    🎄🧑‍💻 Advent of Code 2023

    Kotlin 1

  4. laravel-docker laravel-docker Public template

    A docker compose environment for Laravel, with minimal configuration.

    Dockerfile