Tutorial by Topics: n

This section provides an overview of what parse-server is, and why a developer might want to use it. It should also mention any large subjects within parse-server, and link out to the related topics. Since the Documentation for parse-server is new, you may need to create initial versions of tho...
@ngrx/Store is becoming more widely used in Angular 2 projects. As such, the Store is required to be injected into the constructor of any Component or Service that wishes to use it. Unit testing Store isn't as easy as testing a simple service though. As with many problems, there are a myriad of ...
This section provides an overview of what seo is, and why a developer might want to use it. It should also mention any large subjects within seo, and link out to the related topics. Since the Documentation for seo is new, you may need to create initial versions of those related topics.
Weka has many interfaces, Explorer, KnowledgeFlow, Experimenter, SimpleCLI, Workbench. All of them share mostly can do the same tasks, with different focus and flexibility. Here, we are going to explore their different focuses and flexibilities. Explorer pro: do all things quickly give ...
This section provides an overview of what bitcoin is, and why a developer might want to use it. It should also mention any large subjects within bitcoin, and link out to the related topics. Since the Documentation for bitcoin is new, you may need to create initial versions of those related topi...
NFS is the most common way to share disk between computers in linux. It allows user on a client computer to access files over a network much like local storage is accessed. Here we see how to configure Puppet to manage mounting and serving NFS drives. ParameterDetailsnameThe path to local directory...
Test Driven Development (TDD) is the process of writing code by beginning with a Test. First write a test that expects a known result. Then write the code that satisfies that result. Continue in this fashion until all known results have been satisfied. This section provides an overview of what t...
Why would we use Jython inside Weka? 1. If you are unsatisfied with what Explorer, Experimenter, KnowledgeFlow, simpleCLI allow you to do, and looking for something to unleash the greater power of weka; 2. With Jython, we can access all functionalities provided by Weka API, right i...
Matlab has three important functions to create matrices and set their elements to zeroes, ones, or the identity matrix. (The identity matrix has ones on the main diagonal and zeroes elsewhere.) Z = zeros(sz,datatype,arraytype) X = ones(sz,datatype) I = eye(sz,datatype) ParameterDetailsszn...
The ngFor directive is used by Angular2 to instantiate a template once for every item in an iterable object. This directive binds the iterable to the DOM, so if the content of the iterable changes, the content of the DOM will be also changed.
This section provides an overview of what nexus is, and why a developer might want to use it. It should also mention any large subjects within nexus, and link out to the related topics. Since the Documentation for nexus is new, you may need to create initial versions of those related topics. ...
Weka KnowledgeFlow(KF) is a great interface to use. However, Weka manual does not cover every little details of using KF. Here would be a place for collecting those little tricks or details I learnt from those errors I did or will make as time goes. Many thanks to people at Wekalist (especially Mark...
In this topic you can learn a bit about manipulating bitmapdata and visual processing, working with pixels and getting started with effects filters.
A design pattern is a general solution to a commonly occurring problem in software development. This documentation topic is specifically aimed at providing examples of common design patterns in Python.
Inflector is a very handy helper to change/convert english word to singular, plural, camel case, humanize etc. The helper also help to check whether a word has plural version or not.
In this topic we gonna make a HTTP-Header authenticate script.
Iron is a popular web framework for Rust (based on the lower-level Hyper library) which promotes the idea of extensibility through middleware. Much of the functionality needed to create a useful website can be found in Iron's middleware rather than the library itself.

Page 243 of 329