This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){prompt("short url", window.location.href.replace(/^(.*:\/\/[^\/]+).*\/(dp|gp\/product)\/([^\/]+).*/, "$1/dp/$3"))})() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import logging | |
class Timer: | |
""" | |
A Timer helper | |
This object can be used as an object, context or decorator. | |
Messages can be collected via logging by using the report() method. |
OlderNewer