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. A GitHub-like contributions calendar, but locally, with all your git commits