Tutorial by Topics: m

This is a simple example demonstrating how to create a drop down menu in the Active Sheet of your workbook by inserting a Combo Box Activex object in the sheet. You'll be able to insert one of five Jimi Hendrix songs in any activated cell of the sheet and be able to clear it, accordingly.
Collection of commands to fetch system related information.
Here you find examples for transition between Activities or Fragments using a shared element. An example for this behaviour is the Google Play Store App which translates an App's icon from the list to the App's details view. transaction.addSharedElement(sharedElementView, "targetTransitio...
As part of the Serverless movement, AWS recently announced C# support for AWS Lambda functions. In this article, I will show you how to develop, install and call a simple C# AWS Lambda Function using Visual Studio 2015. Before you start this example, first go to the Remarks section of this documen...
Ada's standard packages provide for output of all numeric types. The format of output can be adjusted in many ways. Note how each time a generic package is instantiated with a numeric type. Also, there are both defaults to be set for the whole instance, and also ways to override Width, say, wh...
The FIND statement is used to retrieve a single record from a single table. It has some limitations compared to FOR or QUERY, but it's a simple and handy statement for fast access to records.
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.
This section provides an overview of what geometry is, and why a developer might want to use it. It should also mention any large subjects within geometry, and link out to the related topics. Since the Documentation for geometry is new, you may need to create initial versions of those related t...
The TEMP-TABLE is a very powerful feature of Progress ABL. It's a temporary in-memory (mostly at least) table that can be used for writing complex logic. It can be used as input/output parameters to procedures, functions and other programs. One or more temp-tables can make up the foundation of a DAT...
This section provides an overview of what simulink is, and why a developer might want to use it. It should also mention any large subjects within simulink, and link out to the related topics. Since the Documentation for simulink is new, you may need to create initial versions of those related t...
WordPress themes are the front-end of your website. They are what people see when they visit the site. There are thousands of themes to choose from, paid and free versions. You can even create your own custom theme with just a couple of necessary files.
Angular's animation system lets you build animations that run with the same kind of native performance found in pure CSS animations. You can also tightly integrate your animation logic with the rest of your application code, for ease of control.
This topic shows how to produce and consume records in Java.
In JMeter performance testing, Correlations means the ability to fetch dynamic data from the server response and to post it to the subsequent requests. This feature is critical for many aspects of testing, like token-based protected applications.
XML Schema is commonly known as XML Schema Definition (XSD). It is used to describe and validate the structure and the content of XML data. XML schema defines the elements, attributes and data types.
GHC’s type system supports arbitrary-rank explicit universal quantification in types through the use of the Rank2Types and RankNTypes language extensions. Arbitrary rank quantification is enabled with either the Rank2Types or RankNTypes language extension. With this extension enabled, the for...
This section provides an overview of what spark-dataframe is, and why a developer might want to use it. It should also mention any large subjects within spark-dataframe, and link out to the related topics. Since the Documentation for spark-dataframe is new, you may need to create initial versio...
Action Filters Attributes are a part of the ASP .NET Framework that I find useful to help follow the DRY principle. You can replace several lines of common logic with one simple declarative tag. The framework provides several useful Action Filter Attributes by default, such as the Authorize and Hand...

Page 127 of 161