Skip to content
View unique-EJ's full-sized avatar
😕
Status: I'm living, with psychological problems.
😕
Status: I'm living, with psychological problems.

Block or report unique-EJ

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. adb-send-text-script adb-send-text-script
    1
    #!/bin/bash
    2
    # Send text to Android device using ADB, emulating keyboard input.
    3
    # Based on a script from https://android.stackexchange.com/a/105881/223695
    4
    # and extended to support special characters.
    5
    # CC BY-SA 3.0 - Share under same license, attribute the creator, indicate changes.
  2. keyboard-gadget keyboard-gadget Public

    Forked from qlyoung/keyboard-gadget

    simple HID keyboard gadget via configfs

    Shell 1

  3. AsTeRICS-Grid-copy AsTeRICS-Grid-copy Public

    Forked from asterics/AsTeRICS-Grid

    Free and simple to use app for augmentative and alternative communication (AAC) with offline support, flexible input methods and media access

    JavaScript

  4. Bash edit file, local file server co... Bash edit file, local file server commands (command interpreter shell initialization snippets).
    1
    #!/usr/bin/env bash
    2
    # Download: raw file is in https://gist.github.com/unique-EJ/64b2f43dfb5489a52a020114b374ffdc
    3
    # curl can download the URL.
    4
    # Usage: no options, puts command snippets into the Bash initialization file.
    5
    
                  
  5. Linux command-line to convert decima... Linux command-line to convert decimal values to hexadecimal.
    1
    # Linux command-line - AWK text processing language program.
    2
    awk $'BEGIN { print "Type decimal (input) values to have the converted hexadecimal value output. CTRL-d to end." }\n{ printf "%s%x\\n", "Hex: ", $0 }'
  6. ToDo-Ode-to-Todes ToDo-Ode-to-Todes Public

    Forked from Magnogen/MountainTode

    Conceptual language of any animal - todes, humans, other... that wants to use it.

    1