Wiki How to cast / project your Android / Windows Phone screen to a Windows 10 PC [without any 3rd party software] The Windows 10 Anniversary Update introduces a new Connect app which lets users cast their Android or Windows 10 Mobile’s screen to their Windows 10 PC. Android users: The procedure is relatively simple and goes as follows for Android users: 1. Open the notifications center on your Android phone...
Wiki What's new in Xcode 8? [Updated to 8.1, 8.2 and 8.3] Xcode is the complete developer toolset used to create apps for Apple TV, Apple Watch, iPad, iPhone, and Mac. The Xcode development environment bundles the Instruments analysis tool, Simulator, and the OS frameworks in the form of tvOS SDKs, watchOS SDKs, iOS SDKs, and macOS SDKs. Jump to "What&...
Wiki Stepwise Guide to Enable Windows Subsystem for Linux (WSL) Microsoft built new infrastructure within Windows – the Windows Subsystem for Linux (WSL) – upon which we run a genuine Ubuntu user-mode image provided by Microsoft's great partners over at Canonical, creators of Ubuntu Linux. The result is that you can now run native Bash on Ubuntu on Windows. 1....
Wiki Git Cheat Sheet (Git Commands) Git [https://git-scm.com/] is a version control system that is widely used for software development and other version control tasks. It is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git was initially designed and developed in 2005 by...
Wiki Google Advertising vs Facebook Advertising, which one better for Mobile App Campaigns? Mobile app installs campaigns are geared specifically toward getting more people to download your app. When more people download your app, you could improve your app store ranking, which in turn can result in even more people downloading your app. Here we going to discuss about two advertising platform Google...
Wiki These Google Chrome tips, tricks and hacks will change the way you use the chrome. Compose a new email directly from Chrome's address bar * Go to Settings * In Search section click on the Manage Search Engines button * Create a new row called Email Compose, * Use the keyword email , * Use this query in the third box mailto:?subject=%s * Just as you type email...
Wiki Markdown Syntax and Shortcut Guide Markdown is a minimal syntax for marking up your documents with formatting, using punctuation and special characters. For those new to Markdown, this guide will help you become familiar. 1. Heading Heading are set using a hash before the title. The number of hashes before the title text will determine...
Wiki HTTP vs WebSocket (or HTTP 2.0), Which one is right for you. This article is all about when to use a HTTP instead of a WebSocket (or HTTP 2.0) or vise-versa. When HTTP is better than WebSocket When evaluating whether HTTP is the better choice, you may find it helpful to think in terms of scenarios. And when it comes to...
Wiki Difference between HTTP and WebSocket (HTTP 2.0 ) Visual comparison between HTTP and WebSocket, check out this TL;DR chart -------------------------------------------------------------------------------- * WebSocket is a protocol providing full-duplex communication channels over a single TCP connection. Where as, HTTP providing half-duplex communication. * Information exchange mode of WebSocket is bidirectional. Means, server can push information to the client (which does not...