Skip to content
View aballano's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@arrow-kt
Block or Report

Block or report aballano

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

  1. aballano.github.io aballano.github.io Public

    SCSS

  2. mnemonik mnemonik Public archive

    Simple memoization extension function for Kotlin https://en.wikipedia.org/wiki/Memoization

    Kotlin 41 2

  3. Space Engineers script to handle all... Space Engineers script to handle all Collectors' automatic on/off switch for a given Ice threshold is reached
    1
    // Define the amount of ice to trigger the collector deactivation
    2
    const int iceThreshold = 100000;
    3
    
                  
    4
    // Quick-access variables to avoid reinstantiation
    5
    IMyGridTerminalSystem grid;