Tutorial by Topics: in

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...
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.
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.
Contrary to widespread misunderstanding (including on SO), Oracle allows updates through joins. However, there are some (pretty logical) requirements. We illustrate what doesn't work and what does through a simple example. Another way to achieve the same is the MERGE statement.
This section provides an overview of what word-vba is, and why a developer might want to use it. It should also mention any large subjects within word-vba, and link out to the related topics. Since the Documentation for word-vba is new, you may need to create initial versions of those related t...
This topic contains information about navigating throughout the filesystem using the terminal.
Using Sessions in ASP.NET Core 1.0

Page 150 of 207