Skip to content

Instantly share code, notes, and snippets.

View dennisoehme's full-sized avatar
Happy coding!

Dennis Oehme dennisoehme

Happy coding!
View GitHub Profile
@dennisoehme
dennisoehme / download_fusion.sh
Created August 5, 2025 17:55 — forked from jetfir3/download_fusion.sh
Download VMware Fusion Pro Without a Broadcom Account
#!/usr/bin/env bash
# Download VMware Fusion for macOS without a Broadcom account.
#
# This script allows you to download various versions of VMware Fusion
# from Broadcom's Cloudflare CDN (versions 8.0.0 to 13.6.3)
# or from the archive.org VMware Workstation archive (versions 8.x.x+).
#
# Options:
# -k: Keep the downloaded file compressed (Cloudflare only; ignored for archive.org).
@dennisoehme
dennisoehme / 0_reuse_code.js
Created August 19, 2014 12:40
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console