Skip to content

Instantly share code, notes, and snippets.

View schoener's full-sized avatar

Vladimir Schöner schoener

View GitHub Profile
@schoener
schoener / How to Install JDK MacOS Homebrew.md
Created April 24, 2022 18:39 — forked from gwpantazes/How to Install JDK MacOS Homebrew.md
How to install different JDK versions on MacOS with Homebrew

How To Install Different JDK Versions on MacOS with Homebrew

Keywords: Java, JDK (Java Development Kit), MacOS, Homebrew, Specific Version

This how-to guide covers how to install different versions of the JDK on MacOS with Homebrew.

Table of Contents

@schoener
schoener / curl.md
Created June 12, 2020 21:08 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.