Skip to content
View Pyr3z's full-sized avatar
🐕‍🦺
I eat repos
🐕‍🦺
I eat repos
Block or Report

Block or report Pyr3z

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

  1. pwonounceable pwonounceable Public

    CLI tools for generating human-pronounceable passwords, or, pseudo-randomized, general-purpose strings that a human could (pwobably) pronounce.

    C++

  2. repack-tenjinsdk repack-tenjinsdk Public

    Forked from tenjin/tenjin-unity-sdk

    Tenjin Unity Plugin

    C#

  3. [bash] mkmanifest-unitypackage - Out... [bash] mkmanifest-unitypackage - Outputs a TSV manifest of GUID-path pairs for each Asset contained within a unitypackage archive.
    1
    #! /bin/bash
    2
    
                  
    3
    ##  @file mkmanifest-unitypackage.sh
    4
    #
    5
    #   @brief
  4. [bash] extract-unitypackage.sh - Ser... [bash] extract-unitypackage.sh - Seriously, this should have been a standard tool provided by Unity since 2008...
    1
    #! /bin/bash
    2
    
                  
    3
    ##  @file extract-unitypackage.sh
    4
    #
    5
    #   @brief
  5. (C#) An adapted Bresenham procedure ... (C#) An adapted Bresenham procedure to calculate integral cells forming the raster line between two points.
    1
    /*!****************************************************************************
    2
     * \file      RasterLineTo.cs
    3
     * \author    Levi Perez (levianperez\@gmail.com)
    4
     * \author    Jack Elton Bresenham (IBM, 1962)
    5
     *