Tutorial by Topics: n

React.createClass was deprecated in v15.5 and expected to be removed in v16. There is a drop-in replacement package for those that still require it. Examples using it should be updated.
_ // wildcard pattern, matches anything¹ ident // binding pattern, matches anything and binds it to ident¹ ident @ pat // same as above, but allow to further match what is binded ref ident // binding pattern, matches anything and binds it to a reference ident¹ ref mut ident // binding pattern,...
CAGradientLayer() // Returns an initialized CALayer object. CAGradientLayer(layer: layer) // Override to copy or initialize custom fields of the specified layer. ParameterDetailscolorAn array of CGColorRef objects defining the color of each gradient stop. Animatable.locationsAn optional ar...
ABAP is a programming language developed by SAP for programming business applications in the SAP environment. Previously only procedural, ABAP is now also an object-oriented language thanks to the ABAP Objects enhancement. VersionRelease DateABAP 7.502015-10-20ABAP 7.402012-11-29ABAP 7.02006-...
ClojureScript is a version of Clojure that compiles to javascript code and runs in the browser. While it is mostly the same as Clojure, there are a few differences (mainly, it lacks some api calls that invoke java functions that are not available in javascript)
structure: /* code */ endstructure; When mixing the alternative structure for switch with HTML, it is important to not have any whitespace between the initial switch($condition): and first case $value:. Doing this is attempting to echo something (whitespace) before a case. All control stru...
django-admin commandDetailsmakemigrations <my_app>Generate migrations for my_appmakemigrationsGenerate migrations for all appsmakemigrations --mergeResolve migration conflicts for all appsmakemigrations --merge <my_app>Resolve migration conflicts for my_appmakemigrations --name <migr...
Mirror(reflecting: instance) // Initializes a mirror with the subject to reflect mirror.displayStyle // Display style used for Xcode playgrounds mirror.description // Textual representation of this instance, see CustomStringConvertible mirror.subjectType // Returns the type of the subject being...
sails.js is an MVC (Model View Controller) web framework for node.js that emulates familiar MVC frameworks like Ruby on Rails. sails.js is based on Express and provides websocket support via socket.io. sails.js provides a set of conventions and default configurations to quickly get a new website ...
There are a few more tricks we can do with the router (such as restricting access), but those can be covered in a separate tutorial. If you need a new route, simply modify app.routes.ts and follow the following steps: Import the Component Add to the routes array. Make sure to include a new pa...
Every browser has a default set of CSS styles that it uses for rendering elements. These default styles may not be consistent across browsers because: the language specifications are unclear so base styles are up for interpretation, browsers may not follow specifications that are given, or browsers ...
This section provides an overview of what github is, and why a developer might want to use it. It should also mention any large subjects within github, and link out to the related topics. Since the Documentation for github is new, you may need to create initial versions of those related topics. ...

Page 36 of 329