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. Snap.svg 2015-07-13

    Javascript library to handle SVG images

  4. A collection of misc. resources: FLOSS, ecology, architecture...