Skip to content
View guigaoliveira's full-sized avatar
✌️
trying to write fast, safe and concurrent code
✌️
trying to write fast, safe and concurrent code

Block or report guigaoliveira

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

Pinned Loading

  1. k-nearest-neighbors k-nearest-neighbors Public

    A simple implementation of the algorithm K Nearest Neighbors

    JavaScript 2

  2. signal-denoise signal-denoise Public

    Python 2 2

  3. dashbitco/broadway dashbitco/broadway Public

    Concurrent and multi-stage data ingestion and data processing with Elixir

    Elixir 2.4k 159

  4. elixir-explorer/explorer elixir-explorer/explorer Public

    Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

    Elixir 1.1k 116

  5. elixir-graphql-react-example elixir-graphql-react-example Public

    A mini project using Phoenix / Absinthe / React

    Elixir

  6. setup-deps.md setup-deps.md
    1
    ### Instalar o git 
    2
    ```sh
    3
    sudo add-apt-repository ppa:git-core/ppa  
    4
    sudo apt update
    5
    sudo apt install git