Tutorial by Topics

Describe how to create single file components in a .vue file. Specially the design decisions that can be made.
Natural language processing (NLP) is the field of computer sciences focused on retrieving information from textual input generated by human beings.
Range expressions are formed with rangeTo functions that have the operator form .. which is complemented by in and !in. Range is defined for any comparable type, but for integral primitive types it has an optimized implementation
Modal Presentation styles are used when you are transitioning from one view controller to another. There are 2 ways of achieving this customization. One is through code and another through Interface Builder(using segues). This effect is achieved by settingmodalPresentationStyle variable to an instan...
This small example shows you how to pass props to a component. More information: https://vuejs.org/v2/guide/components.html#Passing-Data-with-Props
VueJS Routing with vue-router. Documentation: https://router.vuejs.org/en/
What are differences between List and Set collection at the top level and How to choose when to use List in java and when to use Set in Java
As we all know Metadata mean data about data. To fetch metadata of a table like total number of column, column name, column type etc. , ResultSetMetaData interface is useful because it provides methods to get metadata from the ResultSet object.
Graphics are visual images or designs on some surface, such as a wall, canvas, screen, paper, or stone to inform, illustrate, or entertain. It includes: pictorial representation of data, as in computer-aided design and manufacture, in typesetting and the graphic arts, and in educational and recreati...
The Random class is used to generate non-negative pseudo-random integers that are not truly random, but are for general purposes close enough. The sequence is calculated using an initial number (called the Seed) In earlier versions of .net, this seed number was the same every time an application wa...
I am using SQL Server since 2004. I started with 2000 and now I am going to use SQL Server 2016. I created tables, views, functions, triggers, stored procedures and wrote many SQL queries but I did not use many new features from subsequent versions. I googled it but unfortunately, I did not find all...
This section provides an overview of what mysql-workbench is, and why a developer might want to use it. It should also mention any large subjects within mysql-workbench, and link out to the related topics. Since the Documentation for mysql-workbench is new, you may need to create initial versio...
The documentation for the DateTime::UniversalTime states: "A 64-bit signed integer that represents a point in time as the number of 100-nanosecond intervals prior to or after midnight on January 1, 1601 (according to the Gregorian Calendar)." This is the same as the Win32 FILETIMEstruct ...
This section provides an overview of what oracle12c is, and why a developer might want to use it. It should also mention any large subjects within oracle12c, and link out to the related topics. Since the Documentation for oracle12c is new, you may need to create initial versions of those relate...
Fitting a function which describes the expected occurence of data points to real data is often required in scientific applications. A possible optimizer for this task is curve_fit from scipy.optimize. In the following, an example of application of curve_fit is given.
Laravel 5.4 comes preinstalled with sparkpost api lib. Sparkpost lib requires secret key which one can find from their sparkpost account.
This section provides an overview of what shapeless is, and why a developer might want to use it. It should also mention any large subjects within shapeless, and link out to the related topics. Since the Documentation for shapeless is new, you may need to create initial versions of those relate...
When the .NET Framework is being installed on a computer the .NET installer writes registry keys when installation is successful. You can test whether the .NET Framework 4.5 or later is installed by checking the registry key HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full for a DWORD value n...
In short, a DLL is a collection of small executable code, which can be called upon when needed by a program that's running. The DLL lets the executable communicate with a specific device such as a printer or may contain code to do any number of particular functions. As there are several methods of i...

Page 402 of 428