Tutorial by Topics: o

Remote management of multiple docker engine hosts. docker-machine manages remote hosts running Docker. The docker-machine command line tool manages the full machine's life cycle using provider specific drivers. It can be used to select an "active" machine. Once selected, an active m...
ParameterDetailsRETURNSSpecifies the data type that can be returned from a function.RETURNActual variable or value following the RETURN syntax is what is returned to where the function was called from. A stored routine is either a procedure or a function. A procedure is invoked using a CALL st...
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...
From Apple: Creating a Custom View That Renders in Interface Builder Note: Keep in mind that if you'd use fancy 'custom' fonts in your XIB elements (such UILabel, UITextField etc) then the initial loading time of your XIB will be longer depending on the font chosen and system version.
See also I/O for geographic data
register_post_type( $post_type, $args ); ParameterDetails$post_type(string) (Required)$args(array/string) (Optional)
Provide an interface for creating families of related or dependent objects without specifying their concrete classes. -- GOF 1994
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...
This module implements some useful functions on pathnames. The path parameters can be passed as either strings, or bytes. Applications are encouraged to represent file names as (Unicode) character strings. os.path.join(a, *p) os.path.basename(p) os.path.dirname(p) os.path.split(p) os.path....
The pypa sample project contains a complete, easily modifiable template setup.py that demonstrates a large range of capabilities setup-tools has to offer.

Page 32 of 283