Tutorial by Topics: ip

D-Flip-Flops (DFF) and latches are memory elements. A DFF samples its input on one or the other edge of its clock (not both) while a latch is transparent on one level of its enable and memorizing on the other. The following figure illustrates the difference: Modelling DFFs or latches in VHDL i...
Since all Web Components must be self-contained, including all their dependencies, duplicated dependency import would quickly become an issue with script includes. Thus, Web Components (and, by extension, Polymer) use W3C HTML imports for managing component dependencies. These imported HTML files ca...
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...
The example above has two tracking events, Event Tracking and Exception Tracking. Event Tracking will allow you to see JS errors in real-time. Under Real Time -> Events sections. Unfortunately, your error messages will be limited by 500 Bytes, so you will not be able to understand a problem p...
Be sure to add the following header to the post request. Otherwise the request will fail: Content-Type: application/json
An Unicode code point, what programmers often think of one character, often corresponds to what the user thinks is one character. Sometimes however a “character” is made up of multiple code points, as the examples above show. This means that operations like slicing a string, or getting a characte...

Page 8 of 17