Skip to content
View Elandlord's full-sized avatar
Block or Report

Block or report Elandlord

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

MEN Technology & Media

I am currently: 🟒 online, working at the office on this beautiful Wednesday πŸ–₯.

Based in Groningen, NL πŸ‡³πŸ‡±

Developer at PeterPrint.

Former co-owner software company: MEN Technology & Media

Working as a Full-stack developer with a slight preference for working as a back-end developer.

You can πŸ“§ me at: e.landheer@mentechmedia.nl

🍎 Enthusiast


Currently using

img img img img img img img img

Experienced (somewhat) in

img img img img img img img img

Interested in

img img img img


Stats


Pinned

  1. procedurally-generated-terrain procedurally-generated-terrain Public

    An implementation of perlin noise for the purpose of procedural terrain generation.

    C# 2

  2. unity-machine-learning unity-machine-learning Public

    A boilerplate for a neural network in Unity 3D

    C# 1

  3. go-rest-api go-rest-api Public

    Go

  4. Preloader class for Laravel (by Bren... Preloader class for Laravel (by Brent Roose)
    1
    <?php
    2
    
                  
    3
    class Preloader
    4
    {
    5
        private array $ignores = [];
  5. Vue 3 use-keydown composable (Compos... Vue 3 use-keydown composable (Composition API)
    1
    import {onBeforeUnmount} from "vue";
    2
    
                  
    3
    let useKeyDown = (keyCombos) => {
    4
        let onKeyDown = (event) => {
    5
            let kc = keyCombos.find(kc => kc.key === event.key);
  6. For starting ngrok with your custom ... For starting ngrok with your custom local domain (Free plan)
    1
    ngrok http -host-header=[your-custom-local-domain] [port]