Skip to content
View kezzico's full-sized avatar

Block or report kezzico

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. 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