Implementation for OOP generic objects, starting with 3.5 : )
VirtualTam's bookmarks
-
2015-12-10 -
-
2015-11-29 -
Up-to-date fork of the DJango Book, with additional content \o/
-
2015-11-23 -
2015-11-16 -
2015-10-30 -
2015-10-06 -
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
-
2015-09-23 Python implementation of JSON Pointer - RFC 6901
See:
-
2015-09-17 Make continuous deployment safe by comparing before and after webpage screenshots for each release.
-
2015-09-13 -
2015-09-09 A fancy GitHub client for command line.
-
2015-09-09 A GitHub-like contributions calendar, but locally, with all your git commits
-
2015-08-24 An assortment of development-related links, resources and scripts
-
2015-08-18