Skip to content
View FillipdotS's full-sized avatar
:shipit:
Ship it!
:shipit:
Ship it!

Block or report FillipdotS

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. kafka-go-experiment kafka-go-experiment Public

    Experiment project to play around with Golang and Kafka (with Docker!)

    Go

  2. hashcode-real-2021 hashcode-real-2021 Public

    Top 4% solution for Google Hashcode 2021 (13th in the UK)

    Python 3 2

  3. GoldbergsHouse GoldbergsHouse Public

    Puzzle game made for a game competition. Written in Unity and developed in a two person team.

    C#

  4. fillip aliases fillip aliases
    1
    alias gst="git status"
    2
    alias gco="git checkout"
    3
    alias gcm="git commit -m"
    4
    alias ga="git add"
    5
    alias gaa="git add . && gst"