Skip to content
View freebreix's full-sized avatar
🕳️
🕳️

Block or report freebreix

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

    Backtracking algorithm to solve the Queens Problem and visualize every possible solution.

    Java

  2. CryptoExchangeMonitor CryptoExchangeMonitor Public

    My WIP Arduino project for monitoring crypto exchanges on an lcd display.

    C++

  3. AdventOfCode AdventOfCode Public

    My take on Advent of Code 2021 in C#

    C#

  4. Semantic Versioning class for Groovy Semantic Versioning class for Groovy
    1
    class SemVer implements Serializable {
    2
        private int major, minor, patch
    3
    
                  
    4
        SemVer(String version) {
    5
            def versionParts = version.tokenize('.')
  5. bldng1337/Prodigium bldng1337/Prodigium Public

    Java 2

  6. VRDiplomaProject VRDiplomaProject Public

    Website for my VR diploma project

    CSS