Turn your browser into Notepad.

download

Notepad is a simple text editor for Microsoft Windows and a basic text-editing program which enables computer users to create documents.We all need notepad to note down the things which we wanna use later but somethings while surfing net you found something you don’t need to save you just want to note it down . So here is the trick to turn your browser into notepad with simple one line code.

here is the code:-

data:text/html, <html contenteditable>

Just copy the code and paste it in browser’s URL bar and you are done!!!

1

1

1

1

 

 

Mobile Tricks

Z(1)

A mobile phone that performs many of the functions of a computer, typically having a touchscreen interface, Internet access, and an operating system capable of running downloaded apps is known as smartphones. The world is going crazy about smartphones and in present scenario approx. 2.32 billion people use it. There are many such things about smartphones that most population doesn’t have the knowledge. Here you will find such tricks of smartphones that will helpful and will reduce your effort.

1.Extend  battery life with low power mode.

If your phone is running on iOS9, go to Settings > Battery > Low Power Mode.  By going into Low Power Mode, non-essential tasks are disabled, giving you up to FOUR more hours of battery life.

power

2.Back-up your data.

Sync and store all your important photos, media, contacts, and even text messages. Even in case you delete a photo or you reset your phone you can still recover all your important data.

backup

3.Aeroplane mode for speed charging.

Everyone wants their phone to charge quickly ,by putting it in aeroplane mode your mobile phone will charge quickly as it will use less battery life.

aero

4.Click pictures with volume button.

You can take photos using the volume buttons whilst in the camera phone.

 

5.Taking Screenshots

Sometimes we want to save the screen as it appears taking screen in smartphones is very easy though you  can do it using various apps available on playstore but it can be done easily you just need to press two buttons same time i.e. power and volume down .

save

7.Download web images.

If you’ve seen one of those funny photographs on the internet, long-pressing on it lets you download it to your phone – and it’ll pop up in your Gallery for easy sharing.

 

8.Multiple Gmail accounts.

Android  added support for multiple Gmail accounts. Add a new internet identity to your phone by opening the Gmail app, then pressing Menu > Accounts > Add Accounts.

gmail

 

9.Custom caller tone.

If you like talking to people, the same screen lets you allocate a specific custom ringtone to each caller stored in your Contacts directory.

10.Here are top 10  android codes that you can use.

download

  1. To display IMEI Number *#06#
  2. To display RAM Memory version *#*#3264#*#*
  3. To display FTA SW version *#*#1111#*#*
  4. To display FTA HW version *#*#2222#*#*
  5. To display Touchscreen version *#*#2663#*#*
  6. To test Bluetooth *#*#232331#*#*
  7. To test secret GPS *#*#1472365#*#*
  8. To launch Service Mode *#*#197328640#*#*
  9. To Restore Factory Settings #*#7780#*#*
  10. To Format phone *2767*3855#

 

11.Enable Developer Mode.

 Navigate to Settings > About phone and tap on your phone’s build number seven times.A message will pop up saying “Congratulations, you are now a developer”.

develper

12.Hidden Game.

You can play games on your mobile by downloading but there is a hidden game that you can enjoy just go Settings > About phone and tap the device’s version number several times.Enjoy the game.

game

 

13.Plug mouse and keyboard to your phone.

You can plug mouse and keyboard to your device and use it like PC.

 

Like Share :))

 

 

 

Making money from your phone – Lockscreen Ads

What to do so we won’t do anything, but we will earn some money?

I’m going to write for you about the ways of making money from your phone and today I’m going to write about lockscreen ads.
You won’t make a full time income from it, but you’ll, for sure, make some passive income. They’re free to download so why not, right?

With both of these ways below, you can withdraw your money through PayPal or if you want, you can get a gift card to Amazon, Starbucks, Ebay, etc.

1. Slidejoy

This app puts adds on your lockscreen and all you have to do is just swipe to the left before you use your phone (if you have some code on your phone, the code will go next, nothing changes). No clicking on the add, no nothing and it also doesn’t matter how much you use your phone. Just as simple as it sounds and it pays you (by giving you points) just for having adds on your lockscreen on your phone. It takes for me half a second to get rid of it to use my phone normally.
Believe me, it’s very easy to download (it here) and to use it. You can also do surveys to get some extra money, which you can cash out through Slidejoy.

2. Fronto
It is an alternative to Slidejoy which works basically the same.  You can also do surveys on this app, just like on Slidejoy.
Slidejoy has better reviews, but for me they’re both great and I have them both on my phone, why not, when you can get some extra coffee or green tea latte for free a month or collect all this money and save it for a purchase on Amazon whenever you’re ready :).
Unfortunately both of these apps work only on Android, sorry Iphone owners.

NOTE:-This post was originally posted on https://simpleula.com

Thank you.

All Type of Calculators.(online)

Really an amazing site for all who are having problem in any sort of calculation . All you need is 
 

http://www.calculatord.com/

In this site variety of online calculators are available .

Thank you.

Torrent Link Taken Down.

The much-awaited Disney movie Pirates Of The Caribbean 5 Dead Men Tell No Tales was compromised by a hacker group called TheDarkOverlord.
According to Softpedia, the pirated torrent links have been taken down after it appeared on the internet. But it’s quite possible that the leaked movie might resurface again as some people might have downloaded it by now or the hacker group itself re-uploads it.

Hidden games in Google.

Feeling bored try this games on Google that are hidden .

1. T-Rex Run.

When you see there is no internet connection or unable to connect to the internet you can play this game called T-Rex Run.

2. Pac-man 

The custom Pac-Man game appeared as a Google “doodle” on May 21, 2010. You can play it just Google pac-man

3. Breakout

To access this classic, type “Atari Breakout” into Google’s Image Search.

4. Zerg Rush

Search “Zerg Rush” in Google and prepare yourself .

5. Snake

To play, punch in “Google Snake Game,” and click on the top result.

Happy Gaming 🎮

Thank you.

Like Share Subscribe

Standard library header files in C++

Hello everyone we have seen Hello world program in C++

headerfiles

The first line of the program Hello World we can see its written #include.What is actually, well writing C/C++ program we need to write this.This is header file in C++.

In the C++ programming language, the C++ Standard Library is a collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself. The C++ Standard Library provides several generic containers, functions to utilize and manipulate these containers, function objects, generic strings and streams (including interactive and file I/O), support for some language features, and functions for everyday tasks such as finding the square root of a number. The C++ Standard Library also incorporates 18 headers of the ISO C90 C standard library ending with “.h”, but their use is deprecated. No other headers in the C++ Standard Library end in “.h”. Features of the C++ Standard Library are declared within the std namespace.

The C++ Standard Library is based upon conventions introduced by the Standard Template Library (STL), and has been influenced by research in generic programming and developers of the STL such as Alexander Stepanov and Meng Lee. Although the C++ Standard Library and the STL share many features, neither is a strict superset of the other.

A noteworthy feature of the C++ Standard Library is that it not only specifies the syntax and semantics of generic algorithms, but also places requirements on their performance.These performance requirements often correspond to a well-known algorithm, which is expected but not required to be used. In most cases this requires linear time O(n) or linearithmic time O(n log n), but in some cases higher bounds are allowed, such as quasilinear time O(n log2 n) for stable sort (to allow in-place merge sort). Previously sorting was only required to take O(n log n) on average, allowing the use of quicksort, which is fast in practice but has poor worst-case performance, but introsort was introduced to allow both fast average performance and optimal worst-case complexity, and as of C++11, sorting is guaranteed to be at worst linearithmic. In other cases requirements remain laxer, such as selection, which is only required to be linear on average (as in quickselect), not requiring worst-case linear as in introselect.

The C++ Standard Library underwent ISO standardization as part of the C++ ISO Standardization effort, and is undergoing further work regarding standardization of expanded functionality.

Download Standard C++ Library Reference from EBOOKS

Namepaces in C++

You all have seen in previous post (Helloworld program) we have used something called as namespace . What it is actually? What its use?

Namespaces provide a method for preventing name conflicts in large projects.

Symbols declared inside a namespace block are placed in a named scope that prevents them from being mistaken for identically-named symbols in other scopes.

Multiple namespace blocks with the same name are allowed. All declarations within those blocks are declared in the named scope.

 using namepace std;

It includes all C++ standard Libraries.

EXAMPLE:-

 

Hello World!!

Let’s make a Hello World Program in C++.

Open a Text Editor.(Sublime Text)

AND JUST FOLLOW THE STEPS:-

OPEN SUBLIME-

Code:-
#include<iostream>
using namespace std;
int main(){
cout<<“Hello World!!!”;
return 0;
}

COMPLING IN SUBLIME:-
Goto tools>build with>C++ single file run


Yup!!
You are Done

Let’s Start

For learning coding you need a system(desktop/laptop) with a good internet connection.Well internet is required because their are lot of websites with tutorials available which will help you.First thing you need is mindset yup!!! mindset it is important for anything you want to learn and remember one thing especially in this case “GIVING UP IS NOT AN OPTION” just try try and try thats how you learn.

For C++ programming all you need is a text editor(I use Sublime Text editor) and you are done.Well I recommend you all to use Sublime Text Editor.

download Sublime text editor-https://www.sublimetext.com/3

INSTALLING SUBLIME:-

ALMOST DONE!!!!