Skip to content
View serafo27's full-sized avatar
Block or Report

Block or report serafo27

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. AdventOfCode2021 AdventOfCode2021 Public

    Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed co…

    Kotlin

  2. kbgg kbgg Public

    A simple kotlin wrapper for the Board Game Geek XML API v2.

    Kotlin 1 1

  3. haskell-katas haskell-katas Public

    Haskell

  4. HaskellHelloWorldVSC HaskellHelloWorldVSC Public template

    An haskell hello world inside a docker container for visual studio code

    Haskell

  5. tmdb-rxjava tmdb-rxjava Public

    Forked from UweTrottmann/tmdb-java

    A Java wrapper around themoviedb.org API v3 using retrofit2 and RxJava. WIP

    Java

  6. Bowling kata haskell Bowling kata haskell
    1
    module Bowling where
    2
    
                  
    3
    import Data.Char (digitToInt)
    4
    import Data.List.Split (splitOn)
    5