MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Stockrt.github.io most likely does not offer any malicious content.
Secure connection support
HTTPS
Stockrt.github.io provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Stockrt.github.io most likely does not offer any adult content.
Popular pages
-
Emulating a Browser in Python with mechanize
Codes and random stuff I am up to share with you
-
handling html forms with python mechanize and BeautifulSoup
handling html forms with python mechanize and BeautifulSoup 14 Sep 2009 In the post about emulating a browser in python with mechanize I have showed you how to make some basic tricks in the we...
-
git branch in your shell prompt
git branch in your shell prompt 31 Aug 2009 Every time (every few minutes?) I was looking at my git versioned projects (all my projects?) I encounter myself in doubt: Am I at the branch I thin...
-
sed quick tips
sed quick tips 28 Aug 2009 The basic one, substitution sed -i 's/old text/new text/g' file.txt Deleting all lines containing an specific text sed -i -e '/this line will disapear/d' file.txt De...
-
Finding the next prime number from a given number
Finding the next prime number from a given number 29 Aug 2009 Finding the next prime number online is useful if you do not have time to calculate it but need a good seed for your hash. export ...
-
Browser cache invalidation with Javascript and querystring
Browser cache invalidation with Javascript and querystring 30 Aug 2009 Some time ago I started my blog here at github and noticed that new posts didn’t come live right way I published them. Qu...