Posts

Showing posts with the label Experience

Macbook Pro Updated

Image
Apple's new macbook pro with force touch is the no-compromise laptop. This laptop comes with retina display and features a 13-inch display. Apple has kept the look and feel of Macbook pro same as the Macbook Air but certain hardware upgrades has been done.Upgrading to Intel fifth generation core i-series processor has given the laptop a smaller performance increment compared to previous products but has improved battery life. Macbook pro also features a force touch trackpad.                                                                                                   DESIGN AND FEATURES Since 2013 the exterior design of macbook pro has not changed. This macbook being 18mm thick and 1.6 kg in weight occupies more space an...

Compare photoshop CC vs traditional CS

Important Selling Point Creative Cloud Traditional CS Licensing click here for more information Install & use all the top Adobe applications Yes No All future product upgrades included (like “ CC “) Yes No Early and exclusive access to new features Yes No Buy at higher price to own a static version No Yes Pay a lower monthly membership price Yes No Can buy just one tool if that’s all you need Yes Yes Run tools locally on desktop, not over web Yes Yes Can activate on up to two of your computers Yes Yes Can install on  both  Windows and Mac OS Yes No Can run on two machines simultaneously Yes No Use without a continual Internet connection Yes Yes Available in dozens of countries worldwide Yes Yes Includes multiple language use & switching Yes No Can run on same machine as older releases Yes Yes Can easily move it between two systems Yes Yes Includes library of exclusive training & tutorials Yes No Can try it out first with a free 30-day tri...

MH370 goes missing

Image
  MH370 went missing on 8th March,2014 with 239 people on board while flying from Kuala Lampur to Beijing.Malaysian authorities say that the last signal from the plane was received at around 1:07 am via the Aircraft Communications Addressing and Reporting System (ACARS), an automated system that relays performance data about each flight (including turbulence, fuel usage and any maintenance concerns) to the airline.After some time (around 40 minutes) the plane's transponder stopped transmitting and the ground control center lost contact with the plane.The plane was last traced at northern part of the Strait of Malacca and the last signal received was "All right,Good night" which was spoken by the co-pilot, Fariq Abdul Hamid.    Since then many countries have joined hands with malaysia in their search operation for the plane.But no traces of the plane have been found so far.Many theories have risen to explain how the plane went missing.The missing MH370 included pa...

Infix to Postfix conversion

//A C++ program to convert an infix expression to postfix expression by Abhi Agarwal  #include<iostream.h> #include<conio.h> #include<string.h> #include<process.h> char  infix[50];  //It will store the infix expression the user enters char stack[100]; //For storing intermediate results char exp[50];    //It will store the postfix expression. int top_stack,top_exp; //top_stack holds the index of the top of the stack[] and  //top_exp holds the index of the top of exp[]. void accept() {     int i;     cout<<"Expression can contain +,-,/,%,*,()";     cout<<"Enter the infix expression...";     cin>>infix;     i=strlen(infix);     *(infix+i)='#';     cout<<infix; } int precedence(char s)//function to find the precedence of operators {      switch(s)   ...

Introvert-so what??

Image
    Why do we become so judgemental when it comes to people who are introverts?????Why are such the ones who have to be disregarded constantly??? Afterall,being introverts is a normal personality preference and not a disability or a disease. However,such people are a minority hence others do not recognize this trait;it becomes difficult for them to keep up with the world dominated by the so called ‘extroverts’.The significant thing which one needs to understand is that they choose to be on their own as they want their own space.. Introverts don’t particularly   lead an unhappy life.Especially the college life which is expected to   be the most fun filled years of a person’s life,burdens them with the psychological load of peer pressure..Introverts   seem to be lonely,but deep down they live in their own woven world.They may be homesick,missing their familiar friends,family and places.In this case ,some new friends and for sure some new experi...