Sunday, September 20, 2015

BUG: Tiny URL crashes google Chrome browser

With this tiny URL http://a/%%30%30 you can crash Google Chrome.
Tested above link in Chrome latest version 45.
Interested why and how this happens, read more...
Tweeted

Saturday, September 19, 2015

iOS9 vs iOS8.4 on iPhone 4s, 5, 5s and 6

hope all are aware of iOS 9 got release on sep 16th 2015. Here is a 8.59 minute video comparison between iOS 8.4 and 9 on iPhone 4s, 5, 5s and 6. Enjoy and share the post

16 minute video on new features of iOS 9

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...