Tutorial by Topics

Webscripts are functional modules in the Alfresco, which can just show some informations or also make some things inside the Alfresco (eg. run workflow, working with files, users, groups, or other entities). Every webscripts has two main parts- code (.js, .java) and Freemaker template (.ftl) Websc...
QRCodeReaderView Zxing
Otto is deprecated in favor of RxJava and RxAndroid. These projects permit the same event-driven programming model as Otto, but they’re more capable and offer better control of threading.
One thing to note - types that have a non-nil zero value like strings, ints, floats, bools and structs can't be set to nil.
Callable objects are the collection of all C++ structures which can be used as a function. In practice, this are all things you can pass to the C++17 STL function invoke() or which can be used in the constructor of std::function, this includes: Function pointers, Classes with operator(), Classes wi...
A unit test is the smallest testable part of an application like functions, classes, procedures, interfaces. Unit testing is a method by which individual units of source code are tested to determine if they are fit for use. Unit tests are basically written and executed by software developers to mak...
The following Post Formats are available for users to choose from, if the theme enables support for them. Note that while the actual post content entry won't change, the theme can use this user choice to display the post differently based on the format chosen. For example, a theme could leave off...
NewFormSet = formset_factory( SomeForm, extra=2 ) formset = NewFormSet( initial = [ {'some_field': 'Field Value', 'other_field': 'Other Field Value',} ])
Type instability occurs when a variable's type can change at runtime, and hence cannot be inferred at compile-time. Type instability often causes performance problems, so being able to write and identify type-stable code is important.

Page 242 of 428