Skip to content
View fchiusolo's full-sized avatar
  • Glovo
  • Barcelona
  • 21:55 (UTC +02:00)

Block or report fchiusolo

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

    My submission for WWDC18 scholarship, unfortunately rejected 😢

    Swift 2

  2. RandomJokes RandomJokes Public

    App that displays random jokes about someone in the user's contacts list

    Swift 2

  3. Swix Swix Public

    Swift minimal implementation of Flux

    Swift 1

  4. franco-melandri/NoIF franco-melandri/NoIF Public

    Writing code without If possibile

    C# 8 3

  5. SpaceInvadersAR SpaceInvadersAR Public

    Swift

  6. swiftlint.sh swiftlint.sh
    1
    IFS=$'\n'
    2
    file_count=0
    3
    for file_path in $(git ls-files -m -o --exclude-from=.gitignore | grep .swift); do
    4
      # Set environment variables with file names in order to feed SwiftLint, as documented at the following link
    5
      # 👉 https://github.com/realm/SwiftLint#command-line