I hereby claim:
- I am manila on github.
- I am manila (https://keybase.io/manila) on keybase.
- I have a public key whose fingerprint is 0995 EE17 1B7D B18C BC88 2BFF 29AD 8EE1 D724 4FFD
To claim this, I am signing this object:
| print_relative_dir() { | |
| re="^$HOME(/?.*)" | |
| [[ "$PWD" =~ $re ]] && echo "~${BASH_REMATCH[1]}" || echo "$PWD" | |
| } | |
| is_workspace() { | |
| # Path on macOS will begin with /Volumes | |
| re="^(/Volumes)?(/google/src/cloud)/(${USER})/([^/]+)(/.*)?" | |
| dir="$PWD" | |
| [[ "$dir" =~ $re ]] && return 0 || return 1 |
| const cracklePop = (start, end, step = 1) => { | |
| let num = start | |
| if (num > end) { | |
| return false | |
| } | |
| let result = num |
| <!-- | |
| Space Invaders without the ability to shoot | |
| by Manuel Nila April 2019 | |
| live version https://manila.me/invaders | |
| --> | |
| <html lang="en"> | |
| <head> | |
| <style type="text/css"> | |
| body { |
I hereby claim:
To claim this, I am signing this object: