Skip to content
View AdrienVR's full-sized avatar

Block or report AdrienVR

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. AutoHotkey script to fix Ctrl+Backsp...
    1
    ; how to write scripts: http://www.autohotkey.com/docs/
    2
    
                  
    3
    #NoEnv
    4
    #SingleInstance force
    5
    SendMode Input
  2. From https://answers.unity.com/quest...
    1
    public static object GetParent(this SerializedProperty prop)
    2
    {
    3
        var path = prop.propertyPath.Replace(".Array.data[", "[");
    4
        object obj = prop.serializedObject.targetObject;
    5
        var elements = path.Split('.');
  3. Git mergetool generates unwanted .or...
    1
    git config --global mergetool.keepBackup false
  4. UsefullCode Public

    Usefull code or links

    C# 1

  5. ALT Public

    Assimilation Learning Tool

    Python 1 1

  6. WeekendOff Public

    Kill processes like Microsoft Teams on weekend.

    C# 3

AdrienVR (Adrien Vernotte) · GitHub
Skip to content
View AdrienVR's full-sized avatar

Block or report AdrienVR

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. AutoHotkey script to fix Ctrl+Backsp...
    1
    ; how to write scripts: http://www.autohotkey.com/docs/
    2
    
                  
    3
    #NoEnv
    4
    #SingleInstance force
    5
    SendMode Input
  2. From https://answers.unity.com/quest...
    1
    public static object GetParent(this SerializedProperty prop)
    2
    {
    3
        var path = prop.propertyPath.Replace(".Array.data[", "[");
    4
        object obj = prop.serializedObject.targetObject;
    5
        var elements = path.Split('.');
  3. Git mergetool generates unwanted .or...
    1
    git config --global mergetool.keepBackup false
  4. UsefullCode Public

    Usefull code or links

    C# 1

  5. ALT Public

    Assimilation Learning Tool

    Python 1 1

  6. WeekendOff Public

    Kill processes like Microsoft Teams on weekend.

    C# 3