Check out AutoDraw ! A new drawing tool → https://www.autodraw.com
Posts
- Get link
- X
- Other Apps
Top 5 most Dangerous notepad Tricks SOME DANGEROUS AND DEADLY TRICKS DO NOT TRY THESE FOR FUN!! 1. How to create more than 3,000 folders under a minute 1) Open your notepad and type the following code. @echo off :top md %random% 2) Save it as 1000.bat @echo off makes your screen appear blank but it is actually making hundreds of folders. md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos) goto top – return the command to :top, causes an infinite loop. NOTE: The folders will get created in the directory where you saved the ”1000.bat” file. The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t suspect the file to be a virus. ——————————————————————————— ——————————————————– 2. How to Shutdown a computer forever? Now Please don’t try this because t...
- Get link
- X
- Other Apps
What are the differences between 1G, 2G, 3G, 4G and 5G? 1G = analog Examples include NMT, AMPS, TACS, etc This did not do data. 2G = digital, voice Examples include GSM, D-AMPS, PDC 2.5G added data (GPRS) 2.75G faster data (EDGE) Data rates from 9.6Kbps (GPRS) to 200Kbps (2.75G) 3G = digital, supported data, but still circuit switched WCDMA, EvDO Includes data but still onto circuit switched architecture 3.5G faster data, added true always-on / packet data (HSPA) Data rates of 2Mbps-tens of Mbps NB The USA and few other places had a rival technology ("CDMA"). IS95, EvDO. That was marketed as 3G when it was launched, but initially was probably closer to 2.5G and then upgraded to 3G with the EvDO upgraded. 4G = wireless broadband OFDMA, flat architecture, true packet switched Pure data: voice as VoIP (VoLTE) Most people say this is LTE & WiMAX, (though some people are waiting for an upgrade to LTE-A, based on a rather silly data rate definit...
- Get link
- X
- Other Apps
Android version history The version history of the Android mobile operating system began with the release of the Android alpha in November 2007. The first commercial version, Android 1.0, was released in September 2008. Android is continually developed by Google and the Open Handset Alliance (OHA), and has seen a number of updates to its base operating system since the initial release. Versions 1.0 and 1.1 were not released under specific code names, but since April 2009's Android 1.5 "Cupcake", Android versions have had confectionery -themed code names . Each is in alphabetical order, with the most recent being Android 7.0 "Nougat", released in August 2016. Code name Version number Initial release date API level N/A 1.0 23 September 2008 1 1.1 9 February 2009 2 Cupcake 1.5 27 April 2009 3 Donut 1.6 15 September 2009 4 Eclair 2.0 – 2.1 26 October 2009 5–7 Froyo 2.2 – 2.2.3 20 May 2010 8 Gingerbread...