Skip to content
View gowrizrh's full-sized avatar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 SnippetsElixir 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
    defmoduleMaindo
    4
    defstr_str(haystack,needle)do
    5
    match(haystack,needle,0)
  2. mageos-dockermageos-dockerPublic

    A docker compose environment for Magento, with minimal configuration.

    Dockerfile 3 1

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

    🎄🧑‍💻 Advent of Code

    Kotlin 1

  4. laravel-dockerlaravel-dockerPublic template

    A docker compose environment for Laravel, with minimal configuration.

    Dockerfile