example

Install and use mod_macro on Gentoo Linux

At the time of writing, there aren’t that many resources online on how to install and use mod_macro in Gentoo Linux. There are some posts about mod_macro for Ubuntu, meaning it isn’t the most known feature of Apache 2.4.

Java regex by example: strings

In this tutorial we will use Java 8 and show several program examples with Java strings and regular expressions or Java regex.

Java Basic Programs: 5 Simple Examples

This tutorial explains how to start writing programs in Java with step by step examples and explanation. This is a very simple coding for beginners guide.

Grails Javascript Example

In this article we will show how to include JavaScript library as an asset in grails GSP file to dynamically filter results in a HTML table.

Java variable types

A variable in Java is a name of a memory location that can hold some value. Variables provide an easy way for programmers to access memory locations.