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

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. elixir-broadway/broadway elixir-broadway/broadway Public

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

    Elixir 2.7k 178

  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.3k 148

  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