Why Open Source

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

Keep Watching this Space

This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Keep Watching this Space

This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Blog for open Source lovers

We live in a World of Technology and that tecnoglogy is for All to explore and understand. Period. !!

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...

Monday, November 28, 2016

Print All Prime Numbers between 1-500 Using Java

Prime numbers are those numbers which do not have any factor except themselves. So any number which can't be divided by any other number except itself is a Prime Number. So, how do we identify Prime Numbers ? There are many ways to do so but as usual we'll go with the simplest and the easiest one. We are going to print all the prime numbers between 1 to 500. So how do we do it. Below is the code. This is how it works.  We just need to...

Tuesday, November 22, 2016

How to find Even and Odd Number using Java

Although identifying a number as even or odd it's one of the easiest thing to do. However, just for the sake of knowledge and it's implementation with Java is our prime goal here and hence this post. The logic is simple. Any number which when divided by two leaves no remainder is considered as even and the number which leaves a remainder is odd. This is how we implement it using Java. This Program is self explanatory and implemented in most...

Monday, November 7, 2016

How to Design Pyramid using Java

As as Beginner in Java Programming field, one try to be creative in playing with for Loops or If Else or While type of conditional statements. And this is where pattern printing programs comes handy. They help us in understanding loops and other java conditional statements in a better way. So more creative you are, more will be your programming skills and there is a good chance to quickly master them. Think of all the wild patterns you want to see...

Wednesday, July 15, 2015

Learn Basic Linux Quiz : Part 1

Linux Basic learner quiz covers questions which focuses on improving basic knowledge in open source areas. These are useful for both new and experienced Linux learners. This blog is first in the series and more questions will be shared. you can subscribe to the blog if you want questions directly on mail. Each Question has only one correct answer and explanations are provided along with that. If you see any issues in the questions, please drop a mail to planetopensrc@gmail.com or leave a comment below. Enjoy the Quiz and do leave your feedback. Basic...

Tuesday, July 14, 2015

Why Open Source

Most of us have heard about the word "Open Source" but not everyone understands it completely. Let’s start with this. You brought yourself a pair of Shoes worth 500 Dollars from a shop. Felt great? You must be after all you got the coolest stuff in the town. Now you wore it on your girlfriend birthday or on some party who loves your sporty look and appreciate the brand you are wearing. Then what happened is you got stumble upon something and the front sole has come out. Now what to do. It’s simple. Hardly spend 15 to 20 Dollars and get it repaired...