Navigation Menu

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

Block or report philipmat

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. discogs-xml2db discogs-xml2db Public

    Imports the discogs.com monthly XML dumps into databases

    C# 196 72

  2. TemplatesForGoodNotes TemplatesForGoodNotes Public

    Templates for the GoodNotes iPad app

    Python 56 7

  3. di_speed di_speed Public

    Speed comparison of Dependency Injection Container

    C# 18 4

  4. Mac-like keyboard map for AutoHotKey Mac-like keyboard map for AutoHotKey
    1
    #SingleInstance force
    2
    ; Revert mouse direction
    3
    #MaxHotkeysPerInterval 400
    4
    WheelDown::WheelUp
    5
    WheelUp::WheelDown
  5. LINQPad Extension Methods LINQPad Extension Methods
    1
    // requires:
    2
    // Newtonsoft.Json
    3
    // System.Data.SqlClient
    4
    void Main() {
    5
    	// Write code to test your extensions here. Press F5 to compile and run.
  6. dotfiles dotfiles Public

    Config files and system bootstrap.

    Vim Script 1