Tutorial by Topics: o

include_directories([AFTER|BEFORE] [SYSTEM] dir1 [dir2 ...]) ParameterDescriptiondirNone ore more relative or absolute pathsAFTER, BEFORE(optional) whether to add the given directories to the front or end of the current list of include paths; default behaviour is defined by CMAKE_INCLUDE_DIR...
sudo apt-get install <package_name> sudo apt-get install <package1_name> <package2_name> <package3_name> apt-get [options] [-o config=string] [-c=cfgfile] command [pkg] CommandDescriptionupdateUsed to re-synchronize the package index files from their sou...
Every Xamarin.Forms view has an accompanying renderer for each platform that creates an instance of a native control. When a View is rendered on the specific platform the ViewRenderer class is instantiated. The process for doing this is as follows: Create a Xamarin.Forms custom control. Consume t...
toggleAttribute(name, bool, node) NameDetailsnameString: name of the HTML attribute which needs to be toggledboolboolean: Boolean to force the attribute on or off. When unspecified, the state of the attribute will be reversed.nodeHTMLElement: name of the node which contains the HTML attribu...
RewriteBase URL-path RewriteCond TestString CondPattern RewriteEngine on|off RewriteMap MapName MapType:MapSource RewriteOptions Options RewriteRule Pattern Substitution [flags]
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...
ParameterDefaultsystemLog.verbosity0systemLog.quietfalsesystemLog.traceAllExceptionsfalsesystemLog.syslogFacilityusersystemLog.path-systemLog.logAppendfalsesystemLog.logRotaterenamesystemLog.destinationstdoutsystemLog.timeStampFormatiso8601-localsystemLog.component.accessControl.verbosity0systemLog...
EEPROM.write(address, value); //(Store variables in EEPROM in a particular address) EEPROM.read(address); //(Retrieve values from EEPROM and read data stored in EEPROM) Parameters of EEPROM.writeDetailaddressThe address where value is to be stored in EEPROMvalueMain variable to store in EE...

Page 149 of 283