Skip to content

Instantly share code, notes, and snippets.

View ahmadsherif's full-sized avatar

Ahmad Sherif ahmadsherif

View GitHub Profile
@IgnoredAmbience
IgnoredAmbience / 99-noto-mono-color-emoji.conf
Last active May 8, 2024 06:50
Noto Emoji Color fontconfig for Konsole
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!--
Noto Mono + Color Emoji Font Configuration.
Currently the only Terminal Emulator I'm aware that supports colour fonts is Konsole.
Usage:
0. Ensure that the Noto fonts are installed on your machine.
1. Install this file to ~/.config/fontconfig/conf.d/99-noto-mono-color-emoji.conf
@skyscribe
skyscribe / .gdbinit
Created October 30, 2012 03:04
GDB init file to print STL containers and data members
#
# STL GDB evaluators/views/utilities - 1.03
#
# The new GDB commands:
# are entirely non instrumental
# do not depend on any "inline"(s) - e.g. size(), [], etc
# are extremely tolerant to debugger settings
#
# This file should be "included" in .gdbinit as following:
# source stl-views.gdb or just paste it into your .gdbinit file
["_ruby_re_search", "0x10007f930"]
["_ruby_re_set_casetable", "0x100073a00"]
["_ruby_release_date", "0x1000a42e1"]
["_ruby_run", "0x100031570"]
["_ruby_safe_level", "0x1000d35c0"]
["_ruby_sandbox_restore", "0x1000f1110"]
["_ruby_sandbox_save", "0x1000f1108"]
["_ruby_scan_hex", "0x1000943e0"]
["_ruby_scan_oct", "0x1000928e0"]
["_ruby_scope", "0x1000f1130"]