I hereby claim:
- I am ewe2 on github.
- I am sklong (https://keybase.io/sklong) on keybase.
- I have a public key ASArvsAh4aMsykorjbTJ-CzuH-qxkyi0cSecatgs2LYLrAo
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| # Recursively generate index.html files for | |
| # all subdirectories in a directory tree | |
| import argparse | |
| import fnmatch | |
| import os | |
| import sys |
| #!/usr/bin/env python | |
| # requires Python 2 | |
| # (Python 3 version: https://gist.github.com/glowinthedark/174df43f469c7ef05f6358f53afe05c6) | |
| # Recursively generate index.html files for | |
| # all subdirectories in a directory tree | |
| import argparse | |
| import fnmatch |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| set -eu -o pipefail | |
| number=$1 | |
| # Test that it is valid | |
| [[ "${number//[0-9]/}" == "" ]] || \ | |
| { echo Number ${number} contains invalid characters ; \ | |
| exit 1 ;} |
| #!/bin/bash | |
| set -eu -o pipefail | |
| roman_numerals=$(echo $1 | tr a-z A-Z) | |
| # Test that it is valid | |
| [[ "${roman_numerals//[IVXLCDM]/}" == "" ]] || \ | |
| { echo Roman numerals ${roman_numerals} contains invalid characters ; \ | |
| exit 1 ;} |
| #!/bin/bash | |
| ###AUTHOR### | |
| #Harry Dove-Robinson 5/8/2017 | |
| #[email protected] | |
| #https://gist.github.com/hdoverobinson | |
| #https://github.com/hdoverobinson | |
| ###USAGE### | |
| #This is a script used to configure u-blox GPS/GNSS modules from a text file generated by u-center. |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("twitter.com") { | |
| [data-component-context="suggest_recap"], | |
| [data-component-context="suggest_who_to_follow"], | |
| [data-component-context="suggest_activity"], | |
| [data-component-context="suggest_activity_tweet"], | |
| [data-component-context="suggest_recycled_tweet_inline"], | |
| [data-component-context="suggest_recycled_tweet"], |
Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...
Italics *italics* or _italics_
Underline italics __*underline italics*__