myegadgets.blogspot.com
Valuable E-Gadgets: April 2011
http://myegadgets.blogspot.com/2011_04_01_archive.html
Amazon Contextual Product Ads. Saturday, 2 April 2011. Is a direct plug-in replacement for the Italian CNG switch .It is designed for Cars with Electronic Fuel Injection. It comes with a one-year replacement warranty and provide the user with the following advantages that are not currently provided by any switch in the market. Two Digit numerical display that shows the CNG Gas pressure in the Tank. The display shows a Maximum level of 99. Normal value on Tank full is less then 80. Press the switch once&#...
sharafjaffri.blogspot.com
Cutting Edge: May 2012
http://sharafjaffri.blogspot.com/2012_05_01_archive.html
Tuesday, 1 May 2012. Reset Password for CMS Made Simple. How to Reset Admin Password for CMSMS? Since Last few hour I was trying to recover admin password for one of my client admin panel user password and searched a lot on net but found no luck, Since I was having Db access So good idea from one post to change md5 encrypted password from table. Cms users and I used md5 creator at http:/ md5encryption.com/. This- password = md5(get site preference('sitemask',' ).$password);. Where[] = 'password =? How to...
sharafjaffri.blogspot.com
Cutting Edge: March 2014
http://sharafjaffri.blogspot.com/2014_03_01_archive.html
Monday, 3 March 2014. Running your First Example On hadoop using python. Even though the Hadoop framework is written in Java, but we can use other languages like python and C , to write MapReduce for Hadoop. However, Hadoop’s documentation suggest that your must translate your code to java jar file using jython. which is not very convenient and can even be problematic if you depend on Python features not provided by Jython. From input and print output to STDOUT. For line in sys.stdin:. For word in words:.
pylint.blogspot.com
Learn pylint: Use of "l" as long integer identifier :: Pylint :: W0332
http://pylint.blogspot.com/2014/09/use-of-l-as-long-integer-identifier.html
Tuesday, 2 September 2014. Use of "l" as long integer identifier : Pylint : W0332. Lowercase-l-suffix, Use of "l" as long integer identifier. Raised by pylint, Use of “l” as long integer identifier Used when a lower case “l” is used to mark a long integer. You should use a upper case “L” since the letter “l” looks too much like the digit “1”. Def divide(a, b):. Function to take two arguments to divide first by second. This could be resolved using Capital "L" to represent long Integer. Def divide(a, b):.
sharafjaffri.blogspot.com
Cutting Edge: Installing Hadoop Single Node - 2.6
http://sharafjaffri.blogspot.com/2015/04/installing-hadoop-single-node-26.html
Tuesday, 21 April 2015. Installing Hadoop Single Node - 2.6. Now we will check how to install stable version of Apache Hadoop on a Server running Linux Ubuntu 14 x64 but should work on all Debian based systems. To start we need to acquire hadoop package and get java installed, to install java, if not already installed follow my install java. Post to check which versions of java are supported with hadoop check Hadoop Java Versions. The project includes these modules:. Apache Hadoop2.6 Installation. We nee...
mypakadventures.blogspot.com
INCREDIBLE ADVENTURES: March 2011
http://mypakadventures.blogspot.com/2011_03_01_archive.html
Monday, 28 March 2011. Trip To Rani Kot Wall. The Great Wall of Sindh also known as Deware Sindh in sindhi language is the world's largest fort with a circumference of about 26 km or 16 miles. Since 1993, it has been on the list of tentative UNESCO World Heritage Sites. It is reputed to be the largest unexplored fort in the world. The purpose of its construction and the reason for the choice of its location are still unknown. Our Trip was exciting as we saw its documentary on GEO tv and we Friends decide...
pylint.blogspot.com
Learn pylint: September 2014
http://pylint.blogspot.com/2014_09_01_archive.html
Tuesday, 2 September 2014. Use of "l" as long integer identifier : Pylint : W0332. Lowercase-l-suffix, Use of "l" as long integer identifier. Raised by pylint, Use of “l” as long integer identifier Used when a lower case “l” is used to mark a long integer. You should use a upper case “L” since the letter “l” looks too much like the digit “1”. Def divide(a, b):. Function to take two arguments to divide first by second. This could be resolved using Capital "L" to represent long Integer. Def divide(a, b):.
usegmap.blogspot.com
Learn Google Maps
http://usegmap.blogspot.com/2011/03/adding-google-map-to-blogger-you-need.html
Friday, 25 March 2011. Adding a google map to blogger. Before you start you are required to get Google Maps API key freely available at http:/ maps.google.com/apis/maps/signup.html. And enter the url of your blog to get the key. eg for My blog http:/ usegmap.blogspot.com/. Script src="http:/ maps.google.com/maps? And replace xxxx with the key you received. Now its your turn to decide where on you blog to place map.insert the code:. Div id="map" style="width: 100%; height: 300px" /div. Big Data and Retail...
sharafjaffri.blogspot.com
Cutting Edge: March 2011
http://sharafjaffri.blogspot.com/2011_03_01_archive.html
Monday, 28 March 2011. Trip To Rani Kot Wall. The Great Wall of Sindh also known as Deware Sindh in sindhi language is the world's largest fort with a circumference of about 26 km or 16 miles. Since 1993, it has been on the list of tentative UNESCO World Heritage Sites. It is reputed to be the largest unexplored fort in the world. The purpose of its construction and the reason for the choice of its location are still unknown. Our Trip was exciting as we saw its documentary on GEO tv and we Friends decide...
usegmap.blogspot.com
Learn Google Maps: March 2011
http://usegmap.blogspot.com/2011_03_01_archive.html
Saturday, 26 March 2011. If you've got a page that contains significant information other than the map, then you won't want to deny access to people using browsers that are not compatible with the Google maps API or which have Javascript turned off. They might be interested to read the text in the rest of the page. What you can do is to remove the noscript section, and the alert that you'd normally throw for a non-compatible browser. Instead, initially create the map div with zero size, like this. If you...