Skip to content
View AdrienVR's full-sized avatar
Block or Report

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... AutoHotkey script to fix Ctrl+Backspace (delete previous word) in File Explorer and Notepad
    1
    ; how to write scripts: http:https://www.autohotkey.com/docs/
    2
    
    
    3
    #NoEnv
    4
    #SingleInstance force
    5
    SendMode Input
  2. From https://answers.unity.com/quest... From https://answers.unity.com/questions/425012/get-the-instance-the-serializedproperty-belongs-to.html?childToView=425602#answer-425602 with support for SerializedDictionary
    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... Git mergetool generates unwanted .orig files on conflicts
    1
    git config --global mergetool.keepBackup false
  4. UsefullCode UsefullCode Public

    Usefull code or links

    C# 1

  5. ALT ALT Public

    Assimilation Learning Tool

    Python 1 1

  6. WeekendOff WeekendOff Public

    Kill processes like Microsoft Teams on weekend.

    C# 3