This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| .js-loading-overlay { | |
| position:absolute; | |
| top:0; bottom:0; | |
| left:0; right:0; | |
| z-index:199; | |
| background:#fff; | |
| opacity:0.5; |
| #!/usr/bin/env python | |
| # | |
| # Vkontatke OAuth 2.0 wrapper | |
| # Copyright 2011, Adil Khashtamov [[email protected]] | |
| # http://khashtamov.kz | |
| # | |
| # | |
| import logging |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer