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

Block or report vaddieg

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. LookupLeoDict LookupLeoDict Public

    macOS service for translating text unsing the best online German dictionary dict.leo.org

    Objective-C 3

  2. swiftTools swiftTools Public

    miscellaneous

    Swift

  3. arduino arduino Public

    some of my sketches

    C++

  4. DLog() for swift DLog() for swift
    1
    func DLog(format: String, args: CVarArgType) {
    2
    #if DEBUG
    3
        NSLog(format, args.encode())
    4
    #endif
    5
    }
  5. cometblue cometblue Public

    macOS command line tool for Comet Blue, Cygonix, Eurotronic thermostats

    Swift 1