Skip to content
View wlwtvr's full-sized avatar
🐧
🐧

Block or report wlwtvr

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. log-to-json log-to-json Public

    Turn that gcp log into json

    JavaScript 3 1

  2. homebrew-intellij-idea homebrew-intellij-idea Public

    Homebrew Tap for old versions of Intellij Idea

    Ruby 1

  3. homebrew-kreya homebrew-kreya Public

    Homebrew cask formulae for Kreya.app

    Ruby 1 1

  4. Extract pages from pdf using ghostsc... Extract pages from pdf using ghostscript
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # source: https://askubuntu.com/questions/221962/how-can-i-extract-a-page-range-a-part-of-a-pdf
    4
    gs -sDEVICE=pdfwrite  -dNOPAUSE -dBATCH -dFirstPage=2 -dLastPage=6 -sOutputFile=output.pdf input.pdf
  5. asdf-mockery asdf-mockery Public

    asdf plugin for mockery

    Shell