Tutorial by Topics: int

This document outlines how you can easily add some existing Camera Controls to your scene, as well as provide guidance on creating custom controls. Note, the pre-made control scripts can be found in the /examples/js/controls folder of the library.
The class template std::integer_sequence<Type, Values...> represents a sequence of values of type Type where Type is one of the built-in integer types. These sequences are used when implementing class or function templates which benefit from positional access. The standard library also contain...
Client Side Rendering (CSR) is a new concept that is introduced in SharePoint 2013. It provides you with a mechanism that allow you to use your own output render for a set of controls that are hosted in a SharePoint page (list views, list forms and search results). Client Site Rendering is simply w...
The Cucumber plugins for IntelliJ IDEA offer convenient IDE features for working with Gherkin feature files in an IntelliJ project using the Cucumber framework. Plugins are available for Java, Scala, or Groovy languages. The Cucumber for Java IntelliJ plugin offers IDE features for convenientl...
This manual contains the various ways in which portlet can co-ordinate or communicate amongst each other and the various scenarios for which a particular approach is used. References: Public render param JSR 286 specs Portlet session
This section provides an overview of what sharepoint-2013 is, and why a developer might want to use it. It should also mention any large subjects within sharepoint-2013, and link out to the related topics. Since the Documentation for sharepoint-2013 is new, you may need to create initial versio...
This tutorial will show you how to use Weka in JAVA code, load data file, train classifiers and explains some of important concepts behind machine learning. Weka is a toolkit for machine learning. It includes a library of machine learning and visualisation techniques and features a user friendly G...
JNI (Java Native Interface) is a powerful tool that enables Android developers to utilize the NDK and use C++ native code in their applications. This topic describes the usage of Java <-> C++ interface.
In the App Programming Guide for iOS: Remove sensitive information from views before moving to the background. When an app transitions to the background, the system takes a snapshot of the app’s main window, which it then presents briefly when transitioning your app back to the foreground. A...
What is introspection? Introspection is looking inward to know about the inside. That is a simple definition of introspection. In programming and Ruby in general…introspection is the ability to look at object, class… at run time to know about that one.
Strict Mode is a special class introduced in Android 2.3 for debugging. This developer tools detect things done accidentally and bring them to our attention so that we can fix them. It is most commonly used to catch the accidental disk or network access on the applications’ main thread, where UI ope...
This topic illustrates how to exploit Functional Programming in a WPF application. The first example comes from a post by Māris Krivtežs (ref Remarks section at the bottom). The reason for revisiting this project is twofold: 1\ The design supports separation of concerns, while the model is kept pur...
An Interface is a way to define a set of behaviors that a class will perform. The definition of an interface is a list of method signatures (name, parameters, and return type). A class having all of the methods is said to "implement" that interface. In VBA, using interfaces lets the compi...
Internationalization (i18n) and Localization (L10n) are used to adapt software according to differences in languages, regional differences and target audience. Internationalization : the process of planning for future localization i.e. making the software design flexible to an extent that it can ad...
This section provides an overview of what floating-point is, and why a developer might want to use it. It should also mention any large subjects within floating-point, and link out to the related topics. Since the Documentation for floating-point is new, you may need to create initial versions ...
Completes the introduction to stores and folders started in part 2 of this tutorial Expected prior knowledge: You have studied part 2 of this tutorial or are already familiar with its contents.
First part of an introduction to stores and the folders they contain. Contains macros to display (1) the names of accessible stores and (2) the names of accessible stores and the top level folders within them.
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 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.
MongoDB is one of the most popular NoSQL databases, thanks to the help of the MEAN stack. Interfacing with a Mongo database from an Express app is quick and easy, once you understand the kinda-wonky query syntax. We'll use Mongoose to help us out. More information can be found here: http://mon...

Page 13 of 17