Skip to content
View flaxel's full-sized avatar
πŸ‘¨β€πŸ’»
Development, Communication & Learning
πŸ‘¨β€πŸ’»
Development, Communication & Learning
Block or Report

Block or report flaxel

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
flaxel/README.md

Hi there πŸ‘‹

I'm Falk, a Fullstack Engineer. Currently I'm working for a nice company and do some little projects in my freetime. πŸ’» Beside's programming, I enjoy skiing 🎿 and cycling 🚴.

Talking about Personal Stuffs

  • πŸ”­ I’m currently working on something cool. πŸ˜†
  • 🌱 I’m currently learning Kotlin.
  • πŸ‘― I love to meet new people!
  • πŸ’¬ Ask me about anything, I'm happy to help.
  • ⚑ Fun fact: I did an early study.

Connect with me

LinkedIn GitHub GitLab Stack Overflow




⚑ GitHub Stats

Flaxel's github stats

πŸ“™ StackOverflow Activity

Pinned

  1. thesis_template thesis_template Public template

    This is a simple LaTex template for any thesis. πŸŽ“

    TeX 2 1

  2. Update all homebrew formulae Update all homebrew formulae
    1
    #!/bin/sh
    2
    
                  
    3
    # fetch new versions of Homebrew + all formulae
    4
    brew update
    5
    
                  
  3. Update all git repositories in one f... Update all git repositories in one folder
    1
    #!/bin/sh
    2
    
                  
    3
    # check if console program is installed
    4
    check_installation(){
    5
    	type $1 >/dev/null 2>&1 || { echo >&2 "$1 is required: $2 Aborting."; exit 1; }