###IAB1 Arts & Entertainment
IAB1-1 Books & Literature
IAB1-2 Celebrity Fan/Gossip
IAB1-3 Fine Art
IAB1-4 Humor
IAB1-5 Movies
IAB1-6 Music
IAB1-7 Television
###IAB2 Automotive
| # Credit http://stackoverflow.com/a/2514279 | |
| for branch in `git branch -r | grep -v HEAD`;do echo -e `git show --format="%ai %ar by %an" $branch | head -n 1` \\t$branch; done | sort -r |
| def conv(ts): | |
| results = Set([]) | |
| parts = ts.split(",") | |
| for part in parts: | |
| if "-" not in part: | |
| results.add(int(part.strip())) | |
| else: | |
| (s, e) = part.split("-") | |
| for i in range(int(s.strip()), int(e.strip()) + 1): | |
| results.add(i) |
###IAB1 Arts & Entertainment
IAB1-1 Books & Literature
IAB1-2 Celebrity Fan/Gossip
IAB1-3 Fine Art
IAB1-4 Humor
IAB1-5 Movies
IAB1-6 Music
IAB1-7 Television
###IAB2 Automotive
See the new site: https://postgresisenough.dev