Dynamic Sorting Utility
Hi Friends !!! Recently I came across a requirement where in I was supposed to sort a Custom Class based on multiple parameters. Problem Statement… Read More »Dynamic Sorting Utility
Hi Friends !!! Recently I came across a requirement where in I was supposed to sort a Custom Class based on multiple parameters. Problem Statement… Read More »Dynamic Sorting Utility
Error: Traceback (most recent call last): File “index_data.py”, line 47, in main(sys.argv[1:]) File “index_data.py”, line 41, in main s.add(items, commit=True) File “/usr/lib/python2.6/site-packages/pysolr.py”, line 779, in… Read More »Python error while indexing data in Solr – PySolr Error – 2
Error: Traceback (most recent call last): File “index_data.py”, line 47, in main(sys.argv[1:]) File “index_data.py”, line 41, in main s.add(items, commit=True) File “/usr/lib/python2.6/site-packages/pysolr.py”, line 779, in… Read More »Python error while indexing data in Solr – PySolr Error – 1
Quickly scribbled a function to get a plain csv out of mongo db json object. Use the script as you would call any shell script.… Read More »How to convert mongo db json object to csv file
Cross Platform Encryption Decryption Encryption and Decryption have been very important modules for any enterprise application. Whether is a file on our system or the… Read More »Cross platform encryption decryption using Java/C#
Lot of time you need to connect to people personally but you do not actually know their emailid. GitHub is a social coding platform where… Read More »Get email id of user using GitHub userid
This is a crisp post on playing with the Open Source Speech Recognition Toolkit – PocketSphinx by Carnegie Mellon University. We need to install the… Read More »Speech Recognition in Python with CMU PocketSphinx (Ubuntu Box)
Came across the error while experimenting with pocketsphinx – CMU Speech Recognition Kit. Modules already installed by package manager: python-pocketsphinx pocketsphinx-hmm-wsj1 pocketsphinx-lm-wsj Python shell is… Read More »Python module ImportError: No module named pocketsphinx
Came across this awesome video. Couldn’t help but share this. Bret Victor – Inventing on Principle
Just switch to the root of the git source that you want to push on to github and hit the below command: git push –mirror… Read More »Quick post: pushing your git source to github
Many time when accessing your git branch from console becomes difficult. Here is a crisp post to show the git branch name on your console.… Read More »How to show git branch name on console path
Git is a version control system which is used by most open source and collaborative programming projects. Below is a list of few very often… Read More »Useful git commnads