Skip to content
View Tsugami's full-sized avatar

Organizations

@SwitchbladeBot
Block or Report

Block or report Tsugami

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

Hi there, I'm Yslan! 😀

  • 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.

Pinned

  1. Levenshtein Distance in Elixir Levenshtein Distance in Elixir
    1
    defmodule LevenShteinDistance do
    2
       def compare_distance(str, ""), do: String.length(str)
    3
       def compare_distance("", str), do: String.length(str)
    4
    
                  
    5
       def compare_distance(str, str), do: 0
  2. dotfiles dotfiles Public

    My dotfiles

    Shell 3

  3. SwitchbladeBot/switchblade SwitchbladeBot/switchblade Public

    The open source Discord bot that solves all of your problems.

    JavaScript 425 224

  4. Dislixir Dislixir Public

    Simple discord lib with elixir

    Elixir 2

  5. MenheraBot/MenheraSite MenheraBot/MenheraSite Public

    Um site feito com next.js para a Menhera

    TypeScript 12 4

  6. WebRTC WebRTC Public

    Simple WebRTC integration for multiple users.

    TypeScript