Skip to content
View fatehalive's full-sized avatar
:octocat:
:octocat:
  • Jakarta, Indonesia
  • 18:53 (UTC -12:00)

Organizations

@koderstory

Block or report fatehalive

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. PyenvInstall PyenvInstall
    1
    #!/bin/bash
    2
    
                  
    3
    # Update & Upgrade
    4
    echo "Updating package list..."
    5
    sudo apt update -y || { echo "Failed to update package list. Exiting."; exit 1; }
  2. cache-busting cache-busting Public

    JavaScript

  3. movies-app movies-app Public

    TypeScript

  4. stacks-and-queues stacks-and-queues Public

    Python

  5. survey-app survey-app Public

    TypeScript

  6. tutorials tutorials Public

    Forked from odoo/tutorials

    A repository with the code for the bases and solutions of the official Odoo tutorials

    Python