Skip to content
View LukasHeinzl's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report LukasHeinzl

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

Hi there, I'm Lukas 👋

I am a developer from Austria that currently studies a master program focussed on AR/VR.

I started coding at the age of 12 by learning Java through tutorials and a lot of trail and error. Java was my main language for about nine years before I recently got more into server-side development with PHP. For a couple of months now I've used Kotlin and cannot believe, that I haven't used it earlier. Over the years I have used the following languages (ranging from used once to having in depth-knowledge) in no particular order:

  • Kotlin
  • Java
  • JavaScript
  • TypeScript
  • C
  • C++
  • C#
  • Lua
  • Python
  • PHP
  • Assembly
  • Shell-scripting (Linux and Windows)
  • Processing
  • SmallBasic

Not programming languages but I still know them:

  • HTML
  • CSS
  • SQL
  • Scratch

OLD disclaimer

Repositories that are marked as OLD are old projects that I uploaded more recently to GitHub. They have this disclaimer to signal their age even though they have a rather recent commit date. I still decided to upload them to show my progression as a programmer. And boy do I have progressed, you will get a stroke when reading through some of my old stuff. You have been warned!

Pinned

  1. LightVirtualMachine-OLD LightVirtualMachine-OLD Public archive

    VM for my best attempt of creating my own programming language.

    C++

  2. UniversalPackager-OLD UniversalPackager-OLD Public archive

    Custom archive format for LVM.

    C

  3. StateVM-OLD StateVM-OLD Public archive

    This is a small program that reads a "state file" and turns it into a deterministic finite automaton. It then reads in some input and runs it through the automaton.

    Java