Skip to content
View xlith's full-sized avatar
Block or Report

Block or report xlith

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

    Language lists with multilanguage names and iso-codes.

    Python 2 1

  2. lipsum-cli lipsum-cli Public

    lipsum-cli is a small terminal application written in Rust language. It's used for generating pseudo-Latin lorem ipsum filler text in terminal.

    Rust 10 4

  3. Templete for a new bash script Templete for a new bash script
    1
    #!/usr/bin/env bash
    2
    
    
    3
    : Setup environment
    4
    set -o errexit
    5
    set -o nounset
  4. ansinject ansinject Public

    This tool is simply an easier way to use some collection of other tools which can inject a network security config into an Android APK. Mainly it's sole pupose is making it easier to use the tools …

    Python