Skip to content
View jmcwilliams403's full-sized avatar
  • Atlanta, GA
Block or Report

Block or report jmcwilliams403

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

  1. raycaster raycaster Public

    Raycaster java engine based on "A first-person engine in 265 lines".

    Java

  2. XComposeAHKv2 XComposeAHKv2 Public

    AHK v2 Compose Key script using the latest default X.Org Compose file, with support for layered compose sequences by typing the compose key again mid-sequence

    1

  3. dvorak-altgr-intl-extd dvorak-altgr-intl-extd Public

    Windows port of the Linux version of "United States-English (Dvorak, Intl., with AltGr Dead Keys)"

    2

  4. JVMRaycaster JVMRaycaster Public archive

    A raycasting engine written in Java

    Java

  5. GDK-style Unicode hex entry anywhere GDK-style Unicode hex entry anywhere
    1
    #IfWinNotActive ahk_class gdkWindowToplevel
    2
    $^+U::
    3
    	InputHook := InputHook("L6", "{Escape}{Enter}{NumpadEnter}{Space}{Tab}")
    4
    	InputHook.OnChar := Func("OnChar")
    5
    	InputHook.VisibleNonText := false