Skip to content

Instantly share code, notes, and snippets.

@hexiay
hexiay / byte-sizetuts.md
Created November 25, 2016 04:36 — forked from honkskillet/byte-sizetuts.md
A series of golang tutorials with youtube videos.
@hexiay
hexiay / .gdbinit
Created September 2, 2019 12:54 — forked from binshengliu/.gdbinit
.gdbinit to print stl containers. see http://www.yolinux.com/TUTORIALS/GDB-Commands.html
#
# 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
{"lastUpload":"2019-11-04T02:33:52.739Z","extensionVersion":"v3.4.3"}