- Living in SP, Brazil.
- Dev since 2017.
- Also I'm passionate about open-source, testing and functional programming.
- I am always interested in learning something new, currently I am focused on studying Rust.
Tsugami
Follow
Pinned Loading
-
Levenshtein Distance in Elixir
Levenshtein Distance in Elixir 1defmodule LevenShteinDistance do
2def compare_distance(str, ""), do: String.length(str)
3def compare_distance("", str), do: String.length(str)
45def compare_distance(str, str), do: 0
-
SwitchbladeBot/switchblade
SwitchbladeBot/switchblade Public archiveThe open source Discord bot that solves all of your problems.
-
MenheraBot/MenheraSite
MenheraBot/MenheraSite PublicUm site feito com next.js para a Menhera
-
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.