Tutorial by Examples: before

A program can easily waste time by calling a processor-intensive function multiple times. For example, take a function which looks like this: it returns an integer if the input value can produce one, else None: def intensive_f(value): # int -> Optional[int] # complex, and time-consuming cod...
Code the_title( '<h1>', '</h1>' ); Output The title of the current post or page in h1 tags
Turbolinks provides an event listener that can be used to stop visits from occurring. Listen to the turbolinks:before-visit event to be notified when a visit is about to commence. In the event handler, you can use: // pure javascript event.data.url or // jQuery $event.originalEvent.data.url...
DB backup Database backup is a must before starting any Dynamics CRM upgrade process. This is mandatory as to always have the option to rollback in case of any major roadblock. Wrong Estimation DO NOT underestimate the work involved in a CRM Upgrade process. Audit your current Microsoft Dynamics...
Before deploying the angular project in server we need to build angular project for production. We also need to change the routing path in index.html file from <base href=”/”> to <base href=”./”> if it is not done then your project wouldn’t get loaded properly there will be some routing ...
1.1.2 (This content is only relavant for versions 1.1.2 and up) From versions 1.1.2 and up, you can set the delay to select a new chip before refocusing on the input. Use the md-chip-append-delay attribute to set it (in milliseconds): Example: <md-chips md-chip-append-delay="500" n...
The procedures bellow will temporarily disable all Excel features at WorkBook and WorkSheet level FastWB() is a toggle that accepts On or Off flags FastWS() accepts an Optional WorkSheet object, or none If the ws parameter is missing it will turn all features on and off for all WorkSh...

Page 3 of 3