| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse"""Nice Title Case Function plus quick demo"""
def nice_title_case(str_in: str) -> str:
"""Converts a string to Title Case, with conventional exceptions which
# NANO on macOS and Windows
This 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.
## macOS Installation
# Unicode for Keyboard Symbols
- ⎋ (escape): `U+238B`
- ⇥ (tab): `U+21E5`
- ⇪ (caps lock): `U+21EA`
# Useful Docker Cheat Sheet
## Random Tips
* 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).
# Virtual Environments
1. 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`**
2. 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/)
3. Change into the directory where your new project is; e.g., **`cd ~/Documents/Repos/my_new_project`**
# Leveraging Robot Framework's Documentation Support
## Introduction
This 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/).
| Back | FazBrowse Home | New Git URL |