Skip to content
View Alex-Just's full-sized avatar

Organizations

@amenify

Block or report Alex-Just

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. gymlog-backend gymlog-backend Public

    A Workout Tracker App built with Django

    Python

  2. gymlog-frontend gymlog-frontend Public

    A Workout Tracker App built with React Native, and TypeScript

    TypeScript

  3. worldtime-extension worldtime-extension Public

    Worldtime extension for Google Chrome and Firefox

    TypeScript

  4. json2jsdoc json2jsdoc Public archive

    Convert JSON to JSDoc. Detect object's schema by parsing its JSON data

    JavaScript 2

  5. Sublime Text plugin "Count Duplicat... Sublime Text plugin "Count Duplicates". Adds command in the Edit main menu that counts number of duplicate rows in a file and prints it in the first left column.
    1
    [  
    2
        {  
    3
            "id": "edit",  
    4
            "children":  
    5
            [  
  6. get_top_aws_services_by_cost.py get_top_aws_services_by_cost.py
    1
    """
    2
    This script retrieves and displays the top five AWS service costs for each of the past six months.
    3
    It uses the AWS Cost Explorer API through the AWS CLI to fetch cost data, then processes and
    4
    sorts this data to find the most significant service costs. The costs are displayed in USD format,
    5
    showing the service name and the incurred cost over each month's period.