Tutorial by Topics: as

This section shows basic code for reading, sub-setting and writing external data files using pandas.
Gaining access to Outlook's Visual Basic Editor, inserting your first module and renaming that module. Expected prior knowledge: You are an Outlook user. With Outlook 2003, you can immediately select the Visual Basic Editor. With later versions, you must add the Developer tab before you can select...
This section provides an overview of what kendo-asp.net-mvc is, and why a developer might want to use it. It should also mention any large subjects within kendo-asp.net-mvc, and link out to the related topics. Since the Documentation for kendo-asp.net-mvc is new, you may need to create initial ...
In order to utilize a JDBC datasource, we must first set up a JNDI reference in Tomcat. After the JNDI reference is made, JDBC datasources can be used within our Tomcat server and applications using shared or independent references (Great for dev/staging/prod setup, or removing connection strings/cr...
A Canvas is a JavaFX Node, represented as a blank, rectangular area, that can display images, shapes and text. Each Canvas contains exactly one GraphicsContext object, responsible for receiving and buffering the draw calls, which, at the end, are rendered on the screen by Canvas.
The easiest way to create a RESTful API in Grails is to expose a domain class as a REST resource. This can be done by adding the grails.rest.Resource transformation to any domain class.
Steps to create an APK (signed and unsigned) which you can install on a device using CLI and share as well: Problem statement: I've built my app, I can run it on my local emulator (and also on my android device by changing debug server). But, I want to build an apk that I can send to someone witho...
hashlib implements a common interface to many different secure hash and message digest algorithms. Included are the FIPS secure hash algorithms SHA1, SHA224, SHA256, SHA384, and SHA512.
This sample shows the basic structure of a RESTlet script that is intended to be used to retrieve data from an external system. RESTlets are endpoints that are created to allow communication with external systems.
Related topics Date and Time Jumbled notes Date: Stores time as number of days since UNIX epoch on 1970-01-01. with negative values for earlier dates. It is represented as an integer (however, it is not enforced in the internal representation) They are always printed following the ...
Logical is a mode (and an implicit class) for vectors. Shorthand TRUE, FALSE and NA are the only values for logical vectors; and all three are reserved words. T and F can be shorthand for TRUE and FALSE in a clean R session, but neither T nor F are reserved, so assignment of non-default val...
Characters are what other languages call 'string vectors.' Related topics Patterns Regular Expressions (regex) Pattern Matching and Replacement strsplit function Input and output Reading and writing strings
R includes two date-time classes -- POSIXct and POSIXlt -- see ?DateTimeClasses. Pitfalls With POSIXct, midnight will display only the date and time zone, though the full time is still stored. Related topics Date and Time Specialized packages lubridate
This sample shows how to mass delete records in NetSuite by leveraging the Mass Update feature. Typically, we're told not to delete records, but to make records inactive, but if you must, then this small script does just that. Once the script is deployed as a 'Mass Update' script type, simply go to ...
Here is a quick example to see how it is possible to add custom classes for links in TYPO3 RTE.

Page 31 of 40