Tutorial by Topics

Almost all MFC applications have toolbar and status bar - special types of the control bar that docked to top and bottom part of application main frame. But often application logic requires more the information bars docked to some side of frame, for example it may be properties bar or classes bar,...
public static ZipArchive OpenRead(string archiveFileName) ParameterDetailsarchiveFileNameThe path to the archive to open, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.
ThreadPoolExecutor ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue) ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue,...
@Test @Test(attribute1 = attributeValue, atrribute2 = attributeValue, etc) ParameterDetailsalwaysRunIf set to true, this test method will always be run even if it depends on a method that failed.dataProviderThe name of the data provider for this test method.dataProviderClassThe class where ...
ParameterDetailsNumber 1Numeric ControlNumber 2Numeric ControlSumNumeric Indicator
The open-source, application framework to easily build serverless architectures on AWS Lambda & more. This section includes, how to setup serverless framework for application development with relevant examples. "Serverless" is a framework: https://serverless.com/
The class is called ExpressionBuilder. It has three properties: private static readonly MethodInfo ContainsMethod = typeof(string).GetMethod("Contains", new[] { typeof(string) }); private static readonly MethodInfo StartsWithMethod = typeof(string).GetMethod("StartsWith", n...
Serial.begin(baudrate) // Set baud rate (bits per second) for serial data transmission Serial.println(value) // Print data to serial port followed by Carriage Return \r and Newline character \n serial.Serial((port=None, baudrate=9600, bytesize=EIGHTBITS, parity=PARITY_NONE, stopbits=STOPBITS_ONE...
widget.after(delay_ms, callback, *args) ParameterDescriptiondelay_msTime (milliseconds) which is delayed the call to the function callbackcallbackFunction that is called after the given delay_ms. If this parameter is not given, .after acts similar to time.sleep (in milliseconds) Syntax ass...
The COMPUTE statement allows for algebraic calculation expressions. Rounded phrase is

Page 270 of 428