Skip to main content

Posts

Showing posts from August, 2021

Android Studio

  Android Studio provides the fastest tools for building apps on every type of Android device. Download Android Studio 2020.3.1 for Windows 64-bit (913 MiB) Windows 64-bit Microsoft® Windows® 8/10 x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD CPU with support for a Windows Hypervisor 8 GB RAM or more 8 GB of available disk space minimum (IDE + Android SDK + Android Emulator) 1280 x 800 minimum screen resolution Mac MacOS® 10.14 (Mojave) or higher ARM-based chips, or 2nd generation Intel Core or newer with support for Hypervisor.Framework 8 GB RAM or more 8 GB of available disk space minimum (IDE + Android SDK + Android Emulator) 1280 x 800 minimum screen resolution Linux Any 64-bit Linux distribution that supports Gnome, KDE, or Unity DE; GNU C Library (glibc) 2.31 or later. x86_64 CPU architecture; 2nd generation Intel Core or newer, or AMD processor with support for AMD Virtualization (AMD-V) and SSSE3 8 GB RAM or more 8 GB of available disk space ...

XCOPY

Copy files and/or directory trees to another folder. XCOPY is similar to the COPY command except that it has additional switches to specify both the source and destination in detail. While still included in Windows 10, XCOPY has been deprecated in favor of Robocopy, a more powerful copy tool, which is now built into Windows Server and Desktop operating systems [x] XCOPY is particularly useful when copying files from CDROM to a hard drive, as it will automatically remove the read-only attribute. Syntax       XCOPY source [destination] [options] Key    source      : Pathname for the file(s) to be copied (accepts wildcards).    destination : Pathname for the new file(s).        [options] can be any combination of the following:        Source Options           /A    Copy files with the archive attribute set (default=Y)    /M    Copy files with...

HTML Code Reference

 HTML Currency Symbols, Currency Entities and ASCII Currency Character Code Reference COPYRIGHT SIGN © U+000A9 UNICODE © HEX CODE © HTML CODE © HTML ENTITY \00A9 REGISTERED TRADE MARK SIGN ® U+000AE UNICODE ® HEX CODE ® HTML CODE ® HTML ENTITY \00AE TRADE MARK SIGN ™ U+02122 UNICODE ™ HEX CODE ™ HTML CODE ™ HTML ENTITY \2122 AT SYMBOL @ U+00040 UNICODE @ HEX CODE @ HTML CODE @ HTML ENTITY \0040 PARAGRAPH SIGN ¶ U+000B6 UNICODE ¶ HEX CODE ¶ HTML CODE ¶ HTML ENTITY \00B6 SECTION SIGN § U+000A7 UNICODE § HEX CODE § HTML CODE § HTML ENTITY \00A7 ACCOUNT OF ℀ U+02100 UNICODE ℀ HEX CODE ℀ HTML CODE     \2100 ADDRESSED TO THE SUBJECT ℁ U+02101 UNICODE ℁ HEX CODE ℁ HTML CODE     \2101 DOUBLE-STRUCK CAPITAL C ℂ U+02102 UNICODE ℂ HEX CODE ℂ HTML C...