Tutorial by Topics: pl

Vue plugins adds global functionality as, global methods, directives, transitions, filters, instance methods, objects and inject some component options using mixins MyPlugin.install = function (Vue, options) {} NameDescriptionVueVue constructor, injected by VueoptionsAdditional options i...
This section provides an overview of what split is, and why a developer might want to use it. It should also mention any large subjects within split, and link out to the related topics. Since the Documentation for split is new, you may need to create initial versions of those related topics. ...
Fitting a line (or other function) to a set of data points.
The fit command can fit a user-defined function to a set of data points (x,y) or (x,y,z), using an implementation of the nonlinear least-squares (NLLS) Marquardt-Levenberg algorithm. Any user-defined variable occurring in the function body may serve as a fit parameter, but the return type of the fu...
In order for NetSuite to know how to utilize our source code, we need to be able to tell it which functions to call, when to call them, and who to call them for. We accomplish all of these with the Script and Script Deployment records.
Xamarin.Android application lifecycle is the same as normal Android app. When talking about lifecycle we need to talk about: Application lifecycle, Activity lifecycle and Fragment lifecycle. In the below I'll try to provide a good description and way of using them. I obtained this documentation fr...
The Sequential model is a linear stack of layers.
The best-known multiple-letter encryption cipher is the Playfair, which treats digrams in the plaintext as single units and translates these units into ciphertext digrams The Playfair algorithm is based on the use of a 5 x 5 matrix of letters constructed using a keyword.
This article is to introduce a simple and professional practice to use Entity Framework. Simple: because it only needs one class (with one interface) Professional: because it applies SOLID architecture principles I don't wish to talk more.... let's enjoy it!
This is how you would add some numbers in Clojure syntax. Since the method occurs as the first argument in the list, we are evaluating the + (or addition) method on the rest of the arguments in the list. Performing mathematical operations is the basis of manipulating data and working with list...
This is a List of Player Events and an example on how to use them.
If you use the objects in other applications as part of your Visual Basic application, you may want to establish a reference to the object libraries of those applications. This Documentation provides a list, sources and examples of how to use libraries of different softwares, like Windows Shell, Int...
Most examples found for F# WPF programming seem to deal with the MVVM pattern, and a few with MVC, but there is next to none that shows properly how to get up and running with "good old" code behind. The code behind pattern is very easy to use for teaching as well as experimentation. It i...
AppleScript is able to retrieve the URL of the current tab of a browser.

Page 20 of 26