Tutorial by Topics: cat

Excel VBA comes with a comprehensive object model which contains classes and objects that you can use to manipulate any part of the running Excel application. One of the most common objects you'll use is the Application object. This is a top-level catchall that represents the current running insta...
ser.read(size=1) ser.readline() ser.write() parameterdetailsportDevice name e.g. /dev/ttyUSB0 on GNU/Linux or COM3 on Windows.baudratebaudrate type: int default: 9600 standard values: 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600, 19200, 38400, 57600, 11520...
Predicate Format String Substitions C format string specifiers: %d, %s, %f, etc Object substitution: %@ Keypath substitution: %K Predicate Comparison Operators =, ==: Left-hand expression equals right-hand expression >=, =>: Left-hand expression is greater than or equal to righ...
The SenderID that is present in the initialization example is a gcm sender id that is given to you by google. It should also be present when you install the plugin ionic plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX" If you wish to add additional data to your push n...
Tk is one of the most commonly used GUI toolkits for Perl. Other common toolkits are GTK+2 & 3, WxWidgets, and Win32 widgets. Less commonly used are Qt4, XUL, Prima, and FLTK. Tk, GTK+3, Wx, Win32, Prima, FLTK, and XUL are actively updated. Qt4 and GTK+2 are no longer developed actively, but ...
AWS Simple Notification Service Lingo: Endpoint - The endpoint can be a phone, email address or whatever, it's what AWS SNS can hit back with a notification Topic - Essentially a group that contains all of your endpoints Subscribe - You sign up your phone/client to receive notifcations Gen...

Page 5 of 11