Skip to content
View GuiBrandt's full-sized avatar
🏠
Working from home
🏠
Working from home
  • iFood
  • Campinas, SP - Brazil
Block or Report

Block or report GuiBrandt

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

  1. OsuLearn OsuLearn Public

    An attempt at using machine learning to create a neural network that learns how to play osu! like a human from replay data

    Jupyter Notebook 57 5

  2. Igormandello/riscv-simulator-kt Igormandello/riscv-simulator-kt Public

    Kotlin

  3. Persistent data structure for random... Persistent data structure for random selection without replacement in Haskell.
    1
    ------------------------------------------------------------------------------
    2
    -- |
    3
    -- Module       : Data.WithoutReplacement
    4
    -- Copyright    : (c) Guilherme G. Brandt, 2022
    5
    -- License      : Zlib
  4. Regular Expressions in haskell Regular Expressions in haskell
    1
    {-# LANGUAGE StandaloneDeriving #-}
    2
    
                  
    3
    import Data.List (inits, tails)
    4
    
                  
    5
    import Control.Arrow ((***), (&&&))
  5. mc202 mc202 Public

    Implementação dos laboratórios de MC202 no segundo semestre de 2020 na Unicamp

    C 1

  6. object-matcher-independence object-matcher-independence Public

    An experiment on automated proof of independence of JSON object matchers using a SAT solver.

    Haskell