Tutorial by Topics: k

ParameterDetailsos.F_OKValue to pass as the mode parameter of access() to test the existence of path.os.R_OKValue to include in the mode parameter of access() to test the readability of path.os.W_OKValue to include in the mode parameter of access() to test the writability of path.os.X_OKValue to in...
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a Compose file to configure your application’s services. Then, using a single command, you create and start all the services from your configuration. To learn more about all the features of Compos...
Using version control software like Git may be a little scary at first, but its intuitive design specializing with branching helps make a number of different types of workflows possible. Pick one that is right for your own development team.
Zend Framework 2 (ZF2) is a modern and flexible PHP framework that helps web developpers to build web applications of different complexities. The major sponsor of company Zend Framework is Zend Technologies, which makes it very strong and stable. There are two major improvments of this second vers...
(Very) basic Python client socket example
Background The JavaScript Object Model was introduced in SharePoint 2010. It exposes on the client side many of the objects that were previously only accessible through server-side code or through dedicated web services. Embedding JavaScript in SharePoint Pages In SharePoint 2013 you can put yo...
Docker data volumes provide a way to persist data independent of a container's life cycle. Volumes present a number of helpful features such as: Mounting a host directory within the container, sharing data in-between containers using the filesystem and preserving data if a container gets deleted ...
.git/hooks/applypatch-msg .git/hooks/commit-msg .git/hooks/post-update .git/hooks/pre-applypatch .git/hooks/pre-commit .git/hooks/prepare-commit-msg .git/hooks/pre-push .git/hooks/pre-rebase .git/hooks/update --no-verify or -n to skip all local hooks on the given git command. Eg: ...
Regex101 defines \K functionality as: \K resets the starting point of the reported match. Any previously consumed characters are no longer included in the final match The \K escape sequence is supported by several engines, languages or tools, such as: boost (since ???) grep -P          ...
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...
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.
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 5 of 49