Tutorial by Topics: is

REST APIs are interesting when data should be accessed from everywhere including different languages (server and client side). That requires separation from data and processing.
This is a collection of common JavaScript security issues, like XSS and eval injection. This collection also contains how to mitigate these security issues.
This section provides an overview of what statistics is, and why a developer might want to use it. It should also mention any large subjects within statistics, and link out to the related topics. Since the Documentation for statistics is new, you may need to create initial versions of those rel...
Slaesforce StandardSetController hold only List of sObject, It will not holdslist of wrapper class object. Below source code demonstrates the usage of Paginating using Wrapper Class in sales-force.
Creating the data validation constraint can be tricky and time taking in NPOI. I have shared some of my workable approach. These approach will give good idea to customize your own constraint types.
Get data directly into an R session. One of the nice features of R is the ease of data acquisition. There are several ways data dissemination using R packages.
This section provides an overview of what es6-promise is, and why a developer might want to use it. It should also mention any large subjects within es6-promise, and link out to the related topics. Since the Documentation for es6-promise is new, you may need to create initial versions of those ...
The KMP is a pattern matching algorithm which searches for occurrences of a "word" W within a main "text string" S by employing the observation that when a mismatch occurs, we have the sufficient information to determine where the next match could begin.We take advantage of this ...
This technique should be used whenever you have boundaries defined into a spec. It is a great idea to apply it to any rule based on time, values, any kind of counting or scale to be triggered. It also ensure and helps finding n + 1 errors. And yes, it is an expansion from Equivalence Partition c...
This section provides an overview of what visual-studio-2010 is, and why a developer might want to use it. It should also mention any large subjects within visual-studio-2010, and link out to the related topics. Since the Documentation for visual-studio-2010 is new, you may need to create initi...
Java and C++ are similar languages. This topic serves as a quick reference guide for Java and C++ Engineers. Classes Defined within Other Constructs# Defined within Another Class C++ Nested Class[ref] (needs a reference to enclosing class) class Outer { class Inner { publ...
DATA DIVISION is one of the four parts that make up a COBOL program. It contains statements describing the data used by the program. It consists of four sections: FILE SECTION, WORKING-STORAGE SECTION, LOCAL-STORAGE SECTION and LINKAGE SECTION.
Writing to a .csv file is not unlike writing to a regular file in most regards, and is fairly straightforward. I will, to the best of my ability, cover the easiest, and most efficient approach to the problem. ParameterDetailsopen ("/path/", "mode")Specify the path to your CS...
Python has many built-in exceptions which force your program to output an error when something in it goes wrong. However, sometimes you may need to create custom exceptions that serve your purpose. In Python, users can define such exceptions by creating a new class. This exception class has to be ...
Dart filters lists through the List.where and List.retainWhere methods. The where function takes one argument: a boolean function that is applied to each element of the list. If the function evaluates to true then the list element is retained; if the function evaluates to false, the element is remov...
This document shows how to create a cluster of TensorFlow servers, and how to distribute a computation graph across that cluster.
Windows PowerShell Integrated Scripting Environment (ISE) is a host application that enables you to write, run, and test scripts and modules in a graphical and intuitive environment. Key features in Windows PowerShell ISE include syntax-coloring, tab completion, Intellisense, visual debugging, Unico...

Page 22 of 23