Pinned Loading
-
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.
23defmodule Main do
4def str_str(haystack, needle) do
5match(haystack, needle, 0)
-
mageos-docker
mageos-docker PublicA docker compose environment for Magento, with minimal configuration.
Dockerfile
-
-
laravel-docker
laravel-docker Public templateA docker compose environment for Laravel, with minimal configuration.
Dockerfile
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.