PROJECTS
This page features assorted tools, utilities, scripts etc., from my amateur collection of projects. Some of these could come handy in day to day technical ventures of testing and development community while others are just to demostrate / exercise ideas. It also presents a view of my repositories mainly on Github, feel free to fork!
In case you are tempted to indulge with any artefacts presented here, I would recommend reading the associated licensing and disclaimer notices for your own benefit.
Featured Projects
More on Programming
Active Projects
Checkout Codex
Remove Duplicates from List Using Set.addAll
Convert String to java.time.LocalDate with Formatter
Rounding Decimal Number With Java DecimalFormat
- Always use the project dashboard provided by the hosting service provider (Github, GitLab, CloudForge etc.) to raise any defects / issues. Please do not report any defect via AutomationDojos web portal for such projects.
- Alternatively for any general feedback or query you can email on [email protected] or use the contact form by choosing appropriate subject line.
- Similarly for suggesting any Feature Requests, please follow the above guidelines only.
- Always provide the below information with your request enabling us to provide you with swift and accurate response.
- Name and version info of the script or tool you were using
- Info about operating system and dependencies
- Steps to re-create the issue along with screenshots where possible would be appreciated
- For Projects hosted on external hosting services like CodePlex. Google Code or Cloud Forge, always use the hosted Project services dashboard to raise any issues or report any defects. Please do not report any issue or defect via AutomationDojos portal for such projects.
- Alternatively for any general feedback, issues or query you can email on [email protected] or use the contact form by choosing appropriate subject line.
- Similarly for suggesting any Feature Requests, please follow the above guidelines only.
- Providing the below information with your request will allow us to provide most accurate response.
- Version information for the program, script or tool you were using
- Info about operating system and dependencies
- Steps to re-create the issue. Screenshots etc are appreciated.
Software, source code and documentation (hereinafter referred as artefacts) available at AutomationDojos are provided ‘as is’ without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of fitness for a purpose or non-infringement. AutomationDojos makes no warranty that:
- the artefacts will meet your requirements or expectations
- the artefacts will be uninterrupted, timely, secure or error-free
- the results obtained from the use of artefacts will be effective, accurate or reliable
- the artefacts do not contain defects, errors or inaccuracies
- any errors or defects in the artefacts will be corrected.
All literary contents (articles) are issued under Creative Commons Attribution-NonCommercial-ShareAlike Licensing unless otherwise noted. All software and source code has associated licensing (various), explicitly attributed/mentioned along with such artefacts.
REPOSITORIES
RECENT RELEASES
vbsx-Validator v2.0.1
win-jdk-Manager v2.0
sepa-iso2K22-BulkGen v1.0
GITHUB GISTS
- Linux: CronTab Commands Reference #linux
- PowerShell: Upgrade/Uninstall PowerShellGet Module #powershell
- PowerShell: Commands Reference #powershell
- XAMPP | Apache: Config for 'windows 'hosts' file' Implementing single-port and multi-virtualHosts [Part 4 of 4]
- XAMPP | Apache: Config for 'httpd-vhosts.conf' Implementing single-port and multi-virtualHosts [Part 3 of 4]
- XAMPP | Apache: Config for 'httpd-ssl.conf' Implementing single-port and multi-virtualHosts [Part 2 of 4]
- XAMPP | Apache: Config for 'httpd.conf' Implementing single-port and multi-virtualHosts [Part 1 of 4]
- XAMPP | Apache: Config for 'windows 'hosts' file' Implementing multi-ports and multi-virtualHosts [Part 4 of 4]
- XAMPP | Apache: Config for 'httpd-vhosts.conf' Implementing multi-ports and multi-virtualHosts [Part 3 of 4]
- XAMPP | Apache: Config for 'httpd-ssl.conf' Implementing multi-ports and multi-virtualHosts [Part 2 of 4]
- XAMPP | Apache: Config for 'httpd.conf' Implementing multi-ports and multi-virtualHosts [Part 1 of 4]
- Maven: Common Maven Commands Reference #maven
- Maven: Maven Command Line (CLI) Options #maven
- Maven: Create Maven Project Using Command Line #maven
- SSH: Common SSH Commands #ssh
- Java: Format Decimal Set Max/Min Int & Fraction Digits #java
- Java: Format Decimal using Rounding #java
- Java: Format Decimal with Group Separator for Int #java
- Java: Format Decimal with String Literals #java
- Java: Format Decimal with FormatSymbols #java