Category Archives: Uncategorized

java-jdk in pyspark project

A pyspark project that is running locally requires JAVA_HOME environment variable setup. If you’re using conda or anaconda-project to manage packages, then you do not need to install the bloated Oracle Java JDK but just add the java-jdk package from bioconda (linux) or cyclus (linux and win) channel and point JAVA_HOME property to the bin […]

0  

Change comma separator in Excel to handle Lakhs instead of Millions formatting convention

Use the below custom formatter [>=10000000]##\,##\,##\,##0;[>=100000] ##\,##\,##0;##,##0

0  

Installing Sun JDK 1.6 on Ubuntu

This is an excellent article which tells you how to install Sun JDK 1.6 on Ubuntu 12.10 and above. http://www.liberiangeek.net/2012/11/install-oracle-java-jrejdk-6-in-ubuntu-12-10-quantal-quetzal/

0  

Python trademark at risk in EU!!

It seems another firm in EU is trying to aquire trademark to ‘python’ keyword which could prove to be disastrous to the developer community in general. More information – http://pyfound.blogspot.ca/2013/02/python-trademark-at-risk-in-europe-we.html

0  

Error 1 error LNK1104: cannot open file

I had a similar issue few years back The same solution helped me in this case as well. You simply have to turn on ‘Application Experience’ feature under services.msc to get rid of the error!

0