Tutorial by Topics: getting

This section provides an overview of what windbg is, and why a developer might want to use it. It should also mention any large subjects within windbg, and link out to the related topics. Since the Documentation for windbg is new, you may need to create initial versions of those related topics. ...
JUnit is a simple framework to write repeatable tests for Java programming language. It is an instance of the xUnit architecture for unit testing frameworks. Main features consist of: Assertions, that let you customize how to test values in your tests Test runners, that let you specify how to...
Selenium is a powerful library of commands in multiple languages (C#, Haskell, Java, JavaScript, Objective-C, Perl, PHP, Python, R, and Ruby) that allow a programmer to automate browser interaction. This is incredibly useful for developers testing applications. Selenium offers methods to: Find...
Key features Variable length pagination On-the-fly filtering Multi-column sorting with data type detection Smart handling of column widths Display data from almost any data source DOM, JavaScript array, Ajax file and server-side processing Scrolling options for table viewport Fully inter...
AngularJS Directives are custom elements in HTML (such as an attribute, element name, comment or CSS class) that tell AngularJS to attach a specified behavior to that DOM element, or even to transform the DOM element and its children. In short, when we create a directive, AngularJS will treat that...
CUDA is a proprietary NVIDIA parallel computing technology and programming language for their GPUs. GPUs are highly parallel machines capable of running thousands of lightweight threads in parallel. Each GPU thread is usually slower in execution and their context is smaller. On the other hand, G...
[Json.NET][1] is a popular high-performance JSON framework for .NET. It's a .Net Assembly that exposes a wide variety of classes and methods to help perform common tasks with json data. This includes the ability to do things like serializing json data into class instances, data files as well as d...
Angular UI-Router is a client-side Single Page Application routing framework for AngularJS. Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows changes to the browser's URL to drive navigation through the app, thus allowing the user ...
Django REST Framework is a toolkit for building Web Apps. It helps the programmer to do REST APIs, but it can handle less mature API levels. For further information on API maturity levels, search for Richardson's Maturity Model. In particular, Django REST Framework does not endorse any particular...
This section provides an overview of what android-activity is, and why a developer might want to use it. It should also mention any large subjects within android-activity, and link out to the related topics. Since the Documentation for android-activity is new, you may need to create initial vers...
Thymeleaf is a template engine, a library written in JAVA. It allows a developer to define a HTML, XHTML or HTML5 page template and later fill it with data to generate final page. Therefore it realizes a Model-View part of a Model-View-Controller pattern. Thymeleaf's important design principle is...
This section provides an overview of what openerp is, and why a developer might want to use it. It should also mention any large subjects within openerp, and link out to the related topics. Since the Documentation for openerp is new, you may need to create initial versions of those related topic...
This section provides an overview of what yii2-advanced-app is, and why a developer might want to use it. It should also mention any large subjects within yii2-advanced-app, and link out to the related topics. Since the Documentation for yii2-advanced-app is new, you may need to create initial v...
Fragments are very important components of user interface in android apps. They were introduced first in Android 3.0 (Honeycomb) API. Understanding design paradigm of Fragments Fragments were introduced for primarily supporting modular and flexible UI on large screen devices such as tablets. ...
JMeter is a Load-Testing Tool used for Performance Testing. A Performance Tester can record actions in a web browser or manually build a script which can then be run with hundreds or thousands of users. JMeter can be used to create incredibly dynamic users and scenarios using its various elements...
Wildfly is a Java EE compliant application server. As an application server, its main purpose is to provide a set of tools that Java enterprise applications usually need, such as support for EJBs, JPA, Servlets, JAX-RS, Batch, Security, Transactions, ... Wildfly is the upstream project used by ...
MPI is a standard for communication among a group of distributed (or local) processes. It includes routines to send and receive data, communicate collectively, and other more complex tasks. The standard provides an API for C and Fortran, but bindings to various other languages also exist. Ver...
Description The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts. The AWS CLI introduces a new set of simple file commands ...
This section provides an overview of what plsql is, and why a developer might want to use it. It should also mention any large subjects within plsql, and link out to the related topics. Since the Documentation for plsql is new, you may need to create initial versions of those related topics. ...

Page 15 of 60