Skip to content
View viitahenri's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report viitahenri

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. Smarter Unity build script for MacOS. Smarter Unity build script for MacOS.
    1
    #!/bin/zsh
    2
    
                  
    3
    # Define build targets and descriptions in an associative array
    4
    typeset -A build_targets
    5
    build_targets=(
  2. git cheats git cheats
    1
    # shortform git commands
    2
    alias g='git'
    3
    
                  
    4
    # get a list of all commit messages for a repo
    5
    git log --pretty=format:'%s'
  3. .vimrc .vimrc
    1
    " URL: http://vim.wikia.com/wiki/Example_vimrc
    2
    " Authors: http://vim.wikia.com/wiki/Vim_on_Freenode
    3
    " Description: A minimal, but feature rich, example .vimrc. If you are a
    4
    "              newbie, basing your first .vimrc on this file is a good choice.
    5
    "              If you're a more advanced user, building your own .vimrc based
  4. EdgeGraph EdgeGraph Public

    Project for bachelor's thesis "Procedural City Generation Tool With Unity Game Engine" by Henri Viitanen

    C# 21 10