Tutorial by Topics: k

Kotlin has a built-in view injection for Android, allowing to skip manual binding or need for frameworks such as ButterKnife. Some of the advantages are a nicer syntax, better static typing and thus being less error-prone.
UIKit Dynamics is a full real-world physics engine integrated into UIKit. It allows you to create interfaces that feel real by adding behaviors such as gravity, attachments, collision and forces. You define the physical traits that you would like your interface elements to adopt, and the dynamics en...
The angular-cli tool can help you to scaffold different parts of an angular application (components, directives, pipes, services, classes, guards, interfaces, enums and modules). ng generate [component | directive | service | pipe | class | enum | interface | guard | module] [name] [flags...] ...
Keybindings are, as a lot of things in Sublime Text, JSON. Make sure you understand how to use them, they're going to save you a lot of time! keys: [list] a list of keystroke to press command: [string] the command to run args: [dict] the argument to pass to the command context: [list] a lis...
Writing performance benchmarks in java is not as simple as getting System.currentTimeMillis() in the beginning and in the end and calculating the difference. To write valid performance benchmarks, one should use proper tools.
With classes derived from CustomizationPlug you can utilize capabilities of the Acumatica Customization Platform and execute custom code after the customization project has been published. In this topic you will learn how customization plug-ins can be used to make changes in multiple companies. Mor...
The Drop keyword can be used with various SQL objects, this topic provides quick examples of different usage with database objects. Links to MSDN. DROP TABLE (Transact-SQL) DROP PROCEDURE (Transact-SQL) DROP DATABASE (Transact-SQL)
SCENARIO: ASP.NET Core background Angular 2 Front-End Angular 2 Components using Asp.net Core Controllers It way can implement Angular 2 over Asp.Net Core app. It let us call MVC Controllers from Angular 2 components too with the MVC result View supporting Angular 2.
A preview of the difference between pug code and the generated markup Pug makes possible to write HTML in a simplest way, using a clean, whitespace sensitive syntax.
Apple Documentation on WatchKit (through API Reference): https://developer.apple.com/reference/watchkit Getting familiar with Xcode: Xcode Interface
Amazon Rekognition is a service that makes it easy to add image analysis to your applications. With Rekognition, you can detect objects, scenes, and faces in images. You can also search and compare faces. Rekognition’s API enables you to quickly add sophisticated deep learning-based visual search an...
To get syntax highlighting in your editor (e.g. VS Code) you'll need to download typing information for the modules that you use in your project. Say for example you use React and ReactDOM in your project, and you want to get highlighting and Intellisense for them. You will need to add the types...
Usage of socket extension implements a low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client.
This topic shows information on how to prepare your Xamarin.Android app for release mode and how to optimize it.
For sites that rely on HTML by hand in the editor or excerpts, ones you want to code yourself, the auto line breaks can be an annoyance. You can disable them by removing these filters. These must be executed directly in an include file. Whether it is in functions.php or in another include file...
There are three geometry managers to position widgets: pack(), grid() and place().
According to official documentation: JavaScriptServices is a set of technologies for ASP.NET Core developers. It provides infrastructure that you'll find useful if you use Angular 2 / React / Knockout / etc. on the client, or if you build your client-side resources using Webpack, or otherwise want ...
This topic should cover all ways to make a bokeh application available to users.

Page 42 of 49