Tutorial by Topics: ix

This section provides an overview of what unix is, and why a developer might want to use it. It should also mention any large subjects within unix, and link out to the related topics. Since the Documentation for unix is new, you may need to create initial versions of those related topics.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. ...
Bluemix is a platform as a service (PaaS) developed by IBM, to build, run, deploy, and manage applications on the cloud. Bluemix offers a large catalog of services to integrate with your applications. Supported programming languages and runtimes include Java, Node.js, Swift, Go, PHP, Python, and R...
PrefixBrowser(s)-webkit-Google Chrome, Safari, newer versions of Opera 12 and up, Android, Blackberry and UC browsers-moz-Mozilla Firefox-ms-Internet Explorer, Edge-o-, -xv-Opera until version 12-khtml-Konquerer Vendor prefixes are used to allow preview support for new CSS functionality where the...
Be careful to be aware of the type of cv::Mat you are dealing with. For example, if you have a cv::Mat of type CV_8UC3, but access it with image.at<uchar>(r,c) no error will occur, but your program will have some unexpected behavior.
@mixin mixin-name ($argument1, $argument, ...){ ... }
The ^M character stands for a carriage return in Vim (<c-m> or just <CR>). Vim displays this character when at least on line in the file uses LF line endings. In other words, when Vim consider a file to have fileformat=unix but some lines do have carriage returns (CR), the carriage r...
class ClassName(MainClass, Mixin1, Mixin2, ...): # Used to declare a class with the name ClassName, main (first) class MainClass, and mixins Mixin1, Mixin2, etc. class ClassName(Mixin1, MainClass, Mixin2, ...): # The 'main' class doesn't have to be the first class; there's really no difference be...
What is WiX? The WiX toolset lets developers create installers for Windows Installer, the Windows installation engine. It is open source and part of the .NET Foundation. The core of WiX is a set of build tools that build Windows Installer packages using the same build concepts as the rest of y...
VersionStandardRelease YearPOSIX.1IEEE Std 1003.1-19881988-01-01POSIX.1bIEEE Std 1003.1b-19931993-01-01POSIX.1cIEEE Std 1003.1c-19951995-01-01POSIX.2IEEE Std 1003.2-19921992-01-01POSIX.1-2001IEEE Std 1003.1-20012001-12-06POSIX.1-2004IEEE Std 1003.1-20042004-01-01POSIX.1-2008IEEE Std 1003.1-2008 (...
infix [integer] ops infixl [integer] ops infixr [integer] ops Declaration componentMeaninginfixrthe operator is right-associativeinfixlthe operator is left-associativeinfixthe operator is non-associativeoptional digitbinding precedence of the operator (range 0...9, default 9)op1, ... , opn...
class BeetleGuy implements Climbs, Bulletproof { } applyMixins (BeetleGuy, [Climbs, Bulletproof]); ParameterDescriptionderivedCtorThe class that you want to use as the composition classbaseCtorsAn array of classes to be added to the composition class There are three rules to bear in mind ...
Mixin with Guards .mixin-name(<arguments>) when <is-negation> (<ref-variable> <operator> <value>) CSS Guards <selector> when <is-negation> (<ref-variable> <operator> <value>) ParameterDetailsargumentsThe variables that are passed...
This section provides an overview of what phoenix-framework is, and why a developer might want to use it. It should also mention any large subjects within phoenix-framework, and link out to the related topics. Since the Documentation for phoenix-framework is new, you may need to create initial v...

Page 1 of 3