- Jungle Brothers - Raw Deluxe
- ATCQ, Busta Rhymes, Charlie Brown, Scenario, Black Sheep, De La Soul,
- Busta w/Flipmode, Spliff Starr, Beatminerz
- Jay-Z vs. Nas
- Cocoa Brovas, Smif n Wesson
- Cam’ron, Juelz Santana, chipmunk soul, Kanye
- THPS, b-boy document
- Rawkus, Mos Def, Talib Kweli, Common, DCQ
- 7L & Esoteric - The Soul Purpose
- Kanye round 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env bash | |
| GOOS=linux GOARCH=amd64 go build -o main main.go | |
| zip main.zip main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resource "aws_acm_certificate" "aigee_org" { | |
| domain_name = "aigee.org" | |
| subject_alternative_names = ["notes.aigee.org"] | |
| validation_method = "DNS" | |
| lifecycle { | |
| create_before_destroy = true | |
| } | |
| } |
OlderNewer