Tutorial by Topics: n

TcpClient(string host, int port); You can get the NetworkStream from a TcpClient with client.GetStream() and pass it into a StreamReader/StreamWriter to gain access to their async read and write methods.
Google Cloud Storage is a service for durable and highly available storage of objects of any size. You can use Google Cloud Storage for a range of scenarios including serving website content, storing data for archival and disaster recovery, or distributing large data objects to users via direct do...
Assembly is a general name used for many human-readable forms of machine code. It naturally differs a lot between different CPUs (Central Processing Unit), but also on single CPU there may exist several incompatible dialects of Assembly, each compiled by different assembler, into the identical mac...
VersionRelease Date1.9.32016-05-161.9.52016-12-11
See also I/O for geographic data
ParameterDetailsstring pathPath of the file to check. (relative or fully qualified) Returns true if the file exists, false otherwise.
ParameterDetailsxx-axis variable. May supply either data$variablex or data[,x]yy-axis variable. May supply either data$variabley or data[,y]mainMain title of plotsubOptional subtitle of plotxlabLabel for x-axisylabLabel for y-axispchInteger or character indicating plotting symbolcolInteger or strin...
The pypa sample project contains a complete, easily modifiable template setup.py that demonstrates a large range of capabilities setup-tools has to offer.
Most command line tools rely on arguments passed to the program upon its execution. Instead of prompting for input, these programs expect data or specific flags (which become booleans) to be set. This allows both the user and other programs to run the Python file passing it data as it starts. This s...
A set contains only one copy of each distinct element. Unlike some other programming languages, base R does not have a dedicated data type for sets. Instead, R treats a vector like a set by taking only its distinct elements. This applies to the set operators, setdiff, intersect, union, setequal an...

Page 41 of 329