Skip to content

Instantly share code, notes, and snippets.

View jonarddoci's full-sized avatar
💢
thinking...

jonarddoci

💢
thinking...
View GitHub Profile
@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@dgroup
dgroup / eclipse-mat-for-osx.md
Last active October 9, 2024 16:32
Steps to configure the MAT on macOS (osx)
@bugs84
bugs84 / gist:514cd38ccd480305de1a
Created September 3, 2014 14:54
OQL how to write bytes in heapdump into file in VisualVM
//To get Id of object
//In VisualVM right click on instance of byte[] and select 'Copy ID'
var bytes = heap.findObject(0xe21b95d8);
var filePath = "c:/tmp/result.txt"
var fos = new java.io.FileOutputStream(filePath);
var len = bytes.length
for (var i=0; i<len; i++) {
fos.write(bytes[i]);
}
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active March 16, 2025 04:16
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k