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

Block or report OndraZizka

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. Bluetooth headset - switch between q... Bluetooth headset - switch between quality sound + no mic (A2DP) and crappy sound and mic (HSP/HFP)
    1
    #!/bin/bash
    2
    
                  
    3
    ####  Restart Bluetooth
    4
    if [ "$1" == "resetBT" ] ; then
    5
      sudo rfkill block bluetooth && sleep 0.1 && sudo rfkill unblock bluetooth;
  2. csv-cruncher csv-cruncher Public

    Treats CSV and JSON files as SQL tables, and exports SQL SELECTs back to CSV or JSON.

    Kotlin 43 12

  3. junitdiff junitdiff Public

    JUnitDiff creates a HTML table from multiple JUnit runs. Rows are tests, columns are runs. Clicking the statuses reveals a pop-up with the logs and the stacktrace if any.

    HTML 10 3

  4. yaml-merge yaml-merge Public

    Forked from cobbzilla/merge-yml

    Merge multiple YAML files into a single YAML file. Written in Java.

    Java 6 7

  5. JTexy JTexy Public

    JTexy - Port of the Texy! project to Java

    HTML 1

  6. wildfly/wildfly wildfly/wildfly Public

    WildFly Application Server

    Java 3k 2.2k