-
University of Cincinnati
- Cincinnati
- https://www.robireton.com/
- https://orcid.org/0000-0002-7356-9922
- @[email protected]
Pinned Loading
-
list of 20 random 4–12 character words
list of 20 random 4–12 character words 1#!/usr/bin/env bash
23egrep "^[^']{4,12}$" /usr/share/dict/words | sort --random-sort | head -20
45# My Mac doesn’t have a “shuf” command, but the following is much faster for Linux:
-
generate a random strong password
generate a random strong password 1#!/usr/bin/env bash
23echo $(dd if=/dev/random bs=1 count=3 2>/dev/null | base64):$(dd if=/dev/random bs=1 count=3 2>/dev/null | base64):$(dd if=/dev/random bs=1 count=3 2>/dev/null | base64):$(dd if=/dev/random bs=1 count=3 2>/dev/null | base64)
-
-
math-capstone
math-capstone PublicUniversity of Cincinnati Undergraduate Capstone Project in Mathematics
Jupyter Notebook
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.