Skip to content
View homerooliveira's full-sized avatar
  • iOS Software Engineer at @ifood
  • Porto Alegre, Brazil

Highlights

  • Pro
Block or Report

Block or report homerooliveira

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

    Sample app to show search request using async-await and swift-async-algorithms

    Swift

  2. Bump Bump Public

    Versioning tool for Xcode projects.

    Swift 1

  3. MarvelApp MarvelApp Public

    Swift 1

  4. aes aes Public

    Kotlin

  5. VigenereCipher VigenereCipher Public

    Swift

  6. AutoInit template for Sourcery AutoInit template for Sourcery
    1
    {% for type in types.structs %}
    2
    {% if type|annotated:"AutoInit" %}
    3
    {% set spacing %}{% if type.parentName %}    {% endif %}{% endset %}
    4
    {% map type.storedVariables into parameters using var %}{{ var.name }}: {{ var.typeName }}{% if var.defaultValue %} = {{ var.defaultValue }}{% endif %}{% endmap %}
    5
    {% map type.storedVariables into parametersInit using var %}{{ var.name }}: {{ var.name }}{% endmap %}