Tutorial by Topics

Controllers (the C in MVC) are the principal objects in your Sails application that are responsible for responding to requests from a web browser, mobile application or any other system capable of communicating with a server. They often act as a middleman between your models and views. For many ap...
A class groups different functions, methods, variables, and properties, which are called its members. A class encapsulates the members, which can be accessed by an instance of the class, called an object. Classes are extremely useful for the programmer, as they make the task convenient and fast, wit...
SELECT expression1, expression2, ... expression_n, aggregate_function (expression) FROM tables [WHERE conditions] GROUP BY expression1, expression2, ... expression_n; ParameterDETAILSexpression1, expression2, ... expression_nThe expressions that are not encapsulated within an aggregate f...
Focus of this document is to represent goals and ways how to write android UI and integration tests. Espresso and UIAutomator are provided by Google so focus should be around these tools and their respective wrappers e.g. Appium, Spoon etc. Idling resource String getName() - Returns the n...
AutoHotkey is a free, open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allows users of most levels of computer skill to automate repetitive tasks in any Windows application...
jekyll build [flag] [value] # Build the site with the setting specified by <flag> and <value>                             # cf. list of available settings for Jekyll If you edit _config.yml and you are using --watch, you need to restart the command to apply the changes.
Updating Vim key mappings allows you to solve two kinds of problems: Re-assigning key commands to letters that are more memorable or accessible, and creating key commands for functions which have none. Here you will learn about the various ways to [re]map key commands, and the context to which they...
Processing is an open source programming language and environment for people who want to create images, animations, and interactions. Processing refers to the language built on top of Java and the minimal IDE it ships with. It is free and open-source, runs on Linux, Mac OS X, and Windows, and can...
The select keyword provides an easy method to work with channels and perform more advanced tasks. It is frequently used for a number of purposes: - Handling timeouts. - When there are multiple channels to read from, the select will randomly read from one channel which has data. - Providing an ea...
This section provides an overview of what dojo is, and why a developer might want to use it. It should also mention any large subjects within dojo, and link out to the related topics. Since the Documentation for dojo is new, you may need to create initial versions of those related topics. Ve...
The LINQ to NHibernate driver is centered on the IQueryable<T> interface. Be sure to add using NHibernate.Linq; in order to use the NHibernate LINQ provider.

Page 138 of 428