Skip to content
View Tsugami's full-sized avatar
  • Itaú Unibanco
  • Brazil
  • 15:54 (UTC -03:00)

Organizations

@SwitchbladeBot

Block or report Tsugami

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 Loading

  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

    This repository contains my personal configurations for development and daily use. (aliases, zsh, tmux, gitconf)

    Shell 3

  3. SwitchbladeBot/switchblade SwitchbladeBot/switchblade Public archive

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

    JavaScript 421 206

  4. MenheraBot/MenheraSite MenheraBot/MenheraSite Public

    Um site feito com next.js para a Menhera

    TypeScript 13 4

  5. WebRTC WebRTC Public

    Simple WebRTC integration for multiple users.

    TypeScript

  6. git-hook-ia-commit-reviewer git-hook-ia-commit-reviewer Public archive

    A Git hook that uses AI to review and validate commit messages

    Shell 1