Tutorial by Topics

You don't necessarily have to compile vmods if the binaries for them are already available for your platform. Both CentOS 6 and 7 can leverage COPR builds by Ingvar in order to install a collection of extra modules by Varnish Software: https://copr.fedorainfracloud.org/coprs/ingvar/varnish51/ ...
A style allows the complete modification of the visual appearance of a WPF control. Here are some examples of some basic styling, and an introduction to resource dictionaries and animation.
LWJGL is the lightweight Java game library. It provides access to OpenAL, OpenCL, OpenGL, among many other APIs.
Xamarin.Forms has a built-in messaging mechanism to promote decoupled code. This way, view models and other components do not need to know each other. They can communicate by a simple messaging contract. There a basically two main ingredients for using the MessagingCenter. Subscribe; listen for me...
About Liquid Liquid is an open-source templating language created by Shopify and written in ruby. It has been used by Shopify since 2006 and is now used by many other hosted web applications including: Jekyll, Zendesk and Salesforce Desk.
We can add Push Notification to react native app by using the npm module react-native-push-notification by zo0r. This enables for a cross platform development. Installation npm install --save react-native-push-notification react-native link Refer GitHub Repo of this module for more details....
This documentation will give you a insight how European VANETs based on the ETSI ITS-G5 and IEEE 802.11p can be simulated by using the discrete event simulator OMNeT++.
My mission here is to contribute with the community to help new people who wants to learn about this amazing framework - Hanami. But how it is going to work ? Short and easygoing tutorials showing with examples about Hanami and following the next tutorials we will see how to test our application a...
This topic is about identifiers, i.e. syntax rules for names of tables, columns, and other database objects. Where appropriate, the examples should cover variations used by different SQL implementations, or identify the SQL implementation of the example.
Now from iOS 10.3 , there is no need to navigate application to apple store for rating/review. Apple has introduced SKStoreReviewController class in storekit framework. In which developer just need to call requestReview() class method of SKStoreReviewController class and the system handles the entir...
Following is a complete list of Maven's default build lifecycle phases. Each of these phases is invoked by adding it to the mvn command, e.g. mvn install.
The standard Maven plugin used by a Release Process is the maven-release-plugin – the configuration for this plugin is minimal: SCM in the Maven pom:The Release process will interact with the Source Control of the project – this means we need to define the "scm" element in our pom.xml.The...
Attoparsec is a parsing combinator library that is "aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats". Attoparsec offers not only speed and efficiency, but backtracking and incremental input. Its API closely mirrors that of another...
Pax Exam allows testing of bundles within an OSGi container (e.g. AEM, Apache Karaf). Pax Exam is usually used in conjunction with JUnit.
Qt Network provide tools to easily use many network protocols in your application.
This section provides an overview of what tmux is, and why a developer might want to use it. It should also mention any large subjects within tmux, and link out to the related topics. Since the Documentation for tmux is new, you may need to create initial versions of those related topics.
zipWithM is to zipWith as mapM is to map: it lets you combine two lists using a monadic function. From the module Control.Monad zipWithM :: Applicative m => (a -> b -> m c) -> [a] -> [b] -> m [c]
This section provides an overview of what php-7 is, and why a developer might want to use it. It should also mention any large subjects within php-7, and link out to the related topics. Since the Documentation for php-7 is new, you may need to create initial versions of those related topics. ...
Linking API enables you to both send and receive links between applications. For example, opening the Phone app with number dialed in or opening the Google Maps and starting a navigation to a chosen destination. You can also utilise Linking to make your app able to respond to links opening it from o...

Page 381 of 428