I hereby claim:
- I am cjbarker on github.
- I am cjbarker (https://keybase.io/cjbarker) on keybase.
- I have a public key ASAALKDuVVLmBcUn3vxGzWRb1LYbBeTOCMI32sdEmg2BPgo
To claim this, I am signing this object:
| #!/bin/bash | |
| # #################################################################################### | |
| # Script for creating high entropy based password strings. | |
| # | |
| # Will iterate and generating high entropy password for char length and total nbr of | |
| # of passwords. If no password length provided Minimum length of characters in | |
| # password string is 8. | |
| # | |
| # Usage: sh entropy_pswd_creator.sh [nbr-passwords] [max-pswd-length] |
| #!/bin/bash | |
| # ########################################################################## | |
| # Validate GitLab CI YAML (VGLCIYML) file via GL linter API | |
| # | |
| # Usage: vglciyml <yaml-file> | |
| # | |
| # echo $? | |
| # | |
| # Exit code of 0 denotes success. Non zero exit code denotes failure. |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # ====================================================================================== | |
| # title :pswd-conver.py | |
| # description :This will create a header for a python script. | |
| # author :CJ Barker | |
| # date :20170806 | |
| # version :0.1 | |
| # usage :python pswd-convert.py <password-file> [-c|--compress] [-h|--help] |
| # ########################################################## # | |
| # Makefile for Golang Project | |
| # Includes cross-compiling, installation, cleanup | |
| # ########################################################## # | |
| # Check for required command tools to build or stop immediately | |
| EXECUTABLES = git go find pwd | |
| K := $(foreach exec,$(EXECUTABLES),\ | |
| $(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH))) |
I hereby claim:
To claim this, I am signing this object: