Tutorial by Topics: pl

Applicative is the class of types f :: * -> * which allows lifted function application over a structure where the function is also embedded in that structure. Definition class Functor f => Applicative f where pure :: a -> f a (<*>) :: f (a -> b) -> f a -> f ...
Java objects which are created by web container.There are 9 implicit objects | object | Type | | ---------- | ------------------ | | out | JspWriter | | request | HttpServletRequest | | response | HttpServletResponse| | config | ServletConfig | | app...
Installing Web Deploy allows quick installation of web applications directly from the development environment using Visual Studio. Installation types: online - target Windows server has Internet access - installation is simple using Installing and configuring Web deployment on servers with Interne...
Given Below are the examples to show how bootstrap model can be shown and how to manage title main content and footer. This topic is created to demonstrate different ways of showing and easily managing bootstrap model.
In iOS 10 Apple is extending the scope of privacy control. User need to ask the use permission before access the user private data in following key :Calendar,Contact,Reminder,Photo,Bluetooth Sharing,Microphone , Camera ,Location,Heath,HomeKit ,MediaLibrary,Motion,CallKit,Speech Recognition, SiriKit...
A jQuery plugin is simply a new method that we use to extend jQuery's prototype object. By extending the prototype object you enable all jQuery objects to inherit any methods that you add. As established, whenever you call jQuery() you're creating a new jQuery object, with all of jQuery's methods...
At certain points, you will be evaluating a range of data and you will need to locate the duplicates in it. For bigger data sets, there are a number of approaches you can take that use either VBA code or conditional functions. This example uses a simple if-then condition within two nested for-next l...
Formula columns in saved searches can exploit many features of Oracle SQL and HTML. The examples show how these features can be used, as well as pitfalls to avoid.
git push heroku master
The Cucumber plugins for IntelliJ IDEA offer convenient IDE features for working with Gherkin feature files in an IntelliJ project using the Cucumber framework. Plugins are available for Java, Scala, or Groovy languages. The Cucumber for Java IntelliJ plugin offers IDE features for convenientl...
We know that spring-boot by default runs using H2 database. In this article, we will see how to tweak the default configuration to work with MySQL database. As a pre-requisite, make sure that MySQL is already running on port 3306 and has your database created.
Platform based conditional compiling comes in two forms in Go, one is with file suffixes and the other is with build tags. After "// +build", a single platform or a list can follow Platform can be reverted by preceding it by ! sign List of space separated platforms are ORed togethe...
Whenever you have a problem in your code, it is always a good idea to know what is going on inside. The class System.Diagnostics.Debug in .Net Framework will help you a lot in this task. The first advantage of the Debug class is that it produces code only if you build your application in Debug mode...
A demonstration of how the producer-consumer pattern is implemented in Ada. function Scalar'Image (Argument : Scalar'Base) return String; task Task_Name; task Task_Name is Entries end; task body Task_Name is Declarations begin Code end; entry Entry_Name; accept Entry_Name; exit; T...
Maven allows you to implement and use custom plugins. These plugins allow additional behaviour to be bound to any phase of the Maven lifecycle. Each Maven goal is created by implementing a MOJO (Maven Ordinary Java Object): a Java class implemented with annotations that describes how to invoke it. ...
When creating a performant and data-driven application, it can be very helpful to complete time-intensive tasks in an asynchronous manner and to have multiple tasks running concurrently. This topic will introduce the concept of using ThreadPoolExecutors to complete multiple ansynchronous tasks concu...
This section provides an overview of what plone is, and why a developer might want to use it. It should also mention any large subjects within plone, and link out to the related topics. Since the Documentation for plone is new, you may need to create initial versions of those related topics. ...
Explanation of basic template syntax constructs

Page 19 of 26