Skip to content
View geoffreyoliaro's full-sized avatar
🌀
flying to mars
🌀
flying to mars

Organizations

@FurahaBuild-Ventures-Ltd

Block or report geoffreyoliaro

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. chatterB_Client chatterB_Client Public

    JavaScript 1

  2. linkedList linkedList Public

    C# 1

  3. firebase-functions firebase-functions Public

    functions for react app(chatB)

    JavaScript 4

  4. Turnstile hackerrank's problem solution Turnstile hackerrank's problem solution
    1
    fun getTimes(times: Array<Int>, directions: Array<Int>): Array<Int> {
    2
        val result: Array<Int> = Array(times.size) { -1 }
    3
    
                  
    4
        val endTime: Int = times.max() ?: 0
    5
        if (endTime == 0) return result