Tutorial by Topics

This section provides an overview of what azure-documentdb is, and why a developer might want to use it. It should also mention any large subjects within azure-documentdb, and link out to the related topics. Since the Documentation for azure-documentdb is new, you may need to create initial ver...
The knapsack problem or rucksack problem is a problem in combinatorial optimization. Given a set of items, each with a weight and a value, determine the number of each item to include in a collection so that the total weight is less than or equal to a given limit and the total value is as large a...
https://en.wikipedia.org/wiki/DirectX Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Although DirectX contains a number of sub-components, DirectX is freq...
The script allows you to create a backup directory for each execution with the following syntax : Name of database backup directory + date and time of execution Example : prodDir22-11-2016-19h55 After it's created, it creates two backup files with the following syntax : Name of database + date ...
Different threads trying to access the same memory location participate in a data race if at least one of the operations is a modification (also known as store operation). These data races cause undefined behavior. To avoid them one needs to prevent these threads from concurrently executing such ...
Gists are a great way to share your work. You can share single files, parts of files, or full applications. You can access gists at https://gist.github.com. Every gist is a Git repository, which means that it can be forked and cloned. The gist editor is powered by CodeMirror. There are two types o...
There are some terms you must be aware of before going to write the Jasmine test cases. Suites A suit is the starting point of a Jasmine test cases, it actually calls the global jasmine function describe. It can have two parameters, a string value which describes the suit, and a function wh...
Exporting is the feature where we can export our chart data to the format we need. Normally we have two kind of exporting, Server side exporting Client side exporting
Caching is the process of storing data somewhere for the future requests, in our case we can avoid the unwanted hit to database to get the data if we cache the data somewhere, this way we can make sure that the data is served in a faster manner.
Reading data into a SAS dataset can be accomplished using multiple approaches including the datalines statement, from an external file using an infile statement in the data step, or reading data from an external file using proc import. In addition you can read in data from external sources that are ...
As with web development, <meta> tags can be included in the <head> tag of an email. <meta> tags tell emails clients how to interpret and display email code. These are <meta> tags that are regularly used in email.

Page 317 of 428