Skip to content

Instantly share code, notes, and snippets.

View Rafaesp's full-sized avatar

Rafa Espillaque Rafaesp

  • London, UK
View GitHub Profile
@akerbos
akerbos / shortcuts.py
Last active April 26, 2018 08:18
Ubuntu keyboard shortcuts you want to disable for JetBrains IDEs
# cf. http://askubuntu.com/a/863486/69674
# Places to look for shortcuts in dconf-editor:
# - org.compiz.integrated
# - org.freedesktop.ibus.general.hotkey (?)
# - org.gnome.settings-daemon.plugins.media-keys
# - org.gnome.desktop.wm.keybindings
# - org.gnome.metacity.keybindings
shortcuts = {
# CTRL + ALT + Backspace
@szegedi
szegedi / memoryPoolsHotSpot
Created December 13, 2011 23:03
names of MemoryManagerMXBean and MemoryPoolMXBean instances in HotSpot JVM
Table of names of MemoryManagerMXBean and MemoryPoolMXBean instances under
different GC algorithms in Oracle HotSpot VM. Memory managers list the pools
they manage in square brackets; memory pools show their maximum sizes for -Xmx200M setting.
$ java -version
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
SerialGC: