Posts

Project IGI -I am going in Free Download

Image
Project IGI:1 I am going in - Free Download Full Rip 229 Mb Download from here size:  229 MB (240,114,579 bytes) password : devoptions.blogspot.com

Difference between PHP isset() vs empty() vs is_null()

isset() - Determine if a variable is set and is not NULL empty() - Determine whether a variable is empty is_null() - Finds whether a variable is NULL PHP has different functions which can be used to test the value of a variable. Three useful functions for this are isset(), empty() and is_null(). All these function return a boolean value. If these functions are not used in correct way they can cause unexpected results. Value of variable ($var) isset($var) empty($var) is_null($var) “” (an empty string) bool(true) bool(true) ” ” (space) bool(true) FALSE bool(true) bool(true) TRUE bool(true) array() (an empty array) bool(true) bool(true) NULL bool(true) bool(true) “0″ (0 as a string) bool(true) bool(true) 0 (0 as an integer) bool(true) bool(true) 0.0 (0 as a float) bool(true) bool(true) var $var;  (a variable declared, but...

MS-DOS And Word Source Code Available To Public

Image
On Tuesday (25-03-2014), First time in the history Microsoft release  MS-DOS and Word for Windows source code for early versions now available in the Computer History Museum . The museum has done an excellent job of curating some of the most significant historical software programs in computing history. As part of this ongoing project, the museum will make available two of the most widely used software programs of the 1980’s, MS DOS 1.1 and 2.0 and Microsoft Word for Windows 1.1a, to help future generations of technologists better understand the roots of personal computing.

Microsoft Windows 8 Source Code Leak ?

Image
Earlier this week, Microsoft admitted that they have accessed a French Blogger's private Hotmail account to identify a former Microsoft employee who had leaked the company's trade secrets in 2012. Microsoft defined this private investigation as part of "Protecting our customers and the security and integrity of our products", mentioned in the Microsoft's terms of service, which says that the action was within the boundaries of the Electronic Communications Privacy Act. U.S. Authorities arrest Alex Kibkalo, ex-Microsoft employee. The indictment states, Kibkalo "uploaded proprietary software and pre-release software updates for Windows 8 RT as well as the Microsoft Activation Server Software Development Kit (SDK) to his personal SkyDrive account in August 2012."

Nexus 4 Dual Boot - Android and Ubuntu

Note  :  Dual boot is not part of the regular Ubuntu release  After installation: A single device with the ability to switch between fully functional Android and Ubuntu images On Android: an Ubuntu Installer app to install Ubuntu, as well as to boot into Ubuntu On Android: the Super User app to grant permissions to the Ubuntu Installer app On Ubuntu: an Ubuntu Dual Boot app to boot into Android Ubuntu system updates are not yet supported from the Ubuntu side, but they can be done via the Android app Requirements To install dual-boot, you'll need: A Nexus 4 device  (other  supported Nexus devices  should in theory work but have not been tested at the time) Android 4.2 or higher  running on the device, either stock firmware or based on Cyanogen Mod or AOSP. Note that  Android 4.4 requires additional steps to get phone calls working on the Ubuntu side 2.7GB of free storage  on the device to install Ubuntu ADB too...

Host Web Pages In Google Drive

Image
Sample : Goto this link   (Open in new Window) 1.Create a new folder in Drive and share it as " Public on the web ." 2.Upload your HTML, JS & CSS files to this folder. 3.Open the  HTML file  & you will see "Preview" button in the toolbar. 4.Share the URL that looks like www.googledrive.com/host/... from the preview    window and anyone can view your web page. Video Tutorial On Youtube    http://www.youtube.com/watch?v=9NChrhrjYI0 source : Google

Android Developer Tool Latest

Latest Android Studio Canary Build: 0.3.6 You can install 0.3.6 incrementally by just using "Check for Updates" in your IDE, and applying the update mechanism which will patch your existing install. Windows: Download (141 MB) Mac: Download (140 MB) Linux: Download (139 MB)