Tutorial by Topics: o

This document will show how to use ReactRouter with Meteor and React. From zero to a working app, including roles and authentication. I'll show each step with an example 1- Create the project 2- Add React + ReactRouter 3- Add Accounts 4- Add Roles packages
Basic instructions to drop a table in DB2.
Loops considered as one of the important control structures in any programming language. There are different ways in which we can achieve loop coverage. These methods differ based on type of loop. Single loops Nested Loops Concatenated loops
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.
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/
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.
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...
I just want to share my little bit knowledge and code of RecyclerView using Kotlin.
The main focus of this topic using multiple model class in view layer of MVC
LogLog graphing is a possibility to illustrate an exponential function in a linear way.

Page 264 of 283