Tutorial by Topics: m

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 protocol runs over TCP/IP, or over other network protocols that provide ordered, lossless, bi-directional connections.
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...
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...
When an email client doesn't support media-queries, a hybrid approach can be used to to reconfigure the layout for different screen sizes for email clients regardless of media query support. It uses fluid tables and max-width and min-width to impose rigid baselines (allowing some movement) and impos...
Selenium webdriver is web automation framework which allows you to test your web application against different web browsers. Unlike Selenium IDE, webdriver allows you to develop your own test cases in programming language of your choice. It supports Java, .Net, PHP, Python, Perl, Ruby.
Manipulating Regex for IPv4 and IPv6 and replacing by fake IP address in a readed log file
Files or packagesCommand or configuration to modifybabel-polyfillnpm i -save babel-polyfillkarma.conf.jsfiles: ['../../node_modules/babel-polyfill/dist/polyfill.js','./index.js'],webpack.base.conf.jsapp: ['babel-polyfill', './src/main.js'] The configurations described above, the example using a ...
iOS, watchOS and tvOS Simulators are great ways to test your apps without using an actual device. Here we will talk about working with Simulators. Different Types of Simulators iOS Simulator watchOS Simulator tvOS Simulator Touch Bar Simulator There is no simulator for macOS, beca...
Being responsive is a need for every app. Users want to have apps which have their content ready when they open it, so developers should use Background Modes to make their apps more user friendly.
This document will show you how to call Scala jobs from a pyspark application. This approach can be useful when the Python API is missing some existing features from the Scala API or even to cope with performance issues using python. In some use cases, using Python is inevitable e.g you are buildi...
Yii2 has some built-in validators which can be used while solving programming related or general puprose validations. When you need to create a new business logic validation you need to create your own validators.
Jumbotron is a standard component of Bootstrap to display some important contents on your website. It is usually used right under the navbar, before the content. Inside the jumbotron, all grid system, container class and row class also works.
This function is to add an item in the admin panel's nav bar. add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position) ParameterDetails$page_title(string) The text to be displayed in the title tags of the page when the menu is selected.$menu_titl...

Page 131 of 161