Tutorial by Topics: n

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...
Reagent is a library that implements elements of React.js into ClojureScript, like the creations of custom "tags", which is implemented in Reagent through functions.
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.
When ready for distribution, your electron app can be packaged into an executable file. Electron applications can be packaged to run on Windows (32/64 bit), OSX (macOS) and Linux (x86/x86_64). To package your code, use the npm package 'electron-packager\ https://github.com/electron-userland/elect...
This section provides an overview of what alfresco-share is, and why a developer might want to use it. It should also mention any large subjects within alfresco-share, and link out to the related topics. Since the Documentation for alfresco-share is new, you may need to create initial versions ...
This section provides an overview of what fonts is, and why a developer might want to use it. It should also mention any large subjects within fonts, and link out to the related topics. Since the Documentation for fonts is new, you may need to create initial versions of those related topics. ...
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...
A geometric line is a straight line that extends to infinity in both directions. This distinguishes it from the segment or the ray, which end et some point, and also from the curve or polygon, which need not be straight. There are different ways how a line may be presented. Each comes with its own ...
Here you will find how to start with angular-cli , generating new component/service/pipe/module with angular-cli , add 3 party like bootstrap , build angular project.
For sorting lists of things, Perl has only a single function, unsurprisingly called sort. It is flexible enough to sort all kinds of items: numbers, strings in any number of encodings, nested data structures or objects. However, due to its flexibility, there are quite a few tricks and idioms to be l...
This section provides an overview of what android-testing is, and why a developer might want to use it. It should also mention any large subjects within android-testing, and link out to the related topics. Since the Documentation for android-testing is new, you may need to create initial versio...
This is a simple program in node.js to which takes input from the user and prints it to the console. The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require(). ...

Page 265 of 329