Useful tips for everyday
How do I connect my Nexus 7 to Windows 10? Set the Nexus 7’s USB mode by following these steps: At the Home screen, touch…
Is Microsoft Office a UWP? Office UWP on Windows 10 will continue to be supported. Microsoft recently announced that Office UWP for Windows 10 Mobile…
What programs use Lisp? Most end users Common Lisp. ITA Software customers, including Orbitz, Bing Travel and Kayak.com – Probably millions. Clojure. Citigroup (no details),…
How do you compare SD? Comparison of variances: if you want to compare two known variances, first calculate the standard deviations, by taking the square…
What is a P norm? For p∈ℝ, p≥1, the p-norm is a norm on suitable real vector spaces given by the pth root of the…
How do I turn off WiFi with ADB? go to location android/android-sdk/platform-tools. shift +right click. open cmd here and type the following commands. adb shell.…
What is prettyPhoto? prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames.…
How much tax do I pay UK? Income Tax rates and bands Band Taxable income Tax rate Personal Allowance Up to £12,570 0% Basic rate…
Is Firebird a good database? Firebird is a relational and open source database that provides many SQL and ANSI features that are able to perform…
How do you grep the last occurrence? 6 Answers Print last occurence of x (regex): grep x file | tail -1. Alternatively: tac file |…