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. cboard-org/cboard cboard-org/cboard Public

    Augmentative and Alternative Communication (AAC) system with text-to-speech for the browser

    JavaScript 660 173

  2. essential-buttons-toolbar essential-buttons-toolbar Public

    Forked from KristhianX/essential-buttons-toolbar

    Adds a toolbar to Android Firefox with essential buttons: Homepage, Duplicate Tab, New tab, Close tab and more.

    JavaScript

  3. 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]"
    3
    if [ $# -ge 1 ]; then
    4
      app="$@"  # The positional parameters (app).
    5
      session="startlxde-pi"
  4. 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.
  5. Melody-motion-search-code Melody-motion-search-code Public

    My notation code to search for a piece of music using the motion of its melody notes.

  6. Personality-code-by-james Personality-code-by-james Public

    A shared place for a personality / relationships program made by a friend, with edits from others.

    Python