Skip to content

Instantly share code, notes, and snippets.

View shaggyrogers's full-sized avatar

shaggyrogers

  • Melbourne, Australia
View GitHub Profile
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
fonts.py
========
Description: Substitutes alphanumeric characters with a 'font' from
the 'Mathematical Alphanumeric Symbols' block.
Author: Michael De Pasquale
Creation Date: 2019-12-14
Modification Date: 2019-12-16
@shaggyrogers
shaggyrogers / run_script.py
Created December 8, 2018 12:04
python3 script runner, for use with click.
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
run_script.py
=============
Description: Runs scripts in the scripts folder.
Author: Michael De Pasquale <shaggyrogers>
Creation Date: 2018-12-08
Modification Date: 2018-12-08
@shaggyrogers
shaggyrogers / neovim_startify_header.vim
Last active July 18, 2021 07:10
ascii art 'neovim' startify header
let s:startify_ascii_header = [
\ ' ▟▙ ',
\ ' ▝▘ ',
\ '██▃▅▇█▆▖ ▗▟████▙▖ ▄████▄ ██▄ ▄██ ██ ▗▟█▆▄▄▆█▙▖',
\ '██▛▔ ▝██ ██▄▄▄▄██ ██▛▔▔▜██ ▝██ ██▘ ██ ██▛▜██▛▜██',
\ '██ ██ ██▀▀▀▀▀▘ ██▖ ▗██ ▜█▙▟█▛ ██ ██ ██ ██',
\ '██ ██ ▜█▙▄▄▄▟▊ ▀██▙▟██▀ ▝████▘ ██ ██ ██ ██',
\ '▀▀ ▀▀ ▝▀▀▀▀▀ ▀▀▀▀ ▀▀ ▀▀ ▀▀ ▀▀ ▀▀',
\ '',
\]