VirtualTam's bookmarks

  1. Implementation for OOP generic objects, starting with 3.5 : )

    See https://docs.python.org/3.5/library/typing.html

  2. 1for i in $(find /usr/lib -type f -name '*.so.*'); do
    2      nm -D $i | grep MY_SYMBOL;
    3      [[ $? -eq 0 ]] && echo $i;
    4done
    

    adapted from http://narkive.com/a1rT9Efg.8

  3. Make continuous deployment safe by comparing before and after webpage screenshots for each release.

  4. 2015-09-13
  5. A fancy GitHub client for command line.

    via http://ionicabizau.net/blog/15

  6. A GitHub-like contributions calendar, but locally, with all your git commits

  7. An assortment of development-related links, resources and scripts