Tutorial by Topics

This documents deals with how to manipulate Date and Time in clojure. To use this in your application go to your project.clj file and include [clj-time "<version_number>"] in your :dependencies section.
The Podfile is a text file that describes the dependencies of one or more Xcode projects.
The protocol runs over TCP/IP, or over other network protocols that provide ordered, lossless, bi-directional connections.
To implement MQTT We need MQTT Broker, and MQTT client Library
There are two ways of running and debugging TypeScript: Transpile to JavaScript, run in node and use mappings to link back to the TypeScript source files or Run TypeScript directly using ts-node This article describes both ways using Visual Studio Code and WebStorm. All examples presume that yo...
This section provides an overview of what arangodb is, and why a developer might want to use it. It should also mention any large subjects within arangodb, and link out to the related topics. Since the Documentation for arangodb is new, you may need to create initial versions of those related t...
The focus of this topic is basically cover most important aspects of UI testing. This post would be mostly beneficial for freshers since they get assignments to work on and many times it so happens that few of the important points are missed. Let's help the freshers by contributing to this topic :)...
This section provides an overview of what behat is, and why a developer might want to use it. It should also mention any large subjects within behat, and link out to the related topics. Since the Documentation for behat is new, you may need to create initial versions of those related topics. ...
Every website needs to handle errors. You could let your users see the stock 404 or 500 error pages that IIS dishes out or, using the Web.Config and a simple Controller you can capture these errors and deliver your own custom error pages.
In Bash, the cut command is useful for dividing a file into several smaller parts. cut [option] file OptionDescription-b LIST, --bytes=LISTPrint the bytes listed in the LIST parameter-c LIST, --characters=LISTPrint characters in positions specified in LIST parameter-f LIST, --fields=LIST...
“A buffer pointer is used for low-level access to a region of memory. For example, you can use a buffer pointer for efficent processing and communication of data between apps and services.” Excerpt From: Apple Inc. “Using Swift with Cocoa and Objective-C (Swift 3.1 Edition).” iBooks. https://itun.e...
A paint is one of the four objects needed to draw, along with a Canvas (holds drawing calls), a Bitmap (holds the pixels), and a drawing primitive (Rect, Path, Bitmap...)
Pagination by passing parmeter with custom query in spring data JPA
Perlbrew is a tool to manage multiple perl installations in your $HOME directory. See also Official homepage for perlbrew CPAN documentation for perlbrew
The goal here is to build a simple application in F# using the Windows Presentation Foundation (WPF) with traditional menus and dialog boxes. It stems from my frustration in trying to wade through hundreds of sections of documentation, articles and posts dealing with F# and WPF. In order to do a...
T4MVC is a T4 template that generates strongly-typed helpers for use in MVC Routing mechanisms, as opposed to magic strings. T4MVC will detect the various controllers, actions, and views, and create references to those views, making compile-time errors in the event that an attempt to Route or access...
Go provides a plugin mechanism that can be used to dynamically link other Go code at runtime. As of Go 1.8, it is only usable on Linux.

Page 357 of 428