unique-EJ
Follow
😕
Status: I'm living, with psychological problems.
View my projects in Git. On GitLab, @ "changeable" .
- Portsmouth, Hampshire
- https://gravatar.com/changeabilitee
Pinned Loading
-
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.
-
keyboard-gadget
keyboard-gadget PublicForked from qlyoung/keyboard-gadget
simple HID keyboard gadget via configfs
Shell 1
-
AsTeRICS-Grid-copy
AsTeRICS-Grid-copy PublicForked 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
-
Start application, and X server, on ...
Start application, and X server, on a remote machine (SSH). 1# Start application, and X server, on a remote machine (SSH).
2# ". Xserver.sh [app name]", "pgrep [app name]"
3if [ $# -ge 1 ]; then
4app="$@" # The positional parameters (app).
5session="startlxde-pi"
-
Linux command-line to convert decima...
Linux command-line to convert decimal values to hexadecimal. 1# Linux command-line - AWK text processing language program.
2awk $'BEGIN { print "Type decimal (input) values to have the converted hexadecimal value output. CTRL-d to end." }\n{ printf "%s%x\\n", "Hex: ", $0 }'
-
ToDo-Ode-to-Todes
ToDo-Ode-to-Todes PublicForked from Magnogen/MountainTode
Conceptual language of any animal - todes, humans, other... that wants to use it.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.