Skip to content
View baquaz's full-sized avatar

Block or report baquaz

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

    Logging system providing useful debug information for each print log

    Swift 2 1

  2. dotfiles dotfiles Public

    configuration files

    Lua 1

  3. Obsidian-Life-Planner-Demo-Vault Obsidian-Life-Planner-Demo-Vault Public

    Obsidian Demo Vault presenting automation for daily routines and life goals.

    JavaScript 2

  4. Automatic script to install dotfiles... Automatic script to install dotfiles bare repo and back up all pre-existing files into '.config-backup' folder
    1
    #!/bin/bash
    2
    
                  
    3
    # Create the backup directory if it does not exist
    4
    mkdir -p $HOME/.config-backup
    5
    
                  
  5. MediaPickersPresenterFramework MediaPickersPresenterFramework Public

    Handles fetching data from camera, documents, phone library

    Swift 24 6

  6. Looking into provisioniong profile (... Looking into provisioniong profile (.mobileprovision)
    1
    #!/bin/bash
    2
    # Usage: provide 2 parameters(provisioning profile path and new filename)
    3
    #
    4
    # sh ./provisioning2xml.sh path xml_name
    5