Skip to content
View giannispapamike's full-sized avatar
🐢
Grind is real
🐢
Grind is real

Block or report giannispapamike

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. SUI-tabs-boilerplate SUI-tabs-boilerplate Public template

    This is a template for SwiftUI projects that require a custom fully customizable tab bar

    Swift 1

  2. giannispapamike.github.io giannispapamike.github.io Public

    HTML

  3. Swift sequence extension providing a... Swift sequence extension providing async map and concurrent map functionality. Compatible with fully enabled swift 6 concurrency mode.
    1
    extension Sequence where Element: Sendable {
    2
        /**
    3
         Async Map performs in a sequential way like
    4
         normal map but for async operations
    5
         */
  4. SwiftUI Random Background Color Modi... SwiftUI Random Background Color Modifier
    1
    import SwiftUI
    2
    
                  
    3
    extension View {
    4
        func randomBackground() -> some View {
    5
            self.modifier(RandomBackgroundModifier())
  5. flight_simulator flight_simulator Public

    Project in course Multimedia Technology - National Technical University of Athens

    Java