Skip to content
View leeirvinekezzico's full-sized avatar

Block or report leeirvinekezzico

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Python: Setup a Virtual Environment Python: Setup a Virtual Environment
    1
    # Python: Virtual Environments
    2
    
                  
    3
    A virtual environment is a sandbox for packages. Pip's default behavior is system level. However, packages installed in different virtual environment do not co-mingle. The ideal is for each project to have its own distinct virtual environment. 
    4
    
                  
    5
    This is especially important on team projects. The virtual environment provides a means to a standard for packages. Identifying project dependencies and which package versions have already been tested against the code.
  2. iOS Build Blast iOS Build Blast
    1
    #!/bin/bash
    2
    set -e
    3
    projectname="<YOUR_PROJECT_NAME>"
    4
    
                  
    5
    projectpath="`pwd`/$projectname.xcodeproj"
  3. LLM-Chat LLM-Chat Public

    Python

  4. picraft2d picraft2d Public

    Forked from Middlerun/lovecraft

    A 2D Minecraft-style game using the LÖVE framework.

    Lua

  5. android_beneficiary android_beneficiary Public

    Kotlin

  6. model_mapping_flutter model_mapping_flutter Public

    Forked from ankitmhatre/ftcon24usa_workshop

    Dart 1