Tutorial by Topics

CompletableFuture is a class added to Java SE 8 which implements the Future interface from Java SE 5. In addition to supporting the Future interface it adds many methods that allow asynchronous callback when the future is completed.
Examples of Kotlin's experimental(yet) implementation of coroutines
Compares the content and mode of blobs found via two tree objects.
Routing is the process of mapping the logic (view methods etc.) to a set of URLs. REST framework adds support for automatic URL routing to Django. router = routers.SimpleRouter() router.register(prefix, viewset) router.urls # the generated set of urls for the registered viewset.
Examples of how to use the Scheduled Tasks module available in Windows 8/Server 2012 and on.
A simple Hello Dojo like Hello World in other programming languages. Dojo is simple to install/configure and use. You can download the latest version of Dojo from http://dojotoolkit.org/download/ or you can use what is called CDN's in your project. I prefer to download and use it. The latest versio...
The bulk copy program utility (bcp) bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format. The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files.
This section provides an overview of what sdl-2 is, and why a developer might want to use it. It should also mention any large subjects within sdl-2, and link out to the related topics. Since the Documentation for sdl-2 is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what adfs is, and why a developer might want to use it. It should also mention any large subjects within adfs, and link out to the related topics. Since the Documentation for adfs is new, you may need to create initial versions of those related topics.
Dart filters lists through the List.where and List.retainWhere methods. The where function takes one argument: a boolean function that is applied to each element of the list. If the function evaluates to true then the list element is retained; if the function evaluates to false, the element is remov...
To install CUDA toolkit on Windows, fist you need to install a proper version of Visual Studio. Visual studio 2013 should be installed if you're going to install CUDA 7.0 or 7.5. Visual Studio 2015 is supported for CUDA 8.0 and beyond. When you've a proper version of VS on your system, it's time...
This document shows how to create a cluster of TensorFlow servers, and how to distribute a computation graph across that cluster.
This section provides an overview of what cron is, and why a developer might want to use it. It should also mention any large subjects within cron, and link out to the related topics. Since the Documentation for cron is new, you may need to create initial versions of those related topics.
This section provides an overview of what openstreetmap is, and why a developer might want to use it. It should also mention any large subjects within openstreetmap, and link out to the related topics. Since the Documentation for openstreetmap is new, you may need to create initial versions of ...
UITableViewController controller object that manages a table view. For some certain scenario it will be recommended to use UITableViewController, for example if you have lot of cells and some have UITextfield.
Windows PowerShell Integrated Scripting Environment (ISE) is a host application that enables you to write, run, and test scripts and modules in a graphical and intuitive environment. Key features in Windows PowerShell ISE include syntax-coloring, tab completion, Intellisense, visual debugging, Unico...

Page 425 of 428