Tutorial by Topics: a

Page objects is a design pattern which results in less code duplicates, easy maintenance and more readability.
Creating a simple, decorative block with Forge is one of the first tasks an aspiring modder will have to learn. How to do that has changed over the various versions of Minecraft and is probably at a "moderate" difficulty post 1.7.10 due to the sheer number of easy to make mistakes. ...
In OpenCV, one can draw numerous shapes such as point, line, circle, ..., etc. There is an optional for filling a shape. The following code is self-explanatory which shows how shapes are drawn.
This section provides an overview of what dygraphs is, and why a developer might want to use it. It should also mention any large subjects within dygraphs, and link out to the related topics. Since the Documentation for dygraphs is new, you may need to create initial versions of those related t...
This topic is about working with tables in VBA, and assumes knowledge of Excel Tables. In VBA, or rather the Excel Object Model, tables are known as ListObjects. The most frequently used properties of a ListObject are ListRow(s), ListColumn(s), DataBodyRange, Range and HeaderRowRange.
Angular (commonly referred to as "Angular 2+" or "Angular 2") is a TypeScript-based open-source front-end web framework led by the Angular Team at Google and by a community of individuals and corporations to address all of the parts of the developer's workflow while building c...
The workspace is a programmatic representation of the C# hierarchy that consists of a solution, child projects and child documents. Currently there is no MSBuild workspace that supports a .NET Standard compliant projects. For more information see here.
This example shows how to create a basic express app and then serve AngularJS.
Web Forms For Marketeers is the popular Sitecore module that allows to create forms in Sitecore and customize and extend their behavior using save actions. More information about the module can be found in https://dev.sitecore.net/Downloads/Web_Forms_For_Marketers.aspx
This section describes how central (iOS app) can scan available BLE peripherals and connect with one we are interested in.
CBCentralManager acts as a manager class central side app generally iOS app. which is responsible for bridging communication between peripherals and central.
The Materialize CSS framework has a semantic, 12-column grid system that's incredibly easy to use. The grid helps you layout your page in an ordered, easy fashion.
Cards are a vital part of the Materialize CSS framework, they provide a semantic and beautiful approach to showing content in an understandable way. A basic card Creating a horizontal card Adding a halfway floating action button Card reveal Tabs in cards Different card sizes Card Panel ...
Structural design patterns are patterns that describe how objects and classes can be combined and form a large structure and that ease design by identifying a simple way to realize relationships between entities. There are seven structural patterns described. They are as follows: Adapter, Bridge, Co...
One of the major parts of the Roslyn compiler is the Syntax API. It exposes the syntax trees the compilers use to understand Visual Basic and C# programs. The Syntax Tree is a Parse Tree in the context of the Roslyn compiler.
When compiling, the compiler will often modify the program to increase performance. This is permitted by the as-if rule, which allows any and all transformations that do not change observable behavior.
Since Mockito 2.x we have the ability to mock final classes and methods.

Page 285 of 320