Skip to content
View iMercyvlogs's full-sized avatar

Block or report iMercyvlogs

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. You will be given three integers , ... You will be given three integers , and . The numbers will not be given in that exact order, but we do know that is less than and less than . In order to make for a more pleasant viewing, we want to rearrange them in a given order.
    1
    numbers = list(map(int, input().split()))
    2
    sorted_numbers = sorted(numbers)
    3
    the_dict = {'A': sorted_numbers[0], 'B': sorted_numbers[1], 'C': sorted_numbers[2]}
    4
    
                  
    5
    letters = input().strip()
  2. gemini bot that accepts audio from u... gemini bot that accepts audio from user for mental health diagnostics
    1
    
                  
    2
    import os
    3
    from dotenv import load_dotenv
    4
    import google.generativeai as genai
    5
    
                  
  3. trakli/webservice trakli/webservice Public

    A modern open source personal income tracking app.

    PHP 8 1

  4. whilesmartphp/laravel-user-authentication whilesmartphp/laravel-user-authentication Public

    API-first user authentication for Laravel with support for OpenAPI, Socialite and SmartPings.

    PHP 2 1

  5. NkenfaB/zenify_backend NkenfaB/zenify_backend Public

    Python

  6. whilesmartphp/eloquent-model-configs whilesmartphp/eloquent-model-configs Public

    Add schema-less dynamic attributes to any Eloquent model without database migrations

    PHP 1