Why Open Source

Open Source is not a concept, it's thought process.

Tuesday, August 1, 2017

How to add Prefix to Every Field with Notepad ++

If your System doesn't support heavy applications or editors which are required for data editing or development purposes then the next best thing after notepad is notepad ++. It contains pretty cool features and one of them is adding/appending similar data to front of string in every row.  This is best show via example. So let's say you have a file with numbers and you want to separate numbers with inverted commas like ' ' or let's say by...

Monday, February 20, 2017

Beginning Android Development - Must Not Undeclare Prefix

Usually when we start with some development activities, especially for new developers, there are many common errors which we face. They are usually not big issues but they become roadblock for new developers and hence de-motivates them to start development.  However, if we see the brighter side, they help us in learning system better and troubleshooting them helps us in understanding tool quickly. One of the most common error users face...