QA Automation Engineer.
Been in software (more-or-less) since 1989, doing QA since 1993.
-
Vigilant Watchman
- Austin, TX USA
-
08:09
(UTC -05:00) - https://www.linkedin.com/in/gregmeece/
Highlights
- Pro
Pinned Loading
-
nice_title_case_func.py
nice_title_case_func.py 1"""Nice Title Case Function plus quick demo"""
234def nice_title_case(str_in: str) -> str:
5"""Converts a string to Title Case, with conventional exceptions which
-
NANO on macOS and Windows
NANO on macOS and Windows 1# NANO on macOS and Windows
23This should get you up and running with the installation and basic configuration of GNU Nano on both macOS and Windows. In the case of macOS, this will install a newer version of Nano that includes syntax highlighting.
45## macOS Installation
-
Unicode for Keyboard Symbols
Unicode for Keyboard Symbols 1# Unicode for Keyboard Symbols
23- ⎋ (escape): `U+238B`
4- ⇥ (tab): `U+21E5`
5- ⇪ (caps lock): `U+21EA`
-
Docker Cheat Sheet
Docker Cheat Sheet 1# Useful Docker Cheat Sheet
23## Random Tips
45* If needed, create a `.dockerignore` file to exclude files/paths you don't want. Matching rules are from [Golang's filepath rules](https://golang.org/pkg/path/filepath/#Match), as well as [some unique exceptions](https://docs.docker.com/engine/reference/builder/#dockerignore-file).
-
Setting up a Virtual Environment for...
Setting up a Virtual Environment for Python using VirtualEnvWrapper 1# Virtual Environments
231. Before beginning, you should have a version of **pip** installed. If you don't, it is recommended you install it universally via the Terminal: **`sudo easy_install pip`**
42. Once you do, install [**virtualenvwrapper**](https://virtualenvwrapper.readthedocs.io/en/latest/index.html): **`sudo pip install virtualenvwrapper`**. More information can be found in [Read the Docs](https://virtualenvwrapper.readthedocs.io/en/latest/)
53. Change into the directory where your new project is; e.g., **`cd ~/Documents/Repos/my_new_project`**
-
Leveraging Robot Framework's Documen...
Leveraging Robot Framework's Documentation Support 1# Leveraging Robot Framework's Documentation Support
23## Introduction
45This is a short tutorial on how to leverage Robot Framework's built-in support for documentation. This documentation can be embedded in test suites, libraries, and other resource files. The markup is fairly simple, and most closely resembles [AsciiDoc syntax](https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/).
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.