Skip to content
View 0xWDG's full-sized avatar
💻
Hacking my way around
💻
Hacking my way around

Sponsors

@MaikeMLW

Block or report 0xWDG

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
0xWDG/README.md
class Wesley: Developer {
  let name = "Wesley de Groot"
  let age = 34
  let location: Location = .Netherlands
  let languages: [Languages] = [.Dutch, .English]

  let programmingLanguages = ["Swift", "Objective-C", "JavaScript", "PHP"]
  let markup = ["HTML", "CSS"]

  func details() -> String {
      var details = ""
      for detail in Mirror(reflecting: self).children {
          guard let label = detail.label else { continue }
          details.append("\(label.capitalized): \(detail.value)\n")
      }
      return details
  }
}

print(Wesley().details())
// The above doesn't compile? // Just add this "missing" code.
class Developer {
  enum Location { case Netherlands }
  enum Languages { case Dutch, English }
}
Or Run in SwiftFiddle.

Latest Blog Post

NumberFormatter

Random Blog Post

Appril Festival 2024

Highlighted Application

Hacker Stickers

Highlighted Project

SwiftExtras

Connect


Stats

My projects have 310 ⭐️, and 33 Forks.
committers.top badge

Interested learning more about Swift? Check out my blog.

Pinned repo's:

Pinned Loading

  1. AuroraEditor/AuroraEditor Public

    Aurora Editor is a IDE built by the community, for the community, and written in Swift for the best native performance and feel for macOS.

    Swift 1.2k 80

  2. tvOS.js Public

    This Javascript Library helps you to create quick and easy a simple and beautiful Apple TV (tvOS) apps with Javascript. It is based on the Apple TV Markup Language (TVML) and a custom Apple TV Java…

    Swift 50 13

  3. DynamicUI Public

    Create a SwiftUI user interface through a JSON file. The JSON file will contain the structure of the user interface, and the program will create the user interface based on the JSON file.

    Swift 33 2

  4. GameControllerKit Public

    GameControllerKit is a Swift package that makes it easy to work with game controllers on iOS, macOS, and tvOS. It provides a simple API to connect to game controllers, read input from them, and con…

    Swift 36 3

  5. Colors Public

    Colors is a Swift Package to enable all system colors in SwiftUI trough a Color extension. Colors which were previously only available in UIColor/NSColor are now available in Color as well.

    Swift 31

  6. Apple-Music-to-Discord Public

    Apple Music to Discord

    Swift 23 1

3,859 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to 0xWDG/Appsterdam-Events-History, 0xWDG/0xWDG, AuroraEditor/AuroraEditor and 75 other repositories
Loading A graph representing 0xWDG's contributions from April 14, 2024 to April 18, 2025. The contributions are 77% commits, 18% issues, 3% pull requests, 2% code review.

Contribution activity

April 2025

Reviewed 2 pull requests in 2 repositories
64 contributions in private repositories Apr 1 – Apr 18
Loading