VirtualTam's bookmarks

  1. 2017-05-03
  2. 1$ gdb --args python script.py
    2[... GDB info ...]
    3(gdb) run
    4[... oooh crashes \o/ ...]
    5(gdb)
    
  3. Code / minted / listings

    Minted formatting

    Columns

    Icons / images

    Overlay / Pause / step-by-step

    Titles

    URL

  4. M-x package-list-packages U x

  5. $ mvn help:all-profiles $ mvn help:active-profiles $ mvn help:active-profiles -P profile1 -P profile2

  6. 1# List databases
    2PRAGMA database_list;
    3
    4# Describe table
    5PRAGMA table_info(<table_name>);
    
  7. QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv.

    via https://github.com/minimaxir/big-list-of-naughty-strings via https://www.sempf.net/post/On-Testing1.aspx

  8. 2016-08-13