Skip to content
View leifwritescode's full-sized avatar

Organizations

@lwgsystems

Block or report leifwritescode

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

$ whoami

Howdy-doodly, I'm Leif! I'm an application security specialist from Cambridge (UK), with a passion for (accessible) VR. I love geese, drink too much Pepsi Max, and live for a good challenge. My pronouns are they/them. You can find out more about me on my website.

I'm currently working on...

Nothing exciting right now. Watch this space!

I'm learning...

  • React
  • TypeScript

Getting in touch...

My resume is here. If you have a role in mind, and can provide a written specification, you can get in touch with me via LinkedIn. If you don't have a role in mind, you can still contact me on LinkedIn — just make sure to pay the cat tax.

What I do...

Code

Languages

Frameworks and Technologies

Frameworks and Technologies

Databases

Databases

Platforms

Platforms

Tools

Tools

Pinned Loading

  1. Kinect SDK Gesture::get_Name Kinect SDK Gesture::get_Name
    1
    #include <iostream>
    2
    #include <Kinect.VisualGestureBuilder.h>
    3
    
                  
    4
    #define SAFE_RELEASE(x) if( x != NULL ) { x->Release(); x = NULL; }
    5
    #define SAFE_RELEASE_ARRAY(s, a) for (UINT32 e = 0; e < s; e++) SAFE_RELEASE(a[e])
  2. Advent Advent Public

    Advent of Code

    Swift