Skip to content
View OakNinja's full-sized avatar
:octocat:
Poking around like a 🦑
:octocat:
Poking around like a 🦑

Block or report OakNinja

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 Loading

  1. MakeMeFish MakeMeFish Public

    Easing the usage of make and Makefiles

    Shell 37 3

  2. Camping-Kyria-Case Camping-Kyria-Case Public

    A really low profile Kyria Case

    9

  3. IGEDay2022 IGEDay2022 Public

    IGE Day - Introduce a girl to engineering 2022

    1

  4. WPF, Forms: Get the scaling/DPI scal... WPF, Forms: Get the scaling/DPI scale factor on the device currently the application without the need of any UI elements using reflection. Useful for GDI stuff where you want to predict the composition.
    1
        public static class DpiScale
    2
        {
    3
            private static readonly float WindowsDefaultDpi = 96.0f;
    4
            private enum Axis {X, Y};
    5
            private static float GetScaleForAxis(Axis axis)