VirtualTam's bookmarks

  1. SYNCHRONIZE MODULE IS BAD! AND YOU SHOULD FEEL BAD!

    => Use rsync in a command / shell task with SSH configuration / identities

  2. Cross-platform shell wrapper

    Alternatives:

  3. 1$ gdb --args python script.py
    2[... GDB info ...]
    3(gdb) run
    4[... oooh crashes \o/ ...]
    5(gdb)
    
  4. 2017-02-14
  5. 1# List databases
    2PRAGMA database_list;
    3
    4# Describe table
    5PRAGMA table_info(<table_name>);