Skip to main content

Posts

Showing posts from 2015

AdviceAdda Reviewed

So reader, who Advice you to get the best perfume in the market? Who Advice you to get that Wristwatch you are wearing right now? Who did you ask to buy this Laptop, PC or Mobile on which you are reading this? Been in a mental stress mode? Whom did you ask to get stress free? Who advices you for your Career path? It seems you have different people to get your doubts cleared, right? Too much doubts and too much Advisers, but which one to listen and go for? Which is reliable? They say, "Listen to all, but do what you want". It seems correct, but are you going to roam around and ask people to answer your doubts? And on which basis would you categorize those advices and choose the most reliable one? It's tough!! But, now we have a platform that gets you a much clear view and a straight forward solution to all your doubts, it's named as the AdviceAdda. A first of its kind, AdviceAdda is a network portal to get answers to any kind of question you hav

How Google uses Auto Correct

Google has been helping us in each and every way, but at the downside, it has also seeded a bad habit in us, i.e. Being lazy!! Google's auto correct feature has really made us forget how to spell words. Being so accurate and fast, that people now ignore to spell a word properly. If you use Google has your search engine for Web browsing you will observe that it has a powerful, fast feature of predicting the words that we are typing. How does Google manages to read our minds and get the correct word and that too within a 10th of a second? The answer to this lies in the Auto-Check Algorithm of Google. The alogrithm is simple but the key to it is "The huge Database" and frequent updation that Google has managed. Auto correction, simply means suggesting a word that's near to your input word in the Dictionary( the new word might the input word itself). Google's auto-correct algorithm uses technology that AT&T Bell Laboratories

How Whatsapp Earns

Whatsapp!!! Such a thing that it has added to the list of our day to day need. It's been a long time Whatsapp has been in the market and it's still FREE. So, ever thought how does Whatsapp earn money, it has no adds, nothing, but still earns a lot. The answer lies in the word "DATA". Yes, it's only our data that gets Whatsapp earning so much. You may have seen that Whatsapp says that you need to pay $0.99 after a year of free usage, but have you or anyone you know have paid it ? Nah, even I haven't paid it, so this is surely not the option of earning revenue for such a big company. The other way apps make money is the Ad way, but Whatsapp founder already stated that No adds, No games, No gimmicks. So Ad way isn't the way through which whatsapp earn. As said, it's our data that makes Whatsapp wealthy. Yes, you read it right, even after not paying a single Penny, we are helping Whatsapp to grow millions of it. This concept is called Big Data or Data man

FB page Secrets

So how to make a fb page and get it fan followed within days? There is been a fashion nowadays to make fb pages to spread your views, ideas, blogs or any other opinions. Also, there are fb pages for humours and how-to-do stuff also. But, what we are discussing today is how will you gather more audience for your fb page? The answer lies in core algorithm that fb uses to put your page in the news feed lineup. It's called 'The EdgeRank', a simple formula that fb uses to put up your page posts more often on news feed. It has 3 elements, Affinity, weight and time. Affinity :: It simply means on which level do people are interacting with your page's post. So, people giving more likes and comments are going to see more of your page stuff in their news feed. Thus, put some post that get people more attracted to commenting and sharing. Weight :: So, all of you think, the more likes to a post the more frequently it will appear on news feed , right? But, F

Pylove

For the PyLovers , here we bring more coding examples. Written and tested by us, today we have 5 of the codes from basic to moderate that would help you get more attract towards #Python. Here are some codes that we have been practicing. Hope you try them too!!! Don't just copy+paste, edit too and see what changes can be done :) 1. Stringers: In this code, we have created a function that will take any string as a input and perform various string operations using the inbuilt string function as follows: 1. length of string using len 2. First occurrence of a char in string using  .index 3. Counting the number of times the char as appeared using .count 4. Convert string to upper and lower case using .upper and .lower respectively 5. Checking if the string starts and ends with a particular letter using .startswith and .endswith  6. Splitting the string using .split and storing it in a list. THE CODE: def stringers():     s=input('Enter string')  

< Something new!! >

Observe the title of this post and copy the below next in notepad and save as --> Page.html in all files format And then open it in a browser :) That's the new thing we are going to learn. <!DOCTYPE html> <html> <head> <title> Let's Learn HTML Together </title> </head> <body> <h1> This is start to basic HTML Guide </h1> <p> HTML is the need for today's IT aspirants, get it done easily through PapSolutions :)  </p> </body> </html>

Do you know that?

Our Life is so busy that we often don't have time to look at smaller things that are actually quite questionable but interesting. We are here today to have a look at some of those things :) Here we go!!! Wi-fi Symbol Secret: We all use WiFi, actually it has become a Basic Need. But, have you ever imagine why does your Wi-fi symbols looks like that? No? We'll tell you. First of why is it called so? The word WiFi is used as a synonym to WLAN, the newtork configuration that it uses. WiFi was introduced by WiFi Alliance, the term WiFi was commercially used in August '99 it was coined by brand-consulting firm Interbrand Corporation. The Wi-Fi Alliance had hired Interbrand to determine a name that was "a little catchier than 'IEEE 802.11b Direct Sequence' Now, why is the symbol so? The answer is quite simple. When first WiFi was found, the technology used was based on Radar or Radio Waves that transmit from a single point to many. Thus, if we closely obse

Our guide to Home Automation

So, everyone's now interested in automating the things, even at home. Yeah that's right!!! No one wants to get up to switch on a TV from their sofa or get the lights off when you're lying down on bed. This is now becoming a basic need of a SMART home. So, how do we actually automate the things? Do we use any kind of new appliances? What goes on at the back end? What technology do they use? How much does it cost? And which one is the best to go for? So many questions ??? We have the answer, read ahead to clear all your doubts. 1. The Appliance part: Of course it's obvious that your old switches won't operate wireless, you need to change them up or create a network configuration that is suited with your old ones. 2. The Technology and back end part: This is the part to understand and note down. There are many many technologies that can go through home automation and get your home wireless, let's look at some of them in detail (the popular ones are e

Programs -- Python

Following are some codes that we have tried up on python. Do try yourself. Edit --> Run --> Enjoy 1. Dictionary -- Enter name get number :) 2. Area Calculator -- get areas of all geometric structures in one code 3. Quiz --  A quiz to try out for electronic geeks 4. Odd numbers -- Do check one line code for odd numbers :)

Python or C? What will raise your resume level .

Completed engineering? Placed in an IT company or trying for jobs??? So many questions, but one important one. Which language should one specify in the resume so has to get more attention of recruiters? Today's job market has only IT companies as the dominant recruiters. So, we'll always like to learn basics of any programming language and specify it in our resume. There are a number of languages available to study, but one has to be very careful while choosing one from them. Some of them are: 1. C 2. C++ 3. Java 4. Python 5. Pearl 6. Ruby ... etc.... All these names 4,5,6 Sounds exciting? Don't they ? :) Always one will go for "C", the creator language. But we'll prefer to go for the 4th one. The Python. C is the first language created but that doesn't means you need to study it first. Let's see what Python and C have when they are compared. 1. Ease --> Python syntax is very easy and any begineer can easily wrap up the basic pyth

Let's speak Tkinter

Python provides various options for developing graphical user interfaces (GUIs) And one of easiest is 'Tkinter'. Tkinter is the Python interface to the Tk GUI toolkit shipped with Python. Let's just have a look at below example: import tkinter top = tkinter.Tk() top.mainloop() Run this code in your Python IDLE and see what happens :) This is our next step towards the world of PyLove PYTHON GUI PROGRAMMING .... here we come ~~~~  :) :)

VLSI viva compilation

All the below stuff is a compiled post from google of all the viva questions asked on vlsi and avlsi , do take a look  I've actually made this for me :P ( Last minute Reading Stuff :) ;) ) 1. Why does the present VLSI circuits use MOSFETs instead of BJTs? Compared to BJTs, MOSFETs can be made very small as they occupy very small silicon area on IC chip and are relatively simple in terms of manufacturing. Moreover digital and memory ICs can be implemented with circuits that use only MOSFETs i.e. no resistors, diodes, etc. 2. What are the various regions of operation of MOSFET? How are those regions used? MOSFET has three regions of operation: the cut-off region, the triode region, and the saturation region. The cut-off region and the triode region are used to operate as switch. The saturation region is used to operate as amplifier. 3. What is threshold voltage? The value of voltage between Gate and Source i.e. V GS at which a sufficient number of mobile e