Skip to content
View jpbochi's full-sized avatar
🦔
🦔

Organizations

@duckduckgo

Block or report jpbochi

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. drun drun Public

    docker run on pwd

    Shell 7 4

  2. halberd halberd Public

    Forked from byteclubfr/js-hal

    JavaScript implementation of HAL format

    JavaScript 8 3

  3. On GitHub PR inline comments, change... On GitHub PR inline comments, changes default button to "Add single comment"
    1
    // ==UserScript==
    2
    // @name         Only Single Comments
    3
    // @namespace    https://gist.githubusercontent.com/jpbochi/ac88177a0a4741300c2f24c4e33a9c90
    4
    // @version      1.0.5
    5
    // @description  On GitHub PR inline comments, changes the default button from "Start a review" to "Add single comment"
  4. bash script to lock/unlock resources... bash script to lock/unlock resources by using an S3 bucket with file versioning
    1
    #!/usr/bin/env bash
    2
    set -eu
    3
    
                  
    4
    log () {
    5
      echo >&2 "[lock] $@"