Tutorial by Topics: n

Common Options--c --createCreate a new archive.-x --extractExtract files from an archive.-t --listList the contents of an archive.-f --file=ARCHIVEUse archive file or dir ARCHIVE.-v --verboseVerbosely list files processed.Compression Options--a --auto-compressUse archive suffix to determine the com...
variable <- readline(prompt = "Any message for user") name <- readline(prompt = "What's your name")
Service Fabric is a distributed systems platform that provides features to package, deploy, and manage scalable and reliable microservices. Service Fabric also addresses the significant challenges in developing and managing cloud applications. Developers and administrators can avoid solving comple...
SET TRANSACTION ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SNAPSHOT | SERIALIZABLE } [ ; ] MSDN Reference: SET TRANSACTION ISOLATION LEVEL
Groovy evaluates conditions in if, while and for statements the same way as Java does for standard Java conditions : in Java you must provide a boolean expression (an expression that evaluates to a boolean) and the result is the result of the evaluation. In Groovy , the result is the same as in...
A useful way to think about Mongo collections is in terms of Who, What, When, Where, Why, and How. Mongo has the following optimizations for different types of data: Where - GeoJSON When - ObjectID timestamps Who - Meteor Account Strings How - JSON for decision trees Which leaves the default...
Appium is an open source, cross-platform test automation tool for native, hybrid and mobile web apps, tested on simulators (iOS, FirefoxOS), emulators (Android), and real devices (iOS, Android, FirefoxOS). Why Appium? You don't have to recompile your app or modify it in any way, due to use of ...
Xcopy, copies files and directories, including subdirectories. ParameterDetails/hCopies files with hidden and system file attributes. By default, xcopy does not copy hidden or system files./rCopies read-only files./sCopies directories and subdirectories, unless they are empty. If you omit /s, xcopy...
"(Double-quoted) String" 'Literal string' @" Here-string "@ @' Literal here-string '@ Strings are objects representing text.

Page 149 of 329