Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report lukepistrol

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.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lukepistrol/README.md

Hey there 👋

struct Developer {
  let name = "Lukas Pistrol"
  let pronouns = "he/him/his"
  let age = 25
  let role = "Swift Frontend Developer"
  let location = "Vienna 🇦🇹"
  let languages = ["de_DE", "en_US"]
  let skills = ["Swift", "JavaScript", "Python"]
  
  func sayHi() {
    print("Hey, thanks for dropping by, feel free to have a look at my work!")
  }
}

let me = Developer()
me.sayHi()

Highlights

  • CodeEdit A native open-source IDE for macOS
  • Pexels-Swift Pexels API client library for the Swift programming language.
  • Kraken-API Swift wrapper for the Kraken Digital Asset Trading Platform REST API.

Links

Buy Me A Coffee

Pinned

  1. CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

    Swift 8.8k 379

  2. KrakenAPI Public

    This library is a Swift wrapper for the Kraken Digital Asset Trading Platform REST API.

    Swift

  3. Pexels API client library for the Swift programming language.

    Swift 1

  4. A CLI for creating App Icon Sets for Xcode and removing alpha channels from PNG files in bulk.

    Shell 1

  5. GameOfLife Public

    Swift implementation of Conway's Game of Life

    Swift

  6. LPColorUI Public

    A SwiftUi Color Extension Package

    Swift 2

1,928 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri
Activity overview
Contributed to CodeEditApp/CodeEdit, lukepistrol/Pexels-Swift, lukepistrol/LPSwiftUI and 19 other repositories

Contribution activity

May 2022

Created a pull request in CodeEditApp/CodeEdit that received 3 comments

StatusBar: Code Cleanup

Description removed StatusBarBranchPicker & StatusBarPullButton since they are no longer implemented. updated folder structure for more clarity. C…

+1 −107 3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.