Skip to content
View xezrunner's full-sized avatar

Highlights

  • Pro

Organizations

@XesignSoftware

Block or report xezrunner

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

I am a software enthusiast, with interests in:

  • Developing parts of projects involving:
    • user interfaces & experiences (visual layout and design, smooth interactions)
    • game/game engine systems (debug features, tooling)
    • game mechanics (systems, VFX, audio, tweaks)
  • General software optimization
  • Reverse engineering
  • Visual effects and motion graphics
Personal skillset, software development and work environment details (click to open/close)

Languages I work with (ordered by frequency):

  • C# (Unity and WPF/WinUI (XAML))
  • Swift/SwiftUI
  • C/C++
  • JavaScript
  • Java
  • interested in Jai (unreleased to public)

Software and development environments I work in (ordered by frequency):

  • Source control: Git
  • Code editors:
    • Visual Studio / Visual Studio Code (minimal setup)
    • Xcode
    • JetBrains IntelliJ IDEA
  • Project software:
    • Unity Engine (+ Blender)
    • Adobe After Effects / Lottielab
    • Figma

My work

Smaller projects

A pre-commit hook for Git that rejects commiting staged files containing a special word (nocheckin)

Screenshot showcasing the nocheckin pre-commit hook in action with the git CLI.

Larger projects

Coming soon...

Pinned Loading

  1. nocheckin pre-commit hook for Git nocheckin pre-commit hook for Git
    1
    #!/bin/bash
    2
    # Author: xezrunner (github.com/xezrunner)
    3
    # Inspired by Jonathan Blow's nocheckin setup with SVN (twitch.tv/j_blow) (youtube.com/@jblow888)
    4
    # Credit: DustinGadal on r/Jai: reddit.com/r/Jai/comments/jp0vjy/nocheckin_behavior_in_gitsourcetree/gbfhzd1
    5