How To Customize GitBash For Windows

By default the GitBash prompt settings / configuration come from shell script called 'git-prompt.sh'. This is usually hosted inside 'profile.d' directory inside the GitBash installation directory. The below described method only focusses on customizing the 'GitBash' prompt and NOT about customizing default 'Bash' prompt...

Windows JDK Manager (win-jdk-Manager)

ADjo LABS PROJECT : Simple and lightweight desktop utility with Interactive cmd Interface for easy view, re-point and switching between JAVA versions on windows. Demonstrating the capability of native windows scripting. Enables to view...

Bulk XML Validator (vbsx-Validator)

ADjo LABS PROJECT : Lightweight, yet powerful! Free desktop utility, for fastest validation of 'large sized' XML file/s against XSD/s. Also supports validating hundreds of XML files (multiple) as a batch against XSD/s. Corroborating...

Java Framework Project

INVERTED PYRAMID TEST AUTOMATION MODEL

– An Enterprise Automation Approach
The ‘Inverted Pyramid Model’ paper, discusses an ‘Enterprise-Level Automation’ approach particularly applicable to product-based organizations. It offers the organizations to leverage effort spent on automating a project to be shared across the enterprise suite.

Such an approach emphasizes on developing a framework at Enterprise Product Suite level, and eventually harnessing the automation effort for a product in such a way so that it caters to the automation of other similar products without much effort. At a lower level, such an approach may yield a framework which is manifested on the basic principle of ‘Functional Decomposition’ and ‘Abstraction Layers’ but it does so, at Enterprise Product Suite level.

Read More

How To Convert List To Array in Java

A common scenario faced by programmers is to convert a Java List to an Array. A 'List' is part of the Collection Framework and is useful when the number of elements are unknown. An 'Array', on the other hand,...

How To Convert String To Date in Java

Introduction There are often scenarios in programming, where you will need to convert a date in String format to an actual Date object. For example, such a scenario may occur when the date is read from an end user via...

How to View Java API Doc Hints within IntelliJ

IntelliJ Quick Documentation So how do you generally refer your Java API Doc? If you use Google or online Java API Doc or even a locally downloaded copy then here is a better way, why not view the JavaDoc hints...

Looking for coding ideas, automation, apps, utilities or project contribution? Visit projects on ADjo Labs!

TOP | CATEGORIES

Checkout tutorial, code snippets, coding tips, tech articles and more on ADjo Codex!

POPULAR | TAGS

Watch how-to videos, tutorials, tech videos. Subscribe to videolog

LATEST | CODE GISTS

LATEST ON WEBLOG

Basic PowerShell Commands That You Should Know

One of the key benefits of PowerShell is its object-oriented nature. Instead of working with text-based output like traditional command-line interfaces, PowerShell returns objects...

How To Always Open Files in New Tab in VSCode

The VSCode has rocketed its way to one of the top development IDEs due to its fresh look, usability, tons of feature sets, and...

How To Install Oh-My-Posh On Windows PowerShell

Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable....

TOP PICKS

CronTab Basic Commands With Examples

Cron is a time-based job scheduler in Unix-like operating systems, which is used to automate repetitive tasks....

Basic PowerShell Commands That You Should Know

One of the key benefits of PowerShell is its object-oriented nature. Instead of working with text-based output...

How To Always Open Files in New Tab in VSCode

The VSCode has rocketed its way to one of the top development IDEs due to its fresh...

How To Install Oh-My-Posh On Windows PowerShell

Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the...