Skip to content

Instantly share code, notes, and snippets.

@mdeous
mdeous / multipass.zsh
Last active July 28, 2021 17:12
multipass.zsh - A wrapper for people using multiple pass (password-store) stores
#
# multipass.zsh
#
# A wrapper to pass (password-store) for managing multiple
# store paths with a single command while still benefiting
# from Zsh's completion features.
#
# Usage: add the following lines to your .zshrc:
# source /path/to/multipass.zsh
# PASSWORD_STORES[pass1]=/path/to/pass1-store
@aphexmunky
aphexmunky / MigrationCode.md
Last active January 21, 2020 11:28
Jersey Migration 1 -> 2

Jersey Migration Guide From 1 -> 2

Taken from this link

25.8.2.1. Making a simple client request

Jersey 1.x way:

Client client = Client.create();
WebResource webResource = client.resource(restURL).path("myresource/{param}");
@zenorocha
zenorocha / README.md
Last active April 6, 2024 16:59
A template for Github READMEs (Markdown) + Sublime Snippet

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage