Skip to content

Instantly share code, notes, and snippets.

View iamleet's full-sized avatar
🕷️

Rick Alvarez iamleet

🕷️
View GitHub Profile
@iamleet
iamleet / slack.theme
Created March 11, 2019 15:50
Color Code for Slack
/* Modify these to change your theme colors: */
--primary: #874EFF;
--text: #ABB2BF;
--background: #212F3D;
--background-elevated: #17202A;
@iamleet
iamleet / prime.list
Created September 19, 2018 04:19
google stuff
list=[2,
3,
5,
7,
11,
13,
17,
19,
23,
29,
@iamleet
iamleet / prime.list
Created September 19, 2018 04:19
google stuff
list=[2,
3,
5,
7,
11,
13,
17,
19,
23,
29,
@iamleet
iamleet / 10k.list
Last active September 19, 2018 06:53
10000 prime numbers for a google challenge
2
3
5
7
11
13
17
19
23
29
@iamleet
iamleet / keybase.md
Created August 20, 2018 18:29
Keybase

Keybase proof

I hereby claim:

  • I am iamleet on github.
  • I am r0ot (https://keybase.io/r0ot) on keybase.
  • I have a public key ASB820SaBr9GO8SpTZbFy7lwld1dHCM74Ti00DxEK1oehAo

To claim this, I am signing this object:

## One liner to parse an arn from json on aws cli - yee
data=`aws elbv2 describe-target-groups --names kast-web-staging | grep "TargetGroupArn\": \"arn:"` | cleanMe=${data##*arn | arn=arn${cleanMe%%\",*}
echo $arn