Tutorial by Topics: d

Thymeleaf is a template engine, a library written in JAVA. It allows a developer to define a HTML, XHTML or HTML5 page template and later fill it with data to generate final page. Therefore it realizes a Model-View part of a Model-View-Controller pattern. Thymeleaf's important design principle is...
Should we include the non-documented ffill and bfill?
This section provides an overview of what openerp is, and why a developer might want to use it. It should also mention any large subjects within openerp, and link out to the related topics. Since the Documentation for openerp is new, you may need to create initial versions of those related topic...
$(selector).append(content) $(content).appendTo(selector) ParametersDetailscontentPossible types: Element, HTML string, text, array, object or even a function returning a string. .append() & .after() can potentially execute code. This can occur by injection of script tags or use ...
The Pandas datareader is a sub package that allows one to create a dataframe from various internet datasources, currently including: Yahoo! Finance Google Finance St.Louis FED (FRED) Kenneth French’s data library World Bank Google Analytics For more information, see here.
sub2ind(dims::Tuple{Vararg{Integer}}, I::Integer...) sub2ind{T<:Integer}(dims::Tuple{Vararg{Integer}}, I::AbstractArray{T<:Integer,1}...) parameterdetailsdims::Tuple{Vararg{Integer}}size of the arrayI::Integer...subscripts(scalar) of the arrayI::AbstractArray{T<:Integer,1}...subscr...
A very common question when working with Angular is how to share data between controllers. Using a service is the most frequent response and this is a simple example demonstrating a factory pattern to share any type of data object between two or more controllers. Because it is a shared object refe...
Most variables in C have a size that is an integral number of bytes. Bit-fields are a part of a structure that don't necessarily occupy a integral number of bytes; they can any number of bits. Multiple bit-fields can be packed into a single storage unit. They are a part of standard C, but there a...
This section provides an overview of what yii2-advanced-app is, and why a developer might want to use it. It should also mention any large subjects within yii2-advanced-app, and link out to the related topics. Since the Documentation for yii2-advanced-app is new, you may need to create initial v...
Fragments are very important components of user interface in android apps. They were introduced first in Android 3.0 (Honeycomb) API. Understanding design paradigm of Fragments Fragments were introduced for primarily supporting modular and flexible UI on large screen devices such as tablets. ...
Code contracts allow for compile or runtime analysis of pre/post conditions of methods and invariant conditions for objects. These conditions may be used to ensure callers and return value match valid states for application processing. Other uses for Code Contracts include documentation generati...

Page 37 of 221