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

Block or report guigaoliveira

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 154

  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 114

  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