Tutorial by Topics: en

This section provides an overview of what calendar is, and why a developer might want to use it. It should also mention any large subjects within calendar, and link out to the related topics. Since the Documentation for calendar is new, you may need to create initial versions of those related t...
This section provides an overview of what if-statement is, and why a developer might want to use it. It should also mention any large subjects within if-statement, and link out to the related topics. Since the Documentation for if-statement is new, you may need to create initial versions of tho...
Using a = New DisposableClass [, b = ...] ... End Using Using a = GetDisposable(...) [, b = ...] ... End Using
This section provides an overview of what azure-documentdb is, and why a developer might want to use it. It should also mention any large subjects within azure-documentdb, and link out to the related topics. Since the Documentation for azure-documentdb is new, you may need to create initial ver...
In the example above, a reference field (SupID) can be used to indicate the ID of that employee's supervisor. Using something as simple as a DLOOKUP can return the name of that supervisor. eg. DLOOKUP("Name","EmployeeTable", "ID = " & SupID) Another good ex...
Hope the sample illustration above helps someone who struggled like me to make rows conditionally select, as default functionality of DevExpress selects all rows irrespective whether it has a 'checkbox' or not (when you use either ASPxGridView1.SelectAllRowsOnPage() or ASPxGridView1.SelectRows(),...
The ngFor directive is used by Angular2 to instantiate a template once for every item in an iterable object. This directive binds the iterable to the DOM, so if the content of the iterable changes, the content of the DOM will be also changed.
Weka KnowledgeFlow(KF) is a great interface to use. However, Weka manual does not cover every little details of using KF. Here would be a place for collecting those little tricks or details I learnt from those errors I did or will make as time goes. Many thanks to people at Wekalist (especially Mark...
Inflector is a very handy helper to change/convert english word to singular, plural, camel case, humanize etc. The helper also help to check whether a word has plural version or not.
In this topic we gonna make a HTTP-Header authenticate script.

Page 47 of 66