Tutorial by Topics: d

This section provides an overview of what date is, and why a developer might want to use it. It should also mention any large subjects within date, and link out to the related topics. Since the Documentation for date is new, you may need to create initial versions of those related topics.
WooCommerce is an eCommerce plugin for the WordPress CMS. It is the most popular eCommerce software on the internet, used to power about 39% of all eCommerce websites at time of writing. It's greatest strength is it's ease of use for shop owners and high flexibility for developers allowing it to...
MonoGame is a managed code game-framework with cross-platform support. It is an Open Source implementation of the Microsoft XNA 4 Framework. Using the reliability of managed code with .NET and Mono and the support of many platforms, it simplifies the development of games on multiple platforms. Pl...
This section provides an overview of what rabbitmq is, and why a developer might want to use it. It should also mention any large subjects within rabbitmq, and link out to the related topics. Since the Documentation for rabbitmq is new, you may need to create initial versions of those related to...
const cluster = require("cluster") cluster.fork() cluster.isMaster cluster.isWorker cluster.schedulingPolicy cluster.setupMaster(settings) cluster.settings cluster.worker // in worker cluster.workers // in master Note that cluster.fork() spawns a child process that begins...
This tag is for documentation on Apple-created Mac-specific programming APIs, such as AppKit.
The urls used in the above examples reference a specific version of Node Version Manager. It is most likely that the latest version is different to what's being referenced. To install nvm using the latest version, click here to access nvm on GitHub, which will provide you with latest urls.
SystemVerilog is the successor language to Verilog. Originally created by Accellera as an extension language to Verilog IEEE Std 1364-2001, SystemVerilog was accepted as an IEEE standard in 2005. In 2009, IEEE merged Verilog (IEEE 1364) into SystemVerilog (IEEE 1800) as a unified language. Like it...
Debug.log "tag" anyValue Debug.log takes two parameters, a String to tag the debug output in the console (so you know where it's coming from / what the message corresponds to), and a value of any type. Debug.log executes the side-effect of logging the tag and the value to the Jav...
Json.Decode exposes two functions to decode a payload, first one is decodeValue which tries to decode a Json.Encode.Value, the second one is decodeString which tries to decode a JSON string. Both function take 2 parameters, a decoder and a Json.Encode.Value or Json string.

Page 55 of 221