Skip to content
View 321hendrik's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report 321hendrik

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

    A Simple CLI for automation of the Titanium CLI and ADB

    JavaScript 7 4

  2. SikuliTools SikuliTools Public

    A collection of tools for creation of SikuliX tests with SublimeText

    Python 2

  3. noSeparator noSeparator Public

    remove the tableview separator on android

    Python 3

  4. 321hendrik.github.io 321hendrik.github.io Public

    blog

    Svelte 1

  5. zip a npm project with only local de... zip a npm project with only local dependencies
    1
    #!/bin/bash
    2
    #
    3
    # NPM Packer
    4
    # - copy script to project folder
    5
    # - npm install
  6. Open the App Data Folder for current... Open the App Data Folder for current iOS Simulator App
    1
    open `find ~/Library/Developer/CoreSimulator/Devices -type d -depth 7 -print0 | xargs -0 stat -f "%m %N" | grep Containers | sort -rn | head -1 | cut -f2- -d" "`