Reading Time: 1 minutesEnabling download resumption in Google Chrome Enabling download resumption in Google Chrome It's fairly common to get 'Network Error' or 'Network Failure' while downloading a large file in Google Chrome. […]
Month: December 2015
Python: Making a particular version of IDLE as default on clicking 'Edit with IDLE'
Reading Time: 1 minutesMaking a particular version of IDLE as default on clicking 'Edit with IDLE' Making a particular version of IDLE as default on clicking 'Edit with IDLE' If you have two […]
PyPro #3 Python Arithmetic
Reading Time: 1 minutesPython Arithmetic Python Arithmetic The following program demonstrates the arithmetic in Python. Try it online here. See also: Python 101 Object Oriented Python Design Patterns in Python 50+ Handy Standard […]
Vocabulary: Lexicon
Reading Time: 1 minutesLexicon | Vocabulary Lexicon | Vocabulary Hello. Welcome to Lexicon. I created this script when I was learning Perl, as taught by Mr John W Purcell. It brings word of […]
WordPress: Displaying posts of a particular category on a custom page
Reading Time: 2 minutesDisplaying posts of a particular category on a custom page in WordPress Displaying posts of a particular category on a custom page in WordPress Today, I wanted to render all […]
PyPro #2 Sum of first n integers
Reading Time: 1 minutesSum of first n integers in Python Sum of first n integers in Python Given the value of an integer n, how to calculate the sum of first n integers […]
PyPro #1 Area of a room
Reading Time: 1 minutesArea of a room in Python Area of a room in Python Given two dimensions of a room, how to carry out the simple task of calculating the area using […]